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 withJavaDelegates.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 DelegateCaseExecutionDelegateTask. getCaseExecution()Returns the case execution currently at the task.DelegateCaseExecutionDelegateCaseVariableInstance. 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 voidCaseExecutionListener. 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 DelegateCaseExecutionTenantIdProviderHistoricDecisionInstanceContext. caseExecutionprotected DelegateCaseExecutionTenantIdProviderCaseInstanceContext. superCaseExecutionprotected DelegateCaseExecutionTenantIdProviderProcessInstanceContext. superCaseExecutionMethods in org.camunda.bpm.engine.impl.cfg.multitenancy that return DelegateCaseExecution Modifier and Type Method Description DelegateCaseExecutionTenantIdProviderHistoricDecisionInstanceContext. getCaseExecution()DelegateCaseExecutionTenantIdProviderCaseInstanceContext. getSuperCaseExecution()DelegateCaseExecutionTenantIdProviderProcessInstanceContext. 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 DelegateCaseExecutionCaseExecutionListenerInvocation. caseExecutionConstructors 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 classCaseExecutionEntity -
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 interfaceCmmnActivityExecutioninterfaceCmmnCaseInstanceClasses in org.camunda.bpm.engine.impl.cmmn.execution that implement DelegateCaseExecution Modifier and Type Class Description classCaseExecutionImplclassCmmnExecution -
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 voidClassDelegateCaseExecutionListener. notify(DelegateCaseExecution caseExecution)voidDelegateExpressionCaseExecutionListener. notify(DelegateCaseExecution caseExecution)voidExpressionCaseExecutionListener. notify(DelegateCaseExecution caseExecution)voidScriptCaseExecutionListener. 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 DelegateCaseExecutionDefaultDmnHistoryEventProducer. getCaseExecution(HistoricDecisionInstanceEntity event)Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type DelegateCaseExecution Modifier and Type Method Description HistoryEventCmmnHistoryEventProducer. createCaseActivityInstanceCreateEvt(DelegateCaseExecution caseExecution)Creates the history event fired when a case activity instance is created.HistoryEventDefaultCmmnHistoryEventProducer. createCaseActivityInstanceCreateEvt(DelegateCaseExecution caseExecution)HistoryEventCmmnHistoryEventProducer. createCaseActivityInstanceEndEvt(DelegateCaseExecution caseExecution)Creates the history event fired when a case activity instance is ended.HistoryEventDefaultCmmnHistoryEventProducer. createCaseActivityInstanceEndEvt(DelegateCaseExecution caseExecution)HistoryEventCmmnHistoryEventProducer. createCaseActivityInstanceUpdateEvt(DelegateCaseExecution caseExecution)Creates the history event fired when a case activity instance is updated.HistoryEventDefaultCmmnHistoryEventProducer. createCaseActivityInstanceUpdateEvt(DelegateCaseExecution caseExecution)HistoryEventCmmnHistoryEventProducer. createCaseInstanceCloseEvt(DelegateCaseExecution caseExecution)Creates the history event fired when a case instance is closed.HistoryEventDefaultCmmnHistoryEventProducer. createCaseInstanceCloseEvt(DelegateCaseExecution caseExecution)HistoryEventCmmnHistoryEventProducer. createCaseInstanceCreateEvt(DelegateCaseExecution caseExecution)Creates the history event fired when a case instance is created.HistoryEventDefaultCmmnHistoryEventProducer. createCaseInstanceCreateEvt(DelegateCaseExecution caseExecution)HistoryEventCmmnHistoryEventProducer. createCaseInstanceUpdateEvt(DelegateCaseExecution caseExecution)Creates the history event fired when a case instance is updated.HistoryEventDefaultCmmnHistoryEventProducer. createCaseInstanceUpdateEvt(DelegateCaseExecution caseExecution)HistoryEventDefaultDmnHistoryEventProducer. createDecisionEvaluatedEvt(DelegateCaseExecution execution, DmnDecisionEvaluationEvent evaluationEvent)HistoryEventDmnHistoryEventProducer. 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 HistoryEventCaseActivityInstanceCreateListener. createHistoryEvent(DelegateCaseExecution caseExecution)protected HistoryEventCaseActivityInstanceEndListener. createHistoryEvent(DelegateCaseExecution caseExecution)protected HistoryEventCaseActivityInstanceUpdateListener. createHistoryEvent(DelegateCaseExecution caseExecution)protected HistoryEventCaseInstanceCloseListener. createHistoryEvent(DelegateCaseExecution caseExecution)protected HistoryEventCaseInstanceCreateListener. createHistoryEvent(DelegateCaseExecution caseExecution)protected HistoryEventCaseInstanceUpdateListener. createHistoryEvent(DelegateCaseExecution caseExecution)protected abstract HistoryEventHistoryCaseExecutionListener. createHistoryEvent(DelegateCaseExecution caseExecution)voidHistoryCaseExecutionListener. 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 voidMetricsCaseExecutionListener. 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 DelegateCaseExecutionDelegateCaseVariableInstanceImpl. scopeExecutionprotected DelegateCaseExecutionDelegateCaseVariableInstanceImpl. sourceExecutionMethods in org.camunda.bpm.engine.impl.variable.listener that return DelegateCaseExecution Modifier and Type Method Description DelegateCaseExecutionDelegateCaseVariableInstanceImpl. getScopeExecution()Currently not part of public interface.DelegateCaseExecutionDelegateCaseVariableInstanceImpl. getSourceExecution()Methods in org.camunda.bpm.engine.impl.variable.listener with parameters of type DelegateCaseExecution Modifier and Type Method Description voidDelegateCaseVariableInstanceImpl. setScopeExecution(DelegateCaseExecution scopeExecution)voidDelegateCaseVariableInstanceImpl. setSourceExecution(DelegateCaseExecution sourceExecution)
-