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

Packages that use CaseExecutionEntity
org.camunda.bpm.application.impl   
org.camunda.bpm.engine.impl.cmmn.cmd   
org.camunda.bpm.engine.impl.cmmn.entity.runtime   
org.camunda.bpm.engine.impl.context   
org.camunda.bpm.engine.impl.core.model   
org.camunda.bpm.engine.impl.history.producer   
org.camunda.bpm.engine.impl.interceptor   
org.camunda.bpm.engine.impl.migration.instance   
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of CaseExecutionEntity in org.camunda.bpm.application.impl
 

Methods in org.camunda.bpm.application.impl with parameters of type CaseExecutionEntity
 void ProcessApplicationLogger.debugNoTargetProcessApplicationFoundForCaseExecution(CaseExecutionEntity execution, ProcessApplicationManager processApplicationManager)
           
 

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  void ManualStartCaseExecutionCmd.performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
           
protected  void DisableCaseExecutionCmd.performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
           
protected  void CompleteCaseExecutionCmd.performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
           
protected  void TerminateCaseExecutionCmd.performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
           
protected  void CloseCaseInstanceCmd.performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
           
protected abstract  void StateTransitionCaseExecutionCmd.performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
           
protected  void ReenableCaseExecutionCmd.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 CaseSentryPartEntity.caseExecution
           
protected  CaseExecutionEntity CaseExecutionEntity.caseInstance
          the case instance.
protected  CaseExecutionEntity CaseSentryPartEntity.caseInstance
           
protected  CaseExecutionEntity CaseExecutionEntity.parent
          the parent execution
protected  CaseExecutionEntity CaseSentryPartEntity.sourceCaseExecution
           
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 CaseExecutionEntity.createSubCaseInstance(CmmnCaseDefinition caseDefinition, String businessKey)
           
 CaseExecutionEntity CaseExecutionManager.findCaseExecutionById(String caseExecutionId)
           
protected  CaseExecutionEntity CaseSentryPartEntity.findCaseExecutionById(String caseExecutionId)
           
 CaseExecutionEntity CaseExecutionManager.findSubCaseInstanceBySuperCaseExecutionId(String superCaseExecutionId)
           
 CaseExecutionEntity CaseExecutionManager.findSubCaseInstanceBySuperExecutionId(String superExecutionId)
           
 CaseExecutionEntity CaseSentryPartEntity.getCaseExecution()
           
 CaseExecutionEntity CaseExecutionEntity.getCaseInstance()
           
 CaseExecutionEntity CaseSentryPartEntity.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.findChildCaseExecutionsByCaseInstanceId(String caseInstanceId)
           
 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)
           
 

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

Methods in org.camunda.bpm.engine.impl.context that return CaseExecutionEntity
 CaseExecutionEntity CaseExecutionContext.getCaseInstance()
           
 

Methods in org.camunda.bpm.engine.impl.context with parameters of type CaseExecutionEntity
static ProcessApplicationReference ProcessApplicationContextUtil.getTargetProcessApplication(CaseExecutionEntity execution)
           
static void Context.setExecutionContext(CaseExecutionEntity execution)
           
 

Constructors in org.camunda.bpm.engine.impl.context with parameters of type CaseExecutionEntity
CaseExecutionContext(CaseExecutionEntity execution)
           
 

Uses of CaseExecutionEntity in org.camunda.bpm.engine.impl.core.model
 

Methods in org.camunda.bpm.engine.impl.core.model with parameters of type CaseExecutionEntity
protected  String DefaultCallableElementTenantIdProvider.getCaseDefinitionTenantId(CaseExecutionEntity caseExecution)
           
 

Uses of CaseExecutionEntity in org.camunda.bpm.engine.impl.history.producer
 

Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type CaseExecutionEntity
protected  HistoricDecisionInstanceEntity DefaultDmnHistoryEventProducer.createDecisionEvaluatedEvt(org.camunda.bpm.dmn.engine.delegate.DmnDecisionLogicEvaluationEvent evaluationEvent, CaseExecutionEntity execution)
           
protected  String DefaultDmnHistoryEventProducer.getCaseDefinitionKey(CaseExecutionEntity execution)
           
