public class MybatisHistoricVariableInstanceDataManager extends AbstractDataManager<HistoricVariableInstanceEntity> implements HistoricVariableInstanceDataManager
processEngineConfiguration| Constructor and Description |
|---|
MybatisHistoricVariableInstanceDataManager(ProcessEngineConfigurationImpl processEngineConfiguration) |
delete, delete, findById, findById, findByQuery, getDbSqlSession, getEntityCache, getList, getManagedEntitySubClasses, updategetAsyncExecutor, 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, getVariableInstanceEntityManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, delete, findById, updatepublic 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 HistoricVariableInstanceDataManagerpublic List<HistoricVariableInstanceEntity> findHistoricVariableInstancesByTaskId(String taskId)
findHistoricVariableInstancesByTaskId in interface HistoricVariableInstanceDataManagerpublic long findHistoricVariableInstanceCountByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery)
findHistoricVariableInstanceCountByQueryCriteria in interface HistoricVariableInstanceDataManagerpublic List<HistoricVariableInstance> findHistoricVariableInstancesByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery, Page page)
findHistoricVariableInstancesByQueryCriteria in interface HistoricVariableInstanceDataManagerpublic HistoricVariableInstanceEntity findHistoricVariableInstanceByVariableInstanceId(String variableInstanceId)
findHistoricVariableInstanceByVariableInstanceId in interface HistoricVariableInstanceDataManagerpublic List<HistoricVariableInstance> findHistoricVariableInstancesByNativeQuery(Map<String,Object> parameterMap, int firstResult, int maxResults)
findHistoricVariableInstancesByNativeQuery in interface HistoricVariableInstanceDataManagerpublic long findHistoricVariableInstanceCountByNativeQuery(Map<String,Object> parameterMap)
findHistoricVariableInstanceCountByNativeQuery in interface HistoricVariableInstanceDataManagerCopyright © 2015 Alfresco. All rights reserved.