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

Packages that use CaseExecution
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.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 © 2015 camunda services GmbH. All rights reserved.