protected  void DefaultCmmnHistoryEventProducer.initCaseActivityInstanceEvent(HistoricCaseActivityInstanceEventEntity evt, CaseExecutionEntity caseExecutionEntity, HistoryEventTypes eventType)
           
protected  void DefaultCmmnHistoryEventProducer.initCaseInstanceEvent(HistoricCaseInstanceEventEntity evt, CaseExecutionEntity caseExecutionEntity, HistoryEventTypes eventType)
           
protected  HistoricCaseActivityInstanceEventEntity CacheAwareCmmnHistoryEventProducer.loadCaseActivityInstanceEventEntity(CaseExecutionEntity caseExecutionEntity)
           
protected  HistoricCaseActivityInstanceEventEntity DefaultCmmnHistoryEventProducer.loadCaseActivityInstanceEventEntity(CaseExecutionEntity caseExecutionEntity)
           
protected  HistoricCaseInstanceEventEntity CacheAwareCmmnHistoryEventProducer.loadCaseInstanceEventEntity(CaseExecutionEntity caseExecutionEntity)
           
protected  HistoricCaseInstanceEventEntity DefaultCmmnHistoryEventProducer.loadCaseInstanceEventEntity(CaseExecutionEntity caseExecutionEntity)
           
protected  HistoricCaseActivityInstanceEventEntity DefaultCmmnHistoryEventProducer.newCaseActivityInstanceEventEntity(CaseExecutionEntity caseExecutionEntity)
           
protected  HistoricCaseInstanceEventEntity DefaultCmmnHistoryEventProducer.newCaseInstanceEventEntity(CaseExecutionEntity caseExecutionEntity)
           
protected  HistoricDecisionInstanceEntity DefaultDmnHistoryEventProducer.newDecisionInstanceEventEntity(CaseExecutionEntity executionEntity, org.camunda.bpm.dmn.engine.delegate.DmnDecisionLogicEvaluationEvent evaluationEvent)
           
protected  void DefaultDmnHistoryEventProducer.setReferenceToCaseInstance(HistoricDecisionInstanceEntity event, CaseExecutionEntity execution)
           
 

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

Methods in org.camunda.bpm.engine.impl.interceptor with parameters of type CaseExecutionEntity
protected  ProcessApplicationReference CommandContext.getTargetProcessApplication(CaseExecutionEntity execution)
           
 void CommandContext.performOperation(CmmnAtomicOperation executionOperation, CaseExecutionEntity execution)
           
 

Uses of CaseExecutionEntity in org.camunda.bpm.engine.impl.migration.instance
 

Fields in org.camunda.bpm.engine.impl.migration.instance declared as CaseExecutionEntity
protected  CaseExecutionEntity MigratingCalledCaseInstance.caseInstance
           
 

Constructors in org.camunda.bpm.engine.impl.migration.instance with parameters of type CaseExecutionEntity
MigratingCalledCaseInstance(CaseExecutionEntity caseInstance)
           
 

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 CaseExecutionEntityReferencer.caseExecution
           
protected  CaseExecutionEntity ExecutionEntity.subCaseInstance
          reference to a subcaseinstance, not-null if currently subcase is started from this execution
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 ExecutionEntity.createSubCaseInstance(CmmnCaseDefinition caseDefinition)
           
 CaseExecutionEntity ExecutionEntity.createSubCaseInstance(CmmnCaseDefinition caseDefinition, String businessKey)
           
 CaseExecutionEntity TaskEntity.getCaseExecution()
           
 CaseExecutionEntity VariableInstanceEntity.getCaseExecution()
           
 CaseExecutionEntity ExecutionEntity.getSubCaseInstance()
           
 CaseExecutionEntity ExecutionEntity.getSuperCaseExecution()
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type CaseExecutionEntity
 void VariableInstanceEntity.setCaseExecution(CaseExecutionEntity caseExecution)
           
 

Constructors in org.camunda.bpm.engine.impl.persistence.entity with parameters of type CaseExecutionEntity
CaseExecutionEntityReferencer(CaseExecutionEntity caeExecution)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.