public class MybatisVariableInstanceDataManager extends AbstractDataManager<VariableInstanceEntity> implements VariableInstanceDataManager
processEngineConfiguration| Constructor and Description |
|---|
MybatisVariableInstanceDataManager(ProcessEngineConfigurationImpl processEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
VariableInstanceEntity |
create() |
VariableInstanceEntity |
findVariableInstanceByExecutionAndName(String executionId,
String variableName) |
VariableInstanceEntity |
findVariableInstanceByTaskAndName(String taskId,
String variableName) |
List<VariableInstanceEntity> |
findVariableInstancesByExecutionAndNames(String executionId,
Collection<String> names) |
Collection<VariableInstanceEntity> |
findVariableInstancesByExecutionId(String executionId) |
List<VariableInstanceEntity> |
findVariableInstancesByTaskAndNames(String taskId,
Collection<String> names) |
List<VariableInstanceEntity> |
findVariableInstancesByTaskId(String taskId) |
Class<? extends VariableInstanceEntity> |
getManagedEntityClass() |
delete, delete, findById, findById, findByQuery, getDbSqlSession, getEntityCache, getList, getManagedEntitySubClasses, insert, updategetAsyncExecutor, getAttachmentEntityManager, getByteArrayEntityManager, getClock, getCommandContext, getCommandExecutor, getCommentEntityManager, getDeploymentEntityManager, getEventDispatcher, getEventSubscriptionEntityManager, getExecutionEntityManager, getGroupEntityManager, getHistoricActivityInstanceEntityManager, getHistoricDetailEntityManager, getHistoricIdentityLinkEntityManager, getHistoricProcessInstanceEntityManager, getHistoricTaskInstanceEntityManager, getHistoricVariableInstanceEntityManager, getHistoryManager, getIdentityInfoEntityManager, getIdentityLinkEntityManager, getJobEntityManager, getJobExecutor, getMembershipEntityManager, getModelEntityManager, getProcessDefinitionEntityManager, getProcessDefinitionInfoEntityManager, getProcessEngineConfiguration, getResourceEntityManager, getSession, getTaskEntityManager, getUserIdentityEntityManager, getVariableInstanceEntityManagerpublic MybatisVariableInstanceDataManager(ProcessEngineConfigurationImpl processEngineConfiguration)
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 Collection<VariableInstanceEntity> findVariableInstancesByExecutionId(String executionId)
findVariableInstancesByExecutionId 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 VariableInstanceDataManagerCopyright © 2015 Alfresco. All rights reserved.