Uses of Interface
org.camunda.bpm.engine.delegate.DelegateCaseExecution
-
Packages that use DelegateCaseExecution 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.cfg.multitenancy org.camunda.bpm.engine.impl.cmmn.delegate org.camunda.bpm.engine.impl.cmmn.entity.runtime org.camunda.bpm.engine.impl.cmmn.execution org.camunda.bpm.engine.impl.cmmn.listener org.camunda.bpm.engine.impl.history.producer org.camunda.bpm.engine.impl.history.transformer org.camunda.bpm.engine.impl.metrics.parser org.camunda.bpm.engine.impl.variable.listener -
-
Uses of DelegateCaseExecution in org.camunda.bpm.engine.delegate
Methods in org.camunda.bpm.engine.delegate that return DelegateCaseExecution Modifier and Type Method Description DelegateCaseExecution
DelegateTask. getCaseExecution()
Returns the case execution currently at the task.DelegateCaseExecution
DelegateCaseVariableInstance. getSourceExecution()
The case execution in which context the variable was created/updated/deleted.Methods in org.camunda.bpm.engine.delegate with parameters of type DelegateCaseExecution Modifier and Type Method Description void
CaseExecutionListener. notify(DelegateCaseExecution caseExecution)
-
Uses of DelegateCaseExecution in org.camunda.bpm.engine.impl.cfg.multitenancy
Fields in org.camunda.bpm.engine.impl.cfg.multitenancy declared as DelegateCaseExecution Modifier and Type Field Description protected DelegateCaseExecution
TenantIdProviderHistoricDecisionInstanceContext. caseExecution
protected DelegateCaseExecution
TenantIdProviderCaseInstanceContext. superCaseExecution
protected DelegateCaseExecution
TenantIdProviderProcessInstanceContext. superCaseExecution
Methods in org.camunda.bpm.engine.impl.cfg.multitenancy that return DelegateCaseExecution Modifier and Type Method Description DelegateCaseExecution
TenantIdProviderHistoricDecisionInstanceContext. getCaseExecution()
DelegateCaseExecution
TenantIdProviderCaseInstanceContext. getSuperCaseExecution()
DelegateCaseExecution
TenantIdProviderProcessInstanceContext. getSuperCaseExecution()
Constructors in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type DelegateCaseExecution Constructor Description TenantIdProviderCaseInstanceContext(CaseDefinition caseDefinition, VariableMap variables, DelegateCaseExecution superCaseExecution)
TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition decisionDefinition, DelegateCaseExecution caseExecution)
TenantIdProviderProcessInstanceContext(ProcessDefinition processDefinition, VariableMap variables, DelegateCaseExecution superCaseExecution)
-
Uses of DelegateCaseExecution in org.camunda.bpm.engine.impl.cmmn.delegate
Fields in org.camunda.bpm.engine.impl.cmmn.delegate declared as DelegateCaseExecution Modifier and Type Field Description protected DelegateCaseExecution
CaseExecutionListenerInvocation. caseExecution
Constructors in org.camunda.bpm.engine.impl.cmmn.delegate with parameters of type DelegateCaseExecution Constructor Description CaseExecutionListenerInvocation(CaseExecutionListener listenerInstance, DelegateCaseExecution caseExecution)
-
Uses of DelegateCaseExecution in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Classes in org.camunda.bpm.engine.impl.cmmn.entity.runtime that implement DelegateCaseExecution Modifier and Type Class Description class
CaseExecutionEntity
-
Uses of DelegateCaseExecution in org.camunda.bpm.engine.impl.cmmn.execution
Subinterfaces of DelegateCaseExecution 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 DelegateCaseExecution Modifier and Type Class Description class
CaseExecutionImpl
class
CmmnExecution
-
Uses of DelegateCaseExecution in org.camunda.bpm.engine.impl.cmmn.listener
Methods in org.camunda.bpm.engine.impl.cmmn.listener with parameters of type DelegateCaseExecution Modifier and Type Method Description void
ClassDelegateCaseExecutionListener. notify(DelegateCaseExecution caseExecution)
void
DelegateExpressionCaseExecutionListener. notify(DelegateCaseExecution caseExecution)
void
ExpressionCaseExecutionListener. notify(DelegateCaseExecution caseExecution)
void
ScriptCaseExecutionListener. notify(DelegateCaseExecution caseExecution)
-
Uses of DelegateCaseExecution in org.camunda.bpm.engine.impl.history.producer
Methods in org.camunda.bpm.engine.impl.history.producer that return DelegateCaseExecution Modifier and Type Method Description protected DelegateCaseExecution
DefaultDmnHistoryEventProducer. getCaseExecution(HistoricDecisionInstanceEntity event)
Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type DelegateCaseExecution Modifier and Type Method Description HistoryEvent
CmmnHistoryEventProducer. createCaseActivityInstanceCreateEvt(DelegateCaseExecution caseExecution)
Creates the history event fired when a case activity instance is created.HistoryEvent
DefaultCmmnHistoryEventProducer. createCaseActivityInstanceCreateEvt(DelegateCaseExecution caseExecution)
HistoryEvent
CmmnHistoryEventProducer. createCaseActivityInstanceEndEvt(DelegateCaseExecution caseExecution)
Creates the history event fired when a case activity instance is ended.HistoryEvent
DefaultCmmnHistoryEventProducer. createCaseActivityInstanceEndEvt(DelegateCaseExecution caseExecution)
HistoryEvent
CmmnHistoryEventProducer. createCaseActivityInstanceUpdateEvt(DelegateCaseExecution caseExecution)
Creates the history event fired when a case activity instance is updated.HistoryEvent
DefaultCmmnHistoryEventProducer. createCaseActivityInstanceUpdateEvt(DelegateCaseExecution caseExecution)
HistoryEvent
CmmnHistoryEventProducer. createCaseInstanceCloseEvt(DelegateCaseExecution caseExecution)
Creates the history event fired when a case instance is closed.HistoryEvent
DefaultCmmnHistoryEventProducer. createCaseInstanceCloseEvt(DelegateCaseExecution caseExecution)
HistoryEvent
CmmnHistoryEventProducer. createCaseInstanceCreateEvt(DelegateCaseExecution caseExecution)
Creates the history event fired when a case instance is created.HistoryEvent
DefaultCmmnHistoryEventProducer. createCaseInstanceCreateEvt(DelegateCaseExecution caseExecution)
HistoryEvent
CmmnHistoryEventProducer. createCaseInstanceUpdateEvt(DelegateCaseExecution caseExecution)
Creates the history event fired when a case instance is updated.HistoryEvent
DefaultCmmnHistoryEventProducer. createCaseInstanceUpdateEvt(DelegateCaseExecution caseExecution)
HistoryEvent
DefaultDmnHistoryEventProducer. createDecisionEvaluatedEvt(DelegateCaseExecution execution, DmnDecisionEvaluationEvent evaluationEvent)
HistoryEvent
DmnHistoryEventProducer. createDecisionEvaluatedEvt(DelegateCaseExecution execution, DmnDecisionEvaluationEvent decisionEvaluationEvent)
Creates the history event fired when a decision is evaluated while execute a case instance. -
Uses of DelegateCaseExecution in org.camunda.bpm.engine.impl.history.transformer
Methods in org.camunda.bpm.engine.impl.history.transformer with parameters of type DelegateCaseExecution Modifier and Type Method Description protected HistoryEvent
CaseActivityInstanceCreateListener. createHistoryEvent(DelegateCaseExecution caseExecution)
protected HistoryEvent
CaseActivityInstanceEndListener. createHistoryEvent(DelegateCaseExecution caseExecution)
protected HistoryEvent
CaseActivityInstanceUpdateListener. createHistoryEvent(DelegateCaseExecution caseExecution)
protected HistoryEvent
CaseInstanceCloseListener. createHistoryEvent(DelegateCaseExecution caseExecution)
protected HistoryEvent
CaseInstanceCreateListener. createHistoryEvent(DelegateCaseExecution caseExecution)
protected HistoryEvent
CaseInstanceUpdateListener. createHistoryEvent(DelegateCaseExecution caseExecution)
protected abstract HistoryEvent
HistoryCaseExecutionListener. createHistoryEvent(DelegateCaseExecution caseExecution)
void
HistoryCaseExecutionListener. notify(DelegateCaseExecution caseExecution)
-
Uses of DelegateCaseExecution in org.camunda.bpm.engine.impl.metrics.parser
Methods in org.camunda.bpm.engine.impl.metrics.parser with parameters of type DelegateCaseExecution Modifier and Type Method Description void
MetricsCaseExecutionListener. notify(DelegateCaseExecution caseExecution)
-
Uses of DelegateCaseExecution in org.camunda.bpm.engine.impl.variable.listener
Fields in org.camunda.bpm.engine.impl.variable.listener declared as DelegateCaseExecution Modifier and Type Field Description protected DelegateCaseExecution
DelegateCaseVariableInstanceImpl. scopeExecution
protected DelegateCaseExecution
DelegateCaseVariableInstanceImpl. sourceExecution
Methods in org.camunda.bpm.engine.impl.variable.listener that return DelegateCaseExecution Modifier and Type Method Description DelegateCaseExecution
DelegateCaseVariableInstanceImpl. getScopeExecution()
Currently not part of public interface.DelegateCaseExecution
DelegateCaseVariableInstanceImpl. getSourceExecution()
Methods in org.camunda.bpm.engine.impl.variable.listener with parameters of type DelegateCaseExecution Modifier and Type Method Description void
DelegateCaseVariableInstanceImpl. setScopeExecution(DelegateCaseExecution scopeExecution)
void
DelegateCaseVariableInstanceImpl. setSourceExecution(DelegateCaseExecution sourceExecution)
-