Uses of Class
org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity

Packages that use CaseExecutionEntity
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.impl.persistence.entity   
 

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

Methods in org.camunda.bpm.engine.impl.cmmn with parameters of type CaseExecutionEntity
protected  void CloseCaseInstanceCmd.performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
           
 

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

Fields in org.camunda.bpm.engine.impl.cmmn.cmd declared as CaseExecutionEntity
protected  CaseExecutionEntity CaseExecutionVariableCmd.caseExecution
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.cmd that return CaseExecutionEntity
 CaseExecutionEntity CaseExecutionVariableCmd.getCaseExecution()
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.cmd with parameters of type CaseExecutionEntity
protected abstract  void StateTransitionCaseExecutionCmd.performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
           
protected  void CompleteCaseExecutionCmd.performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
           
protected  void ReenableCaseExecutionCmd.performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
           
protected  void ManualStartCaseExecutionCmd.performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
           
protected  void DisableCaseExecutionCmd.performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
           
 

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

Fields in org.camunda.bpm.engine.impl.cmmn.entity.runtime declared as CaseExecutionEntity
protected  CaseExecutionEntity CaseExecutionEntityVariableStore.caseExecutionEntity
           
protected  CaseExecutionEntity CaseExecutionEntity.caseInstance
          the case instance.
protected  CaseExecutionEntity CaseExecutionEntity.parent
          the parent execution
protected  CaseExecutionEntity CaseExecutionEntity.subCaseInstance
           
protected  CaseExecutionEntity CaseExecutionEntity.superCaseExecution
           
 

Fields in org.camunda.bpm.engine.impl.cmmn.entity.runtime with type parameters of type CaseExecutionEntity
protected  List<CaseExecutionEntity> CaseExecutionEntity.caseExecutions
          nested executions
 

Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return CaseExecutionEntity
protected  CaseExecutionEntity CaseExecutionEntity.createCaseExecution(CmmnActivity activity)
           
 CaseExecutionEntity CaseExecutionEntity.createSubCaseInstance(CmmnCaseDefinition caseDefinition)
           
 CaseExecutionEntity CaseExecutionManager.findCaseExecutionById(String caseExecutionId)
           
 CaseExecutionEntity CaseExecutionManager.findSubCaseInstanceBySuperCaseExecutionId(String superCaseExecutionId)
           
 CaseExecutionEntity CaseExecutionEntity.getCaseInstance()
           
 CaseExecutionEntity CaseExecutionEntity.getParent()
           
 CaseExecutionEntity CaseExecutionEntity.getSubCaseInstance()
           
protected  CaseExecutionEntity CaseExecutionEntity.newCaseExecution()
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return types with arguments of type CaseExecutionEntity
 List<CaseExecutionEntity> CaseExecutionManager.findChildCaseExecutionsByParentCaseExecutionId(String parentCaseExecutionId)
           
 List<CaseExecutionEntity> CaseExecutionEntity.getCaseExecutions()
           
protected  List<CaseExecutionEntity> CaseExecutionEntity.getCaseExecutionsInternal()
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime with parameters of type CaseExecutionEntity
 void CaseExecutionManager.deleteCaseExecution(CaseExecutionEntity caseExecution)
           
 void CaseExecutionManager.insertCaseExecution(CaseExecutionEntity caseExecution)
           
 

Constructors in org.camunda.bpm.engine.impl.cmmn.entity.runtime with parameters of type CaseExecutionEntity
CaseExecutionEntityVariableStore(CaseExecutionEntity executionEntity)
           
 

Uses of CaseExecutionEntity in org.camunda.bpm.engine.impl.persistence.entity
 

Fields in org.camunda.bpm.engine.impl.persistence.entity declared as CaseExecutionEntity
protected  CaseExecutionEntity TaskEntity.caseExecution
           
protected  CaseExecutionEntity ExecutionEntity.superCaseExecution
          super case execution, not-null if this execution is part of a case execution
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return CaseExecutionEntity
 CaseExecutionEntity TaskEntity.getCaseExecution()
           
 CaseExecutionEntity ExecutionEntity.getSuperCaseExecution()
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.