public class VariableInstanceEntityManager extends AbstractManager
Constructor and Description |
---|
VariableInstanceEntityManager() |
Modifier and Type | Method and Description |
---|---|
void |
deleteVariableInstanceByTask(TaskEntity task) |
VariableInstanceEntity |
findVariableInstanceByExecutionAndName(String executionId,
String variableName) |
VariableInstanceEntity |
findVariableInstanceByTaskAndName(String taskId,
String variableName) |
List<VariableInstanceEntity> |
findVariableInstancesByExecutionAndNames(String executionId,
Collection<String> names) |
List<VariableInstanceEntity> |
findVariableInstancesByExecutionId(String executionId) |
List<VariableInstanceEntity> |
findVariableInstancesByTaskAndNames(String taskId,
Collection<String> names) |
List<VariableInstanceEntity> |
findVariableInstancesByTaskId(String taskId) |
close, delete, flush, getAttachmentManager, getByteArrayManager, getDbSqlSession, getDeploymentManager, getEventSubscriptionManager, getGroupIdentityManager, getHistoricActivityInstanceManager, getHistoricDetailManager, getHistoricIdentityLinkEntityManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getHistoryManager, getIdentityInfoManager, getIdentityLinkManager, getMembershipIdentityManager, getModelManager, getProcessDefinitionInfoManager, getProcessDefinitionManager, getProcessEngineConfiguration, getProcessInstanceManager, getResourceManager, getSession, getTaskManager, getUserIdentityManager, getVariableInstanceManager, insert
public List<VariableInstanceEntity> findVariableInstancesByTaskId(String taskId)
public List<VariableInstanceEntity> findVariableInstancesByExecutionId(String executionId)
public VariableInstanceEntity findVariableInstanceByExecutionAndName(String executionId, String variableName)
public List<VariableInstanceEntity> findVariableInstancesByExecutionAndNames(String executionId, Collection<String> names)
public VariableInstanceEntity findVariableInstanceByTaskAndName(String taskId, String variableName)
public List<VariableInstanceEntity> findVariableInstancesByTaskAndNames(String taskId, Collection<String> names)
public void deleteVariableInstanceByTask(TaskEntity task)
Copyright © 2016 Alfresco. All rights reserved.