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 |
protected VariableServiceConfiguration |
variableServiceConfiguration |
MAX_ENTRIES_IN_CLAUSE| Constructor and Description |
|---|
MybatisHistoricVariableInstanceDataManager(VariableServiceConfiguration variableServiceConfiguration) |
bulkDelete, bulkDeleteEntities, bulkUpdateEntities, createSafeInValuesList, delete, delete, deleteCachedEntities, deleteCachedEntities, executeChangeWithInClause, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getList, getList, getListFromCache, 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
protected VariableServiceConfiguration variableServiceConfiguration
public MybatisHistoricVariableInstanceDataManager(VariableServiceConfiguration variableServiceConfiguration)
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 HistoricVariableInstanceDataManagerpublic void bulkDeleteHistoricVariableInstancesByProcessInstanceIds(Collection<String> processInstanceIds)
bulkDeleteHistoricVariableInstancesByProcessInstanceIds in interface HistoricVariableInstanceDataManagerpublic void bulkDeleteHistoricVariableInstancesByTaskIds(Collection<String> taskIds)
bulkDeleteHistoricVariableInstancesByTaskIds in interface HistoricVariableInstanceDataManagerpublic void bulkDeleteHistoricVariableInstancesByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType)
bulkDeleteHistoricVariableInstancesByScopeIdsAndScopeType in interface HistoricVariableInstanceDataManagerpublic void deleteHistoricVariableInstancesForNonExistingProcessInstances()
deleteHistoricVariableInstancesForNonExistingProcessInstances in interface HistoricVariableInstanceDataManagerpublic void deleteHistoricVariableInstancesForNonExistingCaseInstances()
deleteHistoricVariableInstancesForNonExistingCaseInstances in interface HistoricVariableInstanceDataManagerprotected IdGenerator getIdGenerator()
getIdGenerator in class AbstractDataManager<HistoricVariableInstanceEntity>Copyright © 2022 Flowable. All rights reserved.