org.camunda.bpm.engine.impl.persistence.entity
Class VariableInstanceManager
java.lang.Object
org.camunda.bpm.engine.impl.persistence.AbstractManager
org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceManager
- All Implemented Interfaces:
- Session
public class VariableInstanceManager
- extends AbstractManager
- Author:
- Tom Baeyens
Methods inherited from class org.camunda.bpm.engine.impl.persistence.AbstractManager |
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, saveDefaultAuthorizations |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariableInstanceManager
public VariableInstanceManager()
findVariableInstancesByTaskId
public List<VariableInstanceEntity> findVariableInstancesByTaskId(String taskId)
findVariableInstancesByExecutionId
public List<VariableInstanceEntity> findVariableInstancesByExecutionId(String executionId)
findVariableInstancesByProcessInstanceId
public List<VariableInstanceEntity> findVariableInstancesByProcessInstanceId(String processInstanceId)
findVariableInstancesByCaseExecutionId
public List<VariableInstanceEntity> findVariableInstancesByCaseExecutionId(String caseExecutionId)
deleteVariableInstanceByTask
public void deleteVariableInstanceByTask(TaskEntity task)
findVariableInstanceCountByQueryCriteria
public long findVariableInstanceCountByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery)
findVariableInstanceByQueryCriteria
public List<VariableInstance> findVariableInstanceByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery,
Page page)
configureQuery
protected void configureQuery(VariableInstanceQueryImpl query)
Copyright © 2016 camunda services GmbH. All rights reserved.