Uses of Interface
org.camunda.bpm.engine.runtime.CaseExecution

Packages that use CaseExecution
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.cfg.auth   
org.camunda.bpm.engine.impl.cfg.multitenancy   
org.camunda.bpm.engine.impl.cmmn.entity.runtime   
org.camunda.bpm.engine.impl.test   
org.camunda.bpm.engine.runtime Classes related to the RuntimeService
 

Uses of CaseExecution in org.camunda.bpm.engine.impl.cfg
 

Methods in org.camunda.bpm.engine.impl.cfg with parameters of type CaseExecution
 void CommandChecker.checkReadCaseInstance(CaseExecution caseExecution)
          Check if it is allowed to read a case instance of the given case execution.
 void CommandChecker.checkUpdateCaseInstance(CaseExecution caseExecution)
          Check if it is allowed to update a case instance of the given case execution.
 

Uses of CaseExecution in org.camunda.bpm.engine.impl.cfg.auth
 

Methods in org.camunda.bpm.engine.impl.cfg.auth with parameters of type CaseExecution
 void AuthorizationCommandChecker.checkReadCaseInstance(CaseExecution caseExecution)
           
 void AuthorizationCommandChecker.checkUpdateCaseInstance(CaseExecution caseExecution)
           
 

Uses of CaseExecution in org.camunda.bpm.engine.impl.cfg.multitenancy
 

Methods in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type CaseExecution
 void TenantCommandChecker.checkReadCaseInstance(CaseExecution caseExecution)
           
 void TenantCommandChecker.checkUpdateCaseInstance(CaseExecution caseExecution)
           
 

Uses of CaseExecution in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 

Classes in org.camunda.bpm.engine.impl.cmmn.entity.runtime that implement CaseExecution
 class CaseExecutionEntity
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return types with arguments of type CaseExecution
 List<CaseExecution> CaseExecutionQueryImpl.executeList(CommandContext commandContext, Page page)
           
 List<CaseExecution> CaseExecutionManager.findCaseExecutionsByQueryCriteria(CaseExecutionQueryImpl caseExecutionQuery, Page page)
           
 

Uses of CaseExecution in org.camunda.bpm.engine.impl.test
 

Methods in org.camunda.bpm.engine.impl.test that return CaseExecution
protected  CaseExecution CmmnProcessEngineTestCase.queryCaseExecutionByActivityId(String activityId)
           
protected  CaseExecution CmmnProcessEngineTestCase.queryCaseExecutionById(String caseExecutionId)
           
 

Uses of CaseExecution in org.camunda.bpm.engine.runtime
 

Subinterfaces of CaseExecution in org.camunda.bpm.engine.runtime
 interface CaseInstance
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.