Class VariableInstanceManager
java.lang.Object
org.camunda.bpm.engine.impl.persistence.AbstractManager
org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceManager
- All Implemented Interfaces:
Session
- Author:
- Tom Baeyens
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
void
findVariableInstanceByQueryCriteria
(VariableInstanceQueryImpl variableInstanceQuery, Page page) long
findVariableInstanceCountByQueryCriteria
(VariableInstanceQueryImpl variableInstanceQuery) findVariableInstancesByBatchId
(String batchId) findVariableInstancesByCaseExecutionId
(String caseExecutionId) findVariableInstancesByCaseExecutionIdAndVariableNames
(String caseExecutionId, Collection<String> variableNames) findVariableInstancesByExecutionId
(String executionId) findVariableInstancesByExecutionIdAndVariableNames
(String executionId, Collection<String> variableNames) findVariableInstancesByProcessInstanceId
(String processInstanceId) findVariableInstancesByTaskId
(String taskId) findVariableInstancesByTaskIdAndVariableNames
(String taskId, Collection<String> variableNames) Methods inherited from class org.camunda.bpm.engine.impl.persistence.AbstractManager
checkAuthorization, close, configureQuery, delete, deleteAuthorizations, deleteAuthorizationsForGroup, deleteAuthorizationsForUser, deleteDefaultAuthorizations, flush, getAttachmentManager, getAuthorizationManager, getBatchManager, getByteArrayManager, getCamundaFormDefinitionManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, getCommandContext, getCurrentAuthentication, getDbEntityManager, getDbSqlSession, getDecisionDefinitionManager, getDecisionRequirementsDefinitionManager, getDeploymentManager, getEventSubscriptionManager, getHistoricActivityInstanceManager, getHistoricBatchManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDecisionInstanceManager, getHistoricDetailManager, getHistoricExternalTaskLogManager, getHistoricIdentityLinkManager, getHistoricIncidentManager, getHistoricJobLogManager, getHistoricProcessInstanceManager, getHistoricReportManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getJobDefinitionManager, getJobManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceAuthorizationProvider, getResourceManager, getSession, getTaskManager, getTaskReportManager, getTenantManager, getUserOperationLogManager, getVariableInstanceManager, insert, isAuthorizationEnabled, saveDefaultAuthorizations
-
Constructor Details
-
VariableInstanceManager
public VariableInstanceManager()
-
-
Method Details
-
findVariableInstancesByTaskId
-
findVariableInstancesByTaskIdAndVariableNames
public List<VariableInstanceEntity> findVariableInstancesByTaskIdAndVariableNames(String taskId, Collection<String> variableNames) -
findVariableInstancesByExecutionId
-
findVariableInstancesByExecutionIdAndVariableNames
public List<VariableInstanceEntity> findVariableInstancesByExecutionIdAndVariableNames(String executionId, Collection<String> variableNames) -
findVariableInstancesByProcessInstanceId
public List<VariableInstanceEntity> findVariableInstancesByProcessInstanceId(String processInstanceId) -
findVariableInstancesByCaseExecutionId
-
findVariableInstancesByCaseExecutionIdAndVariableNames
public List<VariableInstanceEntity> findVariableInstancesByCaseExecutionIdAndVariableNames(String caseExecutionId, Collection<String> variableNames) -
deleteVariableInstanceByTask
-
findVariableInstanceCountByQueryCriteria
public long findVariableInstanceCountByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery) -
findVariableInstanceByQueryCriteria
public List<VariableInstance> findVariableInstanceByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery, Page page) -
configureQuery
-
findVariableInstancesByBatchId
-