Class VariableInstanceEntityManagerImpl
java.lang.Object
org.activiti.engine.impl.persistence.AbstractManager
org.activiti.engine.impl.persistence.entity.AbstractEntityManager<VariableInstanceEntity>
org.activiti.engine.impl.persistence.entity.VariableInstanceEntityManagerImpl
- All Implemented Interfaces:
EntityManager<VariableInstanceEntity>,VariableInstanceEntityManager
public class VariableInstanceEntityManagerImpl
extends AbstractEntityManager<VariableInstanceEntity>
implements VariableInstanceEntityManager
-
Field Summary
FieldsFields inherited from class org.activiti.engine.impl.persistence.AbstractManager
processEngineConfiguration -
Constructor Summary
ConstructorsConstructorDescriptionVariableInstanceEntityManagerImpl(ProcessEngineConfigurationImpl processEngineConfiguration, VariableInstanceDataManager variableInstanceDataManager) -
Method Summary
Modifier and TypeMethodDescriptioncreate(String name, VariableType type, Object value) protected ActivitiVariableEventcreateVariableDeleteEvent(VariableInstanceEntity variableInstance) voiddelete(VariableInstanceEntity entity, boolean fireDeleteEvent) voidfindVariableInstanceByExecutionAndName(String executionId, String variableName) findVariableInstanceByTaskAndName(String taskId, String variableName) findVariableInstancesByExecutionAndNames(String executionId, Collection<String> names) findVariableInstancesByExecutionId(String executionId) findVariableInstancesByExecutionIds(Set<String> executionIds) findVariableInstancesByTaskAndNames(String taskId, Collection<String> names) findVariableInstancesByTaskId(String taskId) findVariableInstancesByTaskIds(Set<String> taskIds) protected DataManager<VariableInstanceEntity> voidinsert(VariableInstanceEntity entity, boolean fireCreateEvent) voidsetVariableInstanceDataManager(VariableInstanceDataManager variableInstanceDataManager) Methods inherited from class org.activiti.engine.impl.persistence.entity.AbstractEntityManager
create, delete, delete, findById, insert, isExecutionRelatedEntityCountEnabled, isExecutionRelatedEntityCountEnabled, isExecutionRelatedEntityCountEnabledGlobally, update, updateMethods inherited from class org.activiti.engine.impl.persistence.AbstractManager
getAsyncExecutor, getAttachmentEntityManager, getByteArrayEntityManager, getClock, getCommandContext, getCommandExecutor, getCommentEntityManager, getDeadLetterJobEntityManager, getDeploymentEntityManager, getEventDispatcher, getEventSubscriptionEntityManager, getExecutionEntityManager, getHistoricActivityInstanceEntityManager, getHistoricDetailEntityManager, getHistoricIdentityLinkEntityManager, getHistoricProcessInstanceEntityManager, getHistoricTaskInstanceEntityManager, getHistoricVariableInstanceEntityManager, getHistoryManager, getIdentityLinkEntityManager, getJobEntityManager, getJobManager, getModelEntityManager, getProcessDefinitionEntityManager, getProcessDefinitionInfoEntityManager, getProcessEngineConfiguration, getResourceEntityManager, getSession, getSuspendedJobEntityManager, getTaskEntityManager, getTimerJobEntityManager, getVariableInstanceEntityManager
-
Field Details
-
variableInstanceDataManager
-
-
Constructor Details
-
VariableInstanceEntityManagerImpl
public VariableInstanceEntityManagerImpl(ProcessEngineConfigurationImpl processEngineConfiguration, VariableInstanceDataManager variableInstanceDataManager)
-
-
Method Details
-
getDataManager
- Specified by:
getDataManagerin classAbstractEntityManager<VariableInstanceEntity>
-
create
- Specified by:
createin interfaceVariableInstanceEntityManager
-
insert
- Specified by:
insertin interfaceEntityManager<VariableInstanceEntity>- Overrides:
insertin classAbstractEntityManager<VariableInstanceEntity>
-
findVariableInstancesByTaskId
- Specified by:
findVariableInstancesByTaskIdin interfaceVariableInstanceEntityManager
-
findVariableInstancesByTaskIds
- Specified by:
findVariableInstancesByTaskIdsin interfaceVariableInstanceEntityManager
-
findVariableInstancesByExecutionId
- Specified by:
findVariableInstancesByExecutionIdin interfaceVariableInstanceEntityManager
-
findVariableInstancesByExecutionIds
- Specified by:
findVariableInstancesByExecutionIdsin interfaceVariableInstanceEntityManager
-
findVariableInstanceByExecutionAndName
public VariableInstanceEntity findVariableInstanceByExecutionAndName(String executionId, String variableName) - Specified by:
findVariableInstanceByExecutionAndNamein interfaceVariableInstanceEntityManager
-
findVariableInstancesByExecutionAndNames
public List<VariableInstanceEntity> findVariableInstancesByExecutionAndNames(String executionId, Collection<String> names) - Specified by:
findVariableInstancesByExecutionAndNamesin interfaceVariableInstanceEntityManager
-
findVariableInstanceByTaskAndName
- Specified by:
findVariableInstanceByTaskAndNamein interfaceVariableInstanceEntityManager
-
findVariableInstancesByTaskAndNames
public List<VariableInstanceEntity> findVariableInstancesByTaskAndNames(String taskId, Collection<String> names) - Specified by:
findVariableInstancesByTaskAndNamesin interfaceVariableInstanceEntityManager
-
delete
- Specified by:
deletein interfaceEntityManager<VariableInstanceEntity>- Overrides:
deletein classAbstractEntityManager<VariableInstanceEntity>
-
createVariableDeleteEvent
-
deleteVariableInstanceByTask
- Specified by:
deleteVariableInstanceByTaskin interfaceVariableInstanceEntityManager
-
getVariableInstanceDataManager
-
setVariableInstanceDataManager
-