public class VariableInstanceEntityManagerImpl extends AbstractEntityManager<VariableInstanceEntity> implements VariableInstanceEntityManager
| Modifier and Type | Field and Description |
|---|---|
protected VariableInstanceDataManager |
variableInstanceDataManager |
variableServiceConfiguration| Constructor and Description |
|---|
VariableInstanceEntityManagerImpl(VariableServiceConfiguration variableServiceConfiguration,
VariableInstanceDataManager variableInstanceDataManager) |
create, delete, delete, findById, insert, insert, update, updategetClock, getCommandContext, getEventDispatcher, getHistoricVariableInstanceEntityManager, getSession, getVariableInstanceEntityManager, getVariableServiceConfigurationprotected VariableInstanceDataManager variableInstanceDataManager
public VariableInstanceEntityManagerImpl(VariableServiceConfiguration variableServiceConfiguration, VariableInstanceDataManager variableInstanceDataManager)
protected DataManager<VariableInstanceEntity> getDataManager()
getDataManager in class AbstractEntityManager<VariableInstanceEntity>public VariableInstanceEntity create(String name, VariableType type, Object value)
create in interface VariableInstanceEntityManagerpublic List<VariableInstanceEntity> findVariableInstancesByTaskId(String taskId)
findVariableInstancesByTaskId in interface VariableInstanceEntityManagerpublic List<VariableInstanceEntity> findVariableInstancesByTaskIds(Set<String> taskIds)
findVariableInstancesByTaskIds in interface VariableInstanceEntityManagerpublic List<VariableInstanceEntity> findVariableInstancesByExecutionId(String executionId)
findVariableInstancesByExecutionId in interface VariableInstanceEntityManagerpublic List<VariableInstanceEntity> findVariableInstancesByExecutionIds(Set<String> executionIds)
findVariableInstancesByExecutionIds in interface VariableInstanceEntityManagerpublic VariableInstanceEntity findVariableInstanceByExecutionAndName(String executionId, String variableName)
findVariableInstanceByExecutionAndName in interface VariableInstanceEntityManagerpublic List<VariableInstanceEntity> findVariableInstancesByExecutionAndNames(String executionId, Collection<String> names)
findVariableInstancesByExecutionAndNames in interface VariableInstanceEntityManagerpublic VariableInstanceEntity findVariableInstanceByTaskAndName(String taskId, String variableName)
findVariableInstanceByTaskAndName in interface VariableInstanceEntityManagerpublic List<VariableInstanceEntity> findVariableInstancesByTaskAndNames(String taskId, Collection<String> names)
findVariableInstancesByTaskAndNames in interface VariableInstanceEntityManagerpublic List<VariableInstanceEntity> findVariableInstanceByScopeIdAndScopeType(String scopeId, String scopeType)
findVariableInstanceByScopeIdAndScopeType in interface VariableInstanceEntityManagerpublic VariableInstanceEntity findVariableInstanceByScopeIdAndScopeTypeAndName(String scopeId, String scopeType, String variableName)
findVariableInstanceByScopeIdAndScopeTypeAndName in interface VariableInstanceEntityManagerpublic List<VariableInstanceEntity> findVariableInstancesByScopeIdAndScopeTypeAndNames(String scopeId, String scopeType, Collection<String> variableNames)
findVariableInstancesByScopeIdAndScopeTypeAndNames in interface VariableInstanceEntityManagerpublic List<VariableInstanceEntity> findVariableInstanceBySubScopeIdAndScopeType(String subScopeId, String scopeType)
findVariableInstanceBySubScopeIdAndScopeType in interface VariableInstanceEntityManagerpublic VariableInstanceEntity findVariableInstanceBySubScopeIdAndScopeTypeAndName(String subScopeId, String scopeType, String variableName)
findVariableInstanceBySubScopeIdAndScopeTypeAndName in interface VariableInstanceEntityManagerpublic List<VariableInstanceEntity> findVariableInstancesBySubScopeIdAndScopeTypeAndNames(String subScopeId, String scopeType, Collection<String> variableNames)
findVariableInstancesBySubScopeIdAndScopeTypeAndNames in interface VariableInstanceEntityManagerpublic void delete(VariableInstanceEntity entity, boolean fireDeleteEvent)
delete in interface EntityManager<VariableInstanceEntity>delete in class AbstractEntityManager<VariableInstanceEntity>public void deleteVariablesByTaskId(String taskId)
deleteVariablesByTaskId in interface VariableInstanceEntityManagerpublic void deleteVariablesByExecutionId(String executionId)
deleteVariablesByExecutionId in interface VariableInstanceEntityManagerpublic void deleteByScopeIdAndScopeType(String scopeId, String scopeType)
deleteByScopeIdAndScopeType in interface VariableInstanceEntityManagerpublic VariableInstanceDataManager getVariableInstanceDataManager()
public void setVariableInstanceDataManager(VariableInstanceDataManager variableInstanceDataManager)
Copyright © 2018 Flowable. All rights reserved.