public class VariableInstanceManager extends AbstractManager
| Constructor and Description | 
|---|
VariableInstanceManager()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
configureQuery(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> | 
findVariableInstancesByProcessInstanceId(String processInstanceId)  | 
List<VariableInstanceEntity> | 
findVariableInstancesByTaskId(String taskId)  | 
checkAuthorization, close, configureQuery, delete, deleteAuthorizations, deleteAuthorizationsForGroup, deleteAuthorizationsForUser, deleteDefaultAuthorizations, flush, getAttachmentManager, getAuthorizationManager, getBatchManager, getByteArrayManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, getCommandContext, getCurrentAuthentication, getDbEntityManager, getDbSqlSession, getDecisionDefinitionManager, getDeploymentManager, getEventSubscriptionManager, getHistoricActivityInstanceManager, getHistoricBatchManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDecisionInstanceManager, getHistoricDetailManager, getHistoricIdentityLinkManager, getHistoricIncidentManager, getHistoricJobLogManager, getHistoricProcessInstanceManager, getHistoricReportManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getJobDefinitionManager, getJobManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceAuthorizationProvider, getResourceManager, getSession, getTaskManager, getTenantManager, getUserOperationLogManager, getVariableInstanceManager, insert, isAuthorizationEnabled, saveDefaultAuthorizationspublic List<VariableInstanceEntity> findVariableInstancesByTaskId(String taskId)
public List<VariableInstanceEntity> findVariableInstancesByExecutionId(String executionId)
public List<VariableInstanceEntity> findVariableInstancesByProcessInstanceId(String processInstanceId)
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 configureQuery(VariableInstanceQueryImpl query)
Copyright © 2017. All rights reserved.