Uses of Interface
org.camunda.bpm.engine.delegate.DelegateExecution
-
-
Uses of DelegateExecution in org.camunda.bpm.application.impl
Methods in org.camunda.bpm.application.impl with parameters of type DelegateExecution Modifier and Type Method Description voidProcessApplicationLogger. noTargetProcessApplicationForExecution(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.application.impl.event
Methods in org.camunda.bpm.application.impl.event with parameters of type DelegateExecution Modifier and Type Method Description voidProcessApplicationEventListenerDelegate. notify(DelegateExecution execution)protected voidProcessApplicationEventListenerDelegate. notifyExecutionListener(DelegateExecution execution)protected voidProcessApplicationEventListenerDelegate. performNotification(DelegateExecution execution, java.util.concurrent.Callable<java.lang.Void> notification) -
Uses of DelegateExecution in org.camunda.bpm.engine.cdi.impl.event
Methods in org.camunda.bpm.engine.cdi.impl.event with parameters of type DelegateExecution Modifier and Type Method Description protected BusinessProcessEventCdiEventListener. createEvent(DelegateExecution execution)voidCdiEventListener. notify(DelegateExecution execution)Constructors in org.camunda.bpm.engine.cdi.impl.event with parameters of type DelegateExecution Constructor Description CdiBusinessProcessEvent(java.lang.String activityId, java.lang.String transitionName, ProcessDefinition processDefinition, DelegateExecution execution, BusinessProcessEventType type, java.util.Date timeStamp) -
Uses of DelegateExecution in org.camunda.bpm.engine.context
Methods in org.camunda.bpm.engine.context that return DelegateExecution Modifier and Type Method Description static DelegateExecutionDelegateExecutionContext. getCurrentDelegationExecution()Returns the current delegation execution or null if the execution is not available. -
Uses of DelegateExecution in org.camunda.bpm.engine.delegate
Methods in org.camunda.bpm.engine.delegate that return DelegateExecution Modifier and Type Method Description DelegateExecutionDelegateTask. getExecution()Returns the execution currently at the task.DelegateExecutionDelegateExecution. getProcessInstance()Return the process instance execution for this execution.DelegateExecutionDelegateExecution. getSuperExecution()In case this delegate execution is the process instance execution and this process instance was started by a call activity, this method returns the execution which executed the call activity in the super process instance.Methods in org.camunda.bpm.engine.delegate with parameters of type DelegateExecution Modifier and Type Method Description voidJavaDelegate. execute(DelegateExecution execution)voidDelegateVariableMapping. mapInputVariables(DelegateExecution superExecution, VariableMap subVariables)Maps the input variables into the given variables map.voidDelegateVariableMapping. mapOutputVariables(DelegateExecution superExecution, VariableScope subInstance)Maps the output variables into the outer process.voidExecutionListener. notify(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl with parameters of type DelegateExecution Modifier and Type Method Description booleanCondition. evaluate(DelegateExecution execution)Evaluates the condition and returns the result.booleanCondition. evaluate(VariableScope scope, DelegateExecution execution)Evaluates the condition and returns the result.booleanCondition. tryEvaluate(VariableScope scope, DelegateExecution execution)Tries to evaluate the condition. -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.bpmn.behavior
Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type DelegateExecution Modifier and Type Method Description voidServiceTaskJavaDelegateActivityBehavior. execute(DelegateExecution execution)protected java.lang.StringMailActivityBehavior. getStringFromField(Expression expression, DelegateExecution execution)protected java.lang.StringShellActivityBehavior. getStringFromField(Expression expression, DelegateExecution execution)voidServiceTaskJavaDelegateActivityBehavior. notify(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.bpmn.delegate
Fields in org.camunda.bpm.engine.impl.bpmn.delegate declared as DelegateExecution Modifier and Type Field Description protected DelegateExecutionExecutionListenerInvocation. executionprotected DelegateExecutionJavaDelegateInvocation. executionConstructors in org.camunda.bpm.engine.impl.bpmn.delegate with parameters of type DelegateExecution Constructor Description ExecutionListenerInvocation(ExecutionListener executionListenerInstance, DelegateExecution execution)JavaDelegateInvocation(JavaDelegate delegateInstance, DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.bpmn.listener
Methods in org.camunda.bpm.engine.impl.bpmn.listener with parameters of type DelegateExecution Modifier and Type Method Description voidClassDelegateExecutionListener. notify(DelegateExecution execution)voidDelegateExpressionExecutionListener. notify(DelegateExecution execution)voidExpressionExecutionListener. notify(DelegateExecution execution)voidScriptExecutionListener. notify(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.bpmn.parser
Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type DelegateExecution Modifier and Type Method Description booleanConditionalEventDefinition. evaluate(DelegateExecution execution)booleanConditionalEventDefinition. tryEvaluate(DelegateExecution execution)booleanConditionalEventDefinition. tryEvaluate(VariableEvent variableEvent, DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.cfg.multitenancy
Fields in org.camunda.bpm.engine.impl.cfg.multitenancy declared as DelegateExecution Modifier and Type Field Description protected DelegateExecutionTenantIdProviderHistoricDecisionInstanceContext. executionprotected DelegateExecutionTenantIdProviderCaseInstanceContext. superExecutionprotected DelegateExecutionTenantIdProviderProcessInstanceContext. superExecutionMethods in org.camunda.bpm.engine.impl.cfg.multitenancy that return DelegateExecution Modifier and Type Method Description DelegateExecutionTenantIdProviderHistoricDecisionInstanceContext. getExecution()DelegateExecutionTenantIdProviderCaseInstanceContext. getSuperExecution()DelegateExecutionTenantIdProviderProcessInstanceContext. getSuperExecution()Constructors in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type DelegateExecution Constructor Description TenantIdProviderCaseInstanceContext(CaseDefinition caseDefinition, VariableMap variables, DelegateExecution superExecution)TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition decisionDefinition, DelegateExecution execution)TenantIdProviderProcessInstanceContext(ProcessDefinition processDefinition, VariableMap variables, DelegateExecution superExecution) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.el
Methods in org.camunda.bpm.engine.impl.el with parameters of type DelegateExecution Modifier and Type Method Description booleanUelExpressionCondition. evaluate(DelegateExecution execution)booleanUelExpressionCondition. evaluate(VariableScope scope, DelegateExecution execution)booleanUelExpressionCondition. tryEvaluate(VariableScope scope, DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.form.handler
Methods in org.camunda.bpm.engine.impl.form.handler that return DelegateExecution Modifier and Type Method Description DelegateExecutionDefaultFormFieldValidatorContext. getExecution() -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.form.validator
Methods in org.camunda.bpm.engine.impl.form.validator that return DelegateExecution Modifier and Type Method Description DelegateExecutionFormFieldValidatorContext. getExecution()Deprecated.Methods in org.camunda.bpm.engine.impl.form.validator with parameters of type DelegateExecution Modifier and Type Method Description protected booleanDelegateFormFieldValidator. shouldPerformPaContextSwitch(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.history.parser
Methods in org.camunda.bpm.engine.impl.history.parser with parameters of type DelegateExecution Modifier and Type Method Description protected HistoryEventActivityInstanceEndListener. createHistoryEvent(DelegateExecution execution)protected HistoryEventActivityInstanceStartListener. createHistoryEvent(DelegateExecution execution)protected abstract HistoryEventHistoryExecutionListener. createHistoryEvent(DelegateExecution execution)protected HistoryEventProcessInstanceEndListener. createHistoryEvent(DelegateExecution execution)protected HistoryEventProcessInstanceStartListener. createHistoryEvent(DelegateExecution execution)protected HistoryEventProcessInstanceUpdateListener. createHistoryEvent(DelegateExecution execution)voidHistoryExecutionListener. notify(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.history.producer
Methods in org.camunda.bpm.engine.impl.history.producer that return DelegateExecution Modifier and Type Method Description protected DelegateExecutionDefaultDmnHistoryEventProducer. getExecution(HistoricDecisionInstanceEntity event)Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type DelegateExecution Modifier and Type Method Description HistoryEventDefaultHistoryEventProducer. createActivityInstanceEndEvt(DelegateExecution execution)HistoryEventHistoryEventProducer. createActivityInstanceEndEvt(DelegateExecution execution)Creates the history event fired when an activity instance is ended.HistoryEventDefaultHistoryEventProducer. createActivityInstanceStartEvt(DelegateExecution execution)HistoryEventHistoryEventProducer. createActivityInstanceStartEvt(DelegateExecution execution)Creates the history event fired when an activity instance is started.HistoryEventDefaultHistoryEventProducer. createActivityInstanceUpdateEvt(DelegateExecution execution)HistoryEventDefaultHistoryEventProducer. createActivityInstanceUpdateEvt(DelegateExecution execution, DelegateTask task)HistoryEventHistoryEventProducer. createActivityInstanceUpdateEvt(DelegateExecution execution)Creates the history event fired when an activity instance is updated.HistoryEventHistoryEventProducer. createActivityInstanceUpdateEvt(DelegateExecution execution, DelegateTask task)Creates the history event fired when an activity instance is updated.HistoryEventDefaultDmnHistoryEventProducer. createDecisionEvaluatedEvt(DelegateExecution execution, DmnDecisionEvaluationEvent evaluationEvent)HistoryEventDmnHistoryEventProducer. createDecisionEvaluatedEvt(DelegateExecution execution, DmnDecisionEvaluationEvent decisionEvaluationEvent)Creates the history event fired when a decision is evaluated while execute a process instance.HistoryEventDefaultHistoryEventProducer. createProcessInstanceEndEvt(DelegateExecution execution)HistoryEventHistoryEventProducer. createProcessInstanceEndEvt(DelegateExecution execution)Creates the history event fired when a process instance is ended.HistoryEventDefaultHistoryEventProducer. createProcessInstanceMigrateEvt(DelegateExecution execution)HistoryEventHistoryEventProducer. createProcessInstanceMigrateEvt(DelegateExecution execution)Creates the history event fired when a process instance is migrated.HistoryEventDefaultHistoryEventProducer. createProcessInstanceStartEvt(DelegateExecution execution)HistoryEventHistoryEventProducer. createProcessInstanceStartEvt(DelegateExecution execution)Creates the history event fired when a process instances is created.HistoryEventDefaultHistoryEventProducer. createProcessInstanceUpdateEvt(DelegateExecution execution)HistoryEventHistoryEventProducer. createProcessInstanceUpdateEvt(DelegateExecution execution)Creates the history event fired when a process instance is updated. -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.metrics.parser
Fields in org.camunda.bpm.engine.impl.metrics.parser with type parameters of type DelegateExecution Modifier and Type Field Description protected java.util.function.Function<DelegateExecution,java.lang.Boolean>MetricsExecutionListener. conditionMethods in org.camunda.bpm.engine.impl.metrics.parser with parameters of type DelegateExecution Modifier and Type Method Description voidMetricsExecutionListener. notify(DelegateExecution execution)Constructor parameters in org.camunda.bpm.engine.impl.metrics.parser with type arguments of type DelegateExecution Constructor Description MetricsExecutionListener(java.lang.String metricsName, java.util.function.Function<DelegateExecution,java.lang.Boolean> condition) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.migration.instance
Methods in org.camunda.bpm.engine.impl.migration.instance with parameters of type DelegateExecution Modifier and Type Method Description protected voidMigratingActivityInstance. migrateActivityInstanceHistory(DelegateExecution execution)protected voidMigratingActivityInstance. migrateHistory(DelegateExecution execution)protected voidMigratingActivityInstance. migrateProcessInstanceHistory(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement DelegateExecution Modifier and Type Class Description classExecutionEntity -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.pvm.delegate
Subinterfaces of DelegateExecution in org.camunda.bpm.engine.impl.pvm.delegate Modifier and Type Interface Description interfaceActivityExecution -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.pvm.runtime
Classes in org.camunda.bpm.engine.impl.pvm.runtime that implement DelegateExecution Modifier and Type Class Description classExecutionImplclassPvmExecutionImpl -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.scripting
Methods in org.camunda.bpm.engine.impl.scripting with parameters of type DelegateExecution Modifier and Type Method Description booleanScriptCondition. evaluate(DelegateExecution execution)booleanScriptCondition. evaluate(VariableScope scope, DelegateExecution execution)booleanScriptCondition. tryEvaluate(VariableScope scope, DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.example.invoice.service
Methods in org.camunda.bpm.example.invoice.service with parameters of type DelegateExecution Modifier and Type Method Description voidArchiveInvoiceService. execute(DelegateExecution execution)voidNotifyCreditorService. execute(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.qa.performance.engine.steps
Methods in org.camunda.bpm.qa.performance.engine.steps with parameters of type DelegateExecution Modifier and Type Method Description voidExecutionIdRecorder. notify(DelegateExecution execution)voidSignalTestRunListener. notify(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.qa.upgrade
Methods in org.camunda.bpm.qa.upgrade with parameters of type DelegateExecution Modifier and Type Method Description voidFailingDelegate. execute(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.qa.upgrade.util
Methods in org.camunda.bpm.qa.upgrade.util with parameters of type DelegateExecution Modifier and Type Method Description voidThrowBpmnErrorDelegate. execute(DelegateExecution execution)voidThrowBpmnErrorDelegate. notify(DelegateExecution execution)protected voidThrowBpmnErrorDelegate. throwErrorIfRequested(DelegateExecution execution)protected voidThrowBpmnErrorDelegate. throwExceptionIfRequested(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.spring.boot.starter.event
Constructors in org.camunda.bpm.spring.boot.starter.event with parameters of type DelegateExecution Constructor Description ExecutionEvent(DelegateExecution delegateExecution)
-