public class MybatisHistoricVariableInstanceDataManager extends AbstractDataManager<HistoricVariableInstanceEntity> implements HistoricVariableInstanceDataManager
processEngineConfiguration
Constructor and Description |
---|
MybatisHistoricVariableInstanceDataManager(ProcessEngineConfigurationImpl processEngineConfiguration) |
delete, delete, findById, findById, findByQuery, getDbSqlSession, getEntityCache, getList, getManagedEntitySubClasses, update
getAsyncExecutor, getAttachmentEntityManager, getByteArrayEntityManager, getClock, getCommandContext, getCommandExecutor, getCommentEntityManager, getDeploymentEntityManager, getEventDispatcher, getEventSubscriptionEntityManager, getExecutionEntityManager, getGroupEntityManager, getHistoricActivityInstanceEntityManager, getHistoricDetailEntityManager, getHistoricIdentityLinkEntityManager, getHistoricProcessInstanceEntityManager, getHistoricTaskInstanceEntityManager, getHistoricVariableInstanceEntityManager, getHistoryManager, getIdentityInfoEntityManager, getIdentityLinkEntityManager, getJobEntityManager, getJobExecutor, getMembershipEntityManager, getModelEntityManager, getProcessDefinitionEntityManager, getProcessDefinitionInfoEntityManager, getProcessEngineConfiguration, getResourceEntityManager, getSession, getTaskEntityManager, getUserIdentityEntityManager, getVariableInstanceEntityManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
delete, delete, findById, update
public MybatisHistoricVariableInstanceDataManager(ProcessEngineConfigurationImpl processEngineConfiguration)
public Class<? extends HistoricVariableInstanceEntity> getManagedEntityClass()
getManagedEntityClass
in class AbstractDataManager<HistoricVariableInstanceEntity>
public HistoricVariableInstanceEntity create()
create
in interface DataManager<HistoricVariableInstanceEntity>
public void insert(HistoricVariableInstanceEntity entity)
insert
in interface DataManager<HistoricVariableInstanceEntity>
insert
in class AbstractDataManager<HistoricVariableInstanceEntity>
public List<HistoricVariableInstanceEntity> findHistoricVariableInstancesByProcessInstanceId(String processInstanceId)
findHistoricVariableInstancesByProcessInstanceId
in interface HistoricVariableInstanceDataManager
public List<HistoricVariableInstanceEntity> findHistoricVariableInstancesByTaskId(String taskId)
findHistoricVariableInstancesByTaskId
in interface HistoricVariableInstanceDataManager
public long findHistoricVariableInstanceCountByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery)
findHistoricVariableInstanceCountByQueryCriteria
in interface HistoricVariableInstanceDataManager
public List<HistoricVariableInstance> findHistoricVariableInstancesByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery, Page page)
findHistoricVariableInstancesByQueryCriteria
in interface HistoricVariableInstanceDataManager
public HistoricVariableInstanceEntity findHistoricVariableInstanceByVariableInstanceId(String variableInstanceId)
findHistoricVariableInstanceByVariableInstanceId
in interface HistoricVariableInstanceDataManager
public List<HistoricVariableInstance> findHistoricVariableInstancesByNativeQuery(Map<String,Object> parameterMap, int firstResult, int maxResults)
findHistoricVariableInstancesByNativeQuery
in interface HistoricVariableInstanceDataManager
public long findHistoricVariableInstanceCountByNativeQuery(Map<String,Object> parameterMap)
findHistoricVariableInstanceCountByNativeQuery
in interface HistoricVariableInstanceDataManager
Copyright © 2015 Alfresco. All rights reserved.