Uses of Interface
org.camunda.bpm.engine.delegate.CmmnModelExecutionContext
-
Packages that use CmmnModelExecutionContext Package Description org.camunda.bpm.engine.delegate Interfaces used to include Java code in a process as the behavior of an activity or as a listener to process events withJavaDelegate
s.org.camunda.bpm.engine.impl.cmmn.entity.runtime org.camunda.bpm.engine.impl.cmmn.execution -
-
Uses of CmmnModelExecutionContext in org.camunda.bpm.engine.delegate
Subinterfaces of CmmnModelExecutionContext in org.camunda.bpm.engine.delegate Modifier and Type Interface Description interface
DelegateCaseExecution
-
Uses of CmmnModelExecutionContext in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Classes in org.camunda.bpm.engine.impl.cmmn.entity.runtime that implement CmmnModelExecutionContext Modifier and Type Class Description class
CaseExecutionEntity
-
Uses of CmmnModelExecutionContext in org.camunda.bpm.engine.impl.cmmn.execution
Subinterfaces of CmmnModelExecutionContext in org.camunda.bpm.engine.impl.cmmn.execution Modifier and Type Interface Description interface
CmmnActivityExecution
interface
CmmnCaseInstance
Classes in org.camunda.bpm.engine.impl.cmmn.execution that implement CmmnModelExecutionContext Modifier and Type Class Description class
CaseExecutionImpl
class
CmmnExecution
-