public class MybatisHistoricVariableInstanceDataManager extends AbstractDataManager<HistoricVariableInstanceEntity> implements HistoricVariableInstanceDataManager
| Modifier and Type | Field and Description |
|---|---|
protected CachedEntityMatcher<HistoricVariableInstanceEntity> |
historicVariableInstanceByProcInstMatcher |
protected CachedEntityMatcher<HistoricVariableInstanceEntity> |
historicVariableInstanceByScopeIdAndScopeTypeMatcher |
protected CachedEntityMatcher<HistoricVariableInstanceEntity> |
historicVariableInstanceBySubScopeIdAndScopeTypeMatcher |
protected CachedEntityMatcher<HistoricVariableInstanceEntity> |
historicVariableInstanceByTaskIdMatcher |
| Constructor and Description |
|---|
MybatisHistoricVariableInstanceDataManager() |
bulkDelete, delete, delete, deleteCachedEntities, deleteCachedEntities, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getList, getListFromCache, getManagedEntitySubClasses, getSession, isEntityInserted, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, delete, findById, updateprotected CachedEntityMatcher<HistoricVariableInstanceEntity> historicVariableInstanceByTaskIdMatcher
protected CachedEntityMatcher<HistoricVariableInstanceEntity> historicVariableInstanceByProcInstMatcher
protected CachedEntityMatcher<HistoricVariableInstanceEntity> historicVariableInstanceByScopeIdAndScopeTypeMatcher
protected CachedEntityMatcher<HistoricVariableInstanceEntity> historicVariableInstanceBySubScopeIdAndScopeTypeMatcher
public MybatisHistoricVariableInstanceDataManager()
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)
findHistoricVariableInstancesByQueryCriteria in interface HistoricVariableInstanceDataManagerpublic HistoricVariableInstanceEntity findHistoricVariableInstanceByVariableInstanceId(String variableInstanceId)
findHistoricVariableInstanceByVariableInstanceId in interface HistoricVariableInstanceDataManagerpublic List<HistoricVariableInstanceEntity> findHistoricalVariableInstancesByScopeIdAndScopeType(String scopeId, String scopeType)
findHistoricalVariableInstancesByScopeIdAndScopeType in interface HistoricVariableInstanceDataManagerpublic List<HistoricVariableInstanceEntity> findHistoricalVariableInstancesBySubScopeIdAndScopeType(String subScopeId, String scopeType)
findHistoricalVariableInstancesBySubScopeIdAndScopeType in interface HistoricVariableInstanceDataManagerpublic List<HistoricVariableInstance> findHistoricVariableInstancesByNativeQuery(Map<String,Object> parameterMap)
findHistoricVariableInstancesByNativeQuery in interface HistoricVariableInstanceDataManagerpublic long findHistoricVariableInstanceCountByNativeQuery(Map<String,Object> parameterMap)
findHistoricVariableInstanceCountByNativeQuery in interface HistoricVariableInstanceDataManagerCopyright © 2018 Flowable. All rights reserved.