public class VariableInstanceManager extends AbstractManager
Constructor and Description |
---|
VariableInstanceManager() |
Modifier and Type | Method and Description |
---|---|
void |
deleteVariableInstanceByTask(TaskEntity task) |
List<VariableInstance> |
findVariableInstanceByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery,
Page page) |
long |
findVariableInstanceCountByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery) |
List<VariableInstanceEntity> |
findVariableInstancesByExecutionId(String executionId) |
List<VariableInstanceEntity> |
findVariableInstancesByTaskId(String taskId) |
close, delete, flush, getAttachmentManager, getByteArrayManager, getDbSqlSession, getDeploymentManager, getHistoricActivityInstanceManager, getHistoricDetailManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceManager, getSession, getTaskManager, getVariableInstanceManager, insert
public List<VariableInstanceEntity> findVariableInstancesByTaskId(String taskId)
public List<VariableInstanceEntity> findVariableInstancesByExecutionId(String executionId)
public void deleteVariableInstanceByTask(TaskEntity task)
public long findVariableInstanceCountByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery)
public List<VariableInstance> findVariableInstanceByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery, Page page)
Copyright © 2015. All rights reserved.