org.camunda.bpm.engine.impl.persistence.entity
Class VariableInstanceManager

java.lang.Object
  extended by org.camunda.bpm.engine.impl.persistence.AbstractManager
      extended by org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceManager
All Implemented Interfaces:
Session

public class VariableInstanceManager
extends AbstractManager

Author:
Tom Baeyens

Constructor Summary
VariableInstanceManager()
           
 
Method Summary
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)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.persistence.AbstractManager
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableInstanceManager

public VariableInstanceManager()
Method Detail

findVariableInstancesByTaskId

public List<VariableInstanceEntity> findVariableInstancesByTaskId(String taskId)

findVariableInstancesByExecutionId

public List<VariableInstanceEntity> findVariableInstancesByExecutionId(String executionId)

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)

configureAuthorizationCheck

protected void configureAuthorizationCheck(VariableInstanceQueryImpl query)


Copyright © 2015 camunda services GmbH. All rights reserved.