public class VariableInstanceManager extends AbstractManager
Constructor and Description |
---|
VariableInstanceManager() |
Modifier and Type | Method and Description |
---|---|
protected void |
configureAuthorizationCheck(VariableInstanceQueryImpl query) |
void |
deleteVariableInstanceByTask(TaskEntity task) |
List<VariableInstance> |
findVariableInstanceByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery,
Page page) |
long |
findVariableInstanceCountByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery) |
List<VariableInstanceEntity> |
findVariableInstancesByCaseExecutionId(String caseExecutionId) |
List<VariableInstanceEntity> |
findVariableInstancesByExecutionId(String executionId) |
List<VariableInstanceEntity> |
findVariableInstancesByTaskId(String taskId) |
checkAuthorization, close, configureQuery, delete, deleteAuthorizations, deleteDefaultAuthorizations, flush, getAttachmentManager, getAuthorizationManager, getByteArrayManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, getCommandContext, getCurrentAuthentication, getDbEntityManager, getDbSqlSession, getDeploymentManager, getEventSubscriptionManager, getHistoricActivityInstanceManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDetailManager, getHistoricIncidentManager, getHistoricJobLogManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getJobDefinitionManager, getJobManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceAuthorizationProvider, getResourceManager, getSession, getTaskManager, getUserOperationLogManager, getVariableInstanceManager, insert, isAuthorizationEnabled, saveDefaultAuthorizations
public List<VariableInstanceEntity> findVariableInstancesByTaskId(String taskId)
public List<VariableInstanceEntity> findVariableInstancesByExecutionId(String executionId)
public List<VariableInstanceEntity> findVariableInstancesByCaseExecutionId(String caseExecutionId)
public void deleteVariableInstanceByTask(TaskEntity task)
public long findVariableInstanceCountByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery)
public List<VariableInstance> findVariableInstanceByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery, Page page)
protected void configureAuthorizationCheck(VariableInstanceQueryImpl query)
Copyright © 2018. All rights reserved.