public class MybatisVariableInstanceDataManager extends AbstractDataManager<VariableInstanceEntity> implements VariableInstanceDataManager
| Constructor and Description |
|---|
MybatisVariableInstanceDataManager() |
bulkDelete, delete, delete, deleteCachedEntities, deleteCachedEntities, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getList, getListFromCache, getManagedEntitySubClasses, getSession, insert, isEntityInserted, updateprotected CachedEntityMatcher<VariableInstanceEntity> variableInstanceByExecutionIdMatcher
protected CachedEntityMatcher<VariableInstanceEntity> variableInstanceByTaskIdMatcher
protected CachedEntityMatcher<VariableInstanceEntity> variableInstanceByScopeIdAndScopeTypeMatcher
protected SingleCachedEntityMatcher<VariableInstanceEntity> variableInstanceByScopeIdAndScopeTypeAndVariableNameMatcher
protected CachedEntityMatcher<VariableInstanceEntity> variableInstanceByScopeIdAndScopeTypeAndVariableNamesMatcher
protected CachedEntityMatcher<VariableInstanceEntity> variableInstanceBySubScopeIdAndScopeTypeMatcher
protected SingleCachedEntityMatcher<VariableInstanceEntity> variableInstanceBySubScopeIdAndScopeTypeAndVariableNameMatcher
protected CachedEntityMatcher<VariableInstanceEntity> variableInstanceBySubScopeIdAndScopeTypeAndVariableNamesMatcher
public Class<? extends VariableInstanceEntity> getManagedEntityClass()
getManagedEntityClass in class AbstractDataManager<VariableInstanceEntity>public VariableInstanceEntity create()
create in interface DataManager<VariableInstanceEntity>public List<VariableInstanceEntity> findVariableInstancesByTaskId(String taskId)
findVariableInstancesByTaskId in interface VariableInstanceDataManagerpublic List<VariableInstanceEntity> findVariableInstancesByTaskIds(Set<String> taskIds)
findVariableInstancesByTaskIds in interface VariableInstanceDataManagerpublic List<VariableInstanceEntity> findVariableInstancesByExecutionId(String executionId)
findVariableInstancesByExecutionId in interface VariableInstanceDataManagerpublic List<VariableInstanceEntity> findVariableInstancesByExecutionIds(Set<String> executionIds)
findVariableInstancesByExecutionIds in interface VariableInstanceDataManagerpublic VariableInstanceEntity findVariableInstanceByExecutionAndName(String executionId, String variableName)
findVariableInstanceByExecutionAndName in interface VariableInstanceDataManagerpublic List<VariableInstanceEntity> findVariableInstancesByExecutionAndNames(String executionId, Collection<String> names)
findVariableInstancesByExecutionAndNames in interface VariableInstanceDataManagerpublic VariableInstanceEntity findVariableInstanceByTaskAndName(String taskId, String variableName)
findVariableInstanceByTaskAndName in interface VariableInstanceDataManagerpublic List<VariableInstanceEntity> findVariableInstancesByTaskAndNames(String taskId, Collection<String> names)
findVariableInstancesByTaskAndNames in interface VariableInstanceDataManagerpublic List<VariableInstanceEntity> findVariableInstanceByScopeIdAndScopeType(String scopeId, String scopeType)
findVariableInstanceByScopeIdAndScopeType in interface VariableInstanceDataManagerpublic VariableInstanceEntity findVariableInstanceByScopeIdAndScopeTypeAndName(String scopeId, String scopeType, String variableName)
findVariableInstanceByScopeIdAndScopeTypeAndName in interface VariableInstanceDataManagerpublic List<VariableInstanceEntity> findVariableInstancesByScopeIdAndScopeTypeAndNames(String scopeId, String scopeType, Collection<String> variableNames)
findVariableInstancesByScopeIdAndScopeTypeAndNames in interface VariableInstanceDataManagerpublic List<VariableInstanceEntity> findVariableInstanceBySubScopeIdAndScopeType(String subScopeId, String scopeType)
findVariableInstanceBySubScopeIdAndScopeType in interface VariableInstanceDataManagerpublic VariableInstanceEntity findVariableInstanceBySubScopeIdAndScopeTypeAndName(String subScopeId, String scopeType, String variableName)
findVariableInstanceBySubScopeIdAndScopeTypeAndName in interface VariableInstanceDataManagerpublic List<VariableInstanceEntity> findVariableInstancesBySubScopeIdAndScopeTypeAndNames(String subScopeId, String scopeType, Collection<String> variableNames)
findVariableInstancesBySubScopeIdAndScopeTypeAndNames in interface VariableInstanceDataManagerpublic void deleteVariablesByTaskId(String taskId)
deleteVariablesByTaskId in interface VariableInstanceDataManagerpublic void deleteVariablesByExecutionId(String executionId)
deleteVariablesByExecutionId in interface VariableInstanceDataManagerpublic void deleteByScopeIdAndScopeType(String scopeId, String scopeType)
deleteByScopeIdAndScopeType in interface VariableInstanceDataManagerCopyright © 2018 Flowable. All rights reserved.