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

Packages that use CaseInstance
org.camunda.bpm.engine.impl.cmmn   
org.camunda.bpm.engine.impl.cmmn.cmd   
org.camunda.bpm.engine.impl.cmmn.entity.runtime   
org.camunda.bpm.engine.runtime Classes related to the RuntimeService
 

Uses of CaseInstance in org.camunda.bpm.engine.impl.cmmn
 

Methods in org.camunda.bpm.engine.impl.cmmn that return CaseInstance
 CaseInstance CaseInstanceBuilderImpl.create()
           
 

Uses of CaseInstance in org.camunda.bpm.engine.impl.cmmn.cmd
 

Methods in org.camunda.bpm.engine.impl.cmmn.cmd that return CaseInstance
 CaseInstance CreateCaseInstanceCmd.execute(CommandContext commandContext)
           
 

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

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

Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return types with arguments of type CaseInstance
 List<CaseInstance> CaseInstanceQueryImpl.executeList(CommandContext commandContext, Page page)
           
 List<CaseInstance> CaseExecutionManager.findCaseInstanceByQueryCriteria(CaseInstanceQueryImpl caseInstanceQuery, Page page)
           
 

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

Methods in org.camunda.bpm.engine.runtime that return CaseInstance
 CaseInstance CaseInstanceBuilder.create()
          Creates a new CaseInstance, which will be in the ACTIVE state.
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.