Uses of Interface
org.activiti.engine.delegate.DelegateExecution
-
-
Uses of DelegateExecution in org.activiti.engine.debug
Methods in org.activiti.engine.debug with parameters of type DelegateExecution Modifier and Type Method Description static ExecutionTreeExecutionTreeUtil. buildExecutionTree(DelegateExecution executionEntity) -
Uses of DelegateExecution in org.activiti.engine.delegate
Methods in org.activiti.engine.delegate that return DelegateExecution Modifier and Type Method Description DelegateExecutionDelegateTask. getExecution()Returns the execution currently at the task.DelegateExecutionDelegateExecution. getParent()returns the parent of this execution, or null if there no parent.Methods in org.activiti.engine.delegate that return types with arguments of type DelegateExecution Modifier and Type Method Description java.util.List<? extends DelegateExecution>DelegateExecution. getExecutions()returns the list of execution of which this execution the parent of.Methods in org.activiti.engine.delegate with parameters of type DelegateExecution Modifier and Type Method Description voidJavaDelegate. execute(DelegateExecution execution)static org.activiti.bpmn.model.BpmnModelDelegateHelper. getBpmnModel(DelegateExecution execution)Returns theBpmnModelmatching the process definition bpmn model for the process definition of the passedDelegateExecution.java.util.Map<java.lang.String,java.lang.Object>CustomPropertiesResolver. getCustomPropertiesMap(DelegateExecution execution)static java.util.Map<java.lang.String,java.util.List<org.activiti.bpmn.model.ExtensionElement>>DelegateHelper. getExtensionElements(DelegateExecution execution)static org.activiti.bpmn.model.FieldExtensionDelegateHelper. getField(DelegateExecution execution, java.lang.String fieldName)Returns theFieldExtensionmatching the provided 'fieldName' which is defined for the current activity of the providedDelegateExecution.static ExpressionDelegateHelper. getFieldExpression(DelegateExecution execution, java.lang.String fieldName)Returns theExpressionfor the field defined for the current activity of the providedDelegateExecution.static java.util.List<org.activiti.bpmn.model.FieldExtension>DelegateHelper. getFields(DelegateExecution execution)Returns the list of field extensions, represented as instances ofFieldExtension, for the current activity of the passedDelegateExecution.static org.activiti.bpmn.model.FlowElementDelegateHelper. getFlowElement(DelegateExecution execution)Returns the currentFlowElementwhere theDelegateExecutionis currently at.static java.util.Map<java.lang.String,java.util.List<org.activiti.bpmn.model.ExtensionElement>>DelegateHelper. getFlowElementExtensionElements(DelegateExecution execution)static org.activiti.bpmn.model.FieldExtensionDelegateHelper. getFlowElementField(DelegateExecution execution, java.lang.String fieldName)static ExpressionDelegateHelper. getFlowElementFieldExpression(DelegateExecution execution, java.lang.String fieldName)static java.util.List<org.activiti.bpmn.model.FieldExtension>DelegateHelper. getFlowElementFields(DelegateExecution execution)static java.util.Map<java.lang.String,java.util.List<org.activiti.bpmn.model.ExtensionElement>>DelegateHelper. getListenerExtensionElements(DelegateExecution execution)static org.activiti.bpmn.model.FieldExtensionDelegateHelper. getListenerField(DelegateExecution execution, java.lang.String fieldName)static ExpressionDelegateHelper. getListenerFieldExpression(DelegateExecution execution, java.lang.String fieldName)static java.util.List<org.activiti.bpmn.model.FieldExtension>DelegateHelper. getListenerFields(DelegateExecution execution)static booleanDelegateHelper. isExecutingExecutionListener(DelegateExecution execution)Returns whether or not the provided execution is being use for executing anExecutionListener.static voidDelegateHelper. leaveDelegate(DelegateExecution delegateExecution)To be used in anActivityBehaviororJavaDelegate: leaves according to the default BPMN 2.0 rules: all sequenceflow with a condition that evaluates to true are followed.static voidDelegateHelper. leaveDelegate(DelegateExecution delegateExecution, java.lang.String sequenceFlowId)To be used in anActivityBehaviororJavaDelegate: leaves the current activity via one specific sequenceflow.voidExecutionListener. notify(DelegateExecution execution) -
Uses of DelegateExecution in org.activiti.engine.delegate.event.impl
Methods in org.activiti.engine.delegate.event.impl with parameters of type DelegateExecution Modifier and Type Method Description static ActivitiSignalEventActivitiEventBuilder. createActivitiySignalledEvent(DelegateExecution execution, java.lang.String signalName, java.lang.Object payload)static ActivitiMessageEventActivitiEventBuilder. createMessageReceivedEvent(DelegateExecution execution, java.lang.String messageName, java.lang.String correlationKey, java.lang.Object payload)static ActivitiMessageEventActivitiEventBuilder. createMessageSentEvent(DelegateExecution execution, java.lang.String messageName, java.lang.String correlationKey, java.lang.Object payload)static ActivitiMessageEventActivitiEventBuilder. createMessageWaitingEvent(DelegateExecution execution, java.lang.String messageName, java.lang.String correlationKey) -
Uses of DelegateExecution in org.activiti.engine.impl
Methods in org.activiti.engine.impl with parameters of type DelegateExecution Modifier and Type Method Description booleanCondition. evaluate(java.lang.String sequenceFlowId, DelegateExecution execution) -
Uses of DelegateExecution in org.activiti.engine.impl.bpmn.behavior
Methods in org.activiti.engine.impl.bpmn.behavior that return DelegateExecution Modifier and Type Method Description protected DelegateExecutionParallelGatewayActivityBehavior. findMultiInstanceParentExecution(DelegateExecution execution)protected DelegateExecutionMultiInstanceActivityBehavior. getMultiInstanceRootExecution(DelegateExecution executionEntity)Methods in org.activiti.engine.impl.bpmn.behavior with parameters of type DelegateExecution Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>CallActivityBehavior. calculateInboundVariables(DelegateExecution execution, ProcessDefinition processDefinition)protected java.util.Map<java.lang.String,java.lang.Object>UserTaskActivityBehavior. calculateInputVariables(DelegateExecution execution)protected java.util.Map<java.lang.String,java.lang.Object>CallActivityBehavior. calculateOutBoundVariables(DelegateExecution execution, java.util.Map<java.lang.String,java.lang.Object> subProcessVariables)protected java.util.Map<java.lang.String,java.lang.Object>UserTaskActivityBehavior. calculateOutBoundVariables(DelegateExecution execution, java.util.Map<java.lang.String,java.lang.Object> taskVariables)protected voidMultiInstanceActivityBehavior. callActivityEndListeners(DelegateExecution execution)Since no transitions are followed when leaving the inner activity, it is needed to call the end listeners yourself.protected java.util.Collection<ExecutionEntity>ParallelGatewayActivityBehavior. cleanJoinedExecutions(java.util.Collection<ExecutionEntity> joinedExecutions, DelegateExecution multiInstanceExecution)voidCallActivityBehavior. completed(DelegateExecution execution)voidMultiInstanceActivityBehavior. completed(DelegateExecution execution)voidCallActivityBehavior. completing(DelegateExecution execution, DelegateExecution subProcessInstance)voidMultiInstanceActivityBehavior. completing(DelegateExecution execution, DelegateExecution subProcessInstance)protected booleanMultiInstanceActivityBehavior. completionConditionSatisfied(DelegateExecution execution)protected abstract intMultiInstanceActivityBehavior. createInstances(DelegateExecution execution)protected intParallelMultiInstanceBehavior. createInstances(DelegateExecution execution)Handles the parallel case of spawning the instances.protected intSequentialMultiInstanceBehavior. createInstances(DelegateExecution multiInstanceExecution)Handles the sequential case of spawning the instances.protected voidTerminateEndEventActivityBehavior. defaultTerminateEndEventBehaviour(DelegateExecution execution, CommandContext commandContext, ExecutionEntityManager executionEntityManager)protected ExecutionEntityIntermediateCatchMessageEventActivityBehavior. deleteMessageEventSubScription(DelegateExecution execution)protected voidIntermediateCatchEventActivityBehavior. deleteOtherEventsRelatedToEventBasedGateway(DelegateExecution execution, org.activiti.bpmn.model.EventGateway eventGateway)protected ExecutionEntityIntermediateCatchSignalEventActivityBehavior. deleteSignalEventSubscription(DelegateExecution execution)protected voidTerminateEndEventActivityBehavior. dispatchActivityCancelled(DelegateExecution execution, org.activiti.bpmn.model.FlowElement terminateEndEvent)protected voidMultiInstanceActivityBehavior. dispatchActivityCompletedEvent(DelegateExecution execution)protected voidAbstractThrowMessageEventActivityBehavior. dispatchEvent(DelegateExecution execution, ThrowMessage throwMessage)protected voidTerminateEndEventActivityBehavior. dispatchExecutionCancelled(DelegateExecution execution, org.activiti.bpmn.model.FlowElement terminateEndEvent)voidIntermediateCatchEventActivityBehavior. eventCancelledByEventGateway(DelegateExecution execution)Should be subclassed by the more specific types.voidIntermediateCatchMessageEventActivityBehavior. eventCancelledByEventGateway(DelegateExecution execution)voidIntermediateCatchSignalEventActivityBehavior. eventCancelledByEventGateway(DelegateExecution execution)voidIntermediateCatchTimerEventActivityBehavior. eventCancelledByEventGateway(DelegateExecution execution)voidAbstractThrowMessageEventActivityBehavior. execute(DelegateExecution execution)voidAdhocSubProcessActivityBehavior. execute(DelegateExecution execution)voidBoundaryCompensateEventActivityBehavior. execute(DelegateExecution execution)voidBoundaryEventActivityBehavior. execute(DelegateExecution execution)voidBoundaryMessageEventActivityBehavior. execute(DelegateExecution execution)voidBoundarySignalEventActivityBehavior. execute(DelegateExecution execution)voidBoundaryTimerEventActivityBehavior. execute(DelegateExecution execution)voidCallActivityBehavior. execute(DelegateExecution execution)voidCancelEndEventActivityBehavior. execute(DelegateExecution execution)voidErrorEndEventActivityBehavior. execute(DelegateExecution execution)voidEventSubProcessErrorStartEventActivityBehavior. execute(DelegateExecution execution)voidEventSubProcessMessageStartEventActivityBehavior. execute(DelegateExecution execution)voidFlowNodeActivityBehavior. execute(DelegateExecution execution)Default behaviour: just leave the activity with no extra functionality.voidInclusiveGatewayActivityBehavior. execute(DelegateExecution execution)voidIntermediateCatchEventActivityBehavior. execute(DelegateExecution execution)voidIntermediateCatchMessageEventActivityBehavior. execute(DelegateExecution execution)voidIntermediateCatchSignalEventActivityBehavior. execute(DelegateExecution execution)voidIntermediateCatchTimerEventActivityBehavior. execute(DelegateExecution execution)voidIntermediateThrowCompensationEventActivityBehavior. execute(DelegateExecution execution)voidIntermediateThrowSignalEventActivityBehavior. execute(DelegateExecution execution)voidMailActivityBehavior. execute(DelegateExecution execution)voidMultiInstanceActivityBehavior. execute(DelegateExecution execution)voidNoneEndEventActivityBehavior. execute(DelegateExecution execution)voidParallelGatewayActivityBehavior. execute(DelegateExecution execution)voidReceiveTaskActivityBehavior. execute(DelegateExecution execution)voidScriptTaskActivityBehavior. execute(DelegateExecution execution)voidServiceTaskDelegateExpressionActivityBehavior. execute(DelegateExecution execution)voidServiceTaskExpressionActivityBehavior. execute(DelegateExecution execution)voidServiceTaskJavaDelegateActivityBehavior. execute(DelegateExecution execution)voidShellActivityBehavior. execute(DelegateExecution execution)voidSubProcessActivityBehavior. execute(DelegateExecution execution)voidTerminateEndEventActivityBehavior. execute(DelegateExecution execution)voidUserTaskActivityBehavior. execute(DelegateExecution execution)voidWebServiceActivityBehavior. execute(DelegateExecution execution)protected voidAbstractBpmnActivityBehavior. executeCompensateBoundaryEvents(java.util.Collection<org.activiti.bpmn.model.BoundaryEvent> boundaryEvents, DelegateExecution execution)protected voidMultiInstanceActivityBehavior. executeCompensationBoundaryEvents(org.activiti.bpmn.model.FlowElement flowElement, DelegateExecution execution)protected voidMultiInstanceActivityBehavior. executeOriginalBehavior(DelegateExecution execution, int loopCounter)protected voidWebServiceActivityBehavior. fillMessage(java.util.List<org.activiti.bpmn.model.DataAssociation> dataInputAssociations, DelegateExecution execution)protected DelegateExecutionParallelGatewayActivityBehavior. findMultiInstanceParentExecution(DelegateExecution execution)protected ExpressionMailActivityBehavior. getExpression(DelegateExecution execution, Expression var)protected java.lang.IntegerMultiInstanceActivityBehavior. getLocalLoopVariable(DelegateExecution execution, java.lang.String variableName)protected java.lang.IntegerMultiInstanceActivityBehavior. getLoopVariable(DelegateExecution execution, java.lang.String variableName)protected DelegateExecutionMultiInstanceActivityBehavior. getMultiInstanceRootExecution(DelegateExecution executionEntity)protected org.activiti.bpmn.model.EventGatewayIntermediateCatchEventActivityBehavior. getPrecedingEventBasedGateway(DelegateExecution execution)protected java.lang.StringMailActivityBehavior. getStringFromField(Expression expression, DelegateExecution execution)protected java.lang.StringShellActivityBehavior. getStringFromField(Expression expression, DelegateExecution execution)protected org.activiti.bpmn.model.SubProcessAdhocSubProcessActivityBehavior. getSubProcessFromExecution(DelegateExecution execution)protected org.activiti.bpmn.model.SubProcessSubProcessActivityBehavior. getSubProcessFromExecution(DelegateExecution execution)protected ThrowMessageAbstractThrowMessageEventActivityBehavior. getThrowMessage(DelegateExecution execution)protected voidUserTaskActivityBehavior. handleAssignments(TaskEntityManager taskEntityManager, java.lang.String assignee, java.lang.String owner, java.util.List<java.lang.String> candidateUsers, java.util.List<java.lang.String> candidateGroups, TaskEntity task, ExpressionManager expressionManager, DelegateExecution execution)protected voidMailActivityBehavior. handleException(DelegateExecution execution, java.lang.String msg, java.lang.Exception e, boolean doIgnoreException, java.lang.String exceptionVariable)protected voidWebServiceActivityBehavior. initializeIoSpecification(org.activiti.bpmn.model.IOSpecification activityIoSpecification, DelegateExecution execution, org.activiti.bpmn.model.BpmnModel bpmnModel)protected booleanParallelGatewayActivityBehavior. isChildOfMultiInstanceExecution(DelegateExecution executionEntity, DelegateExecution multiInstanceExecution)voidMultiInstanceActivityBehavior. lastExecutionEnded(DelegateExecution execution)voidAbstractBpmnActivityBehavior. leave(DelegateExecution execution)Subclasses that call leave() will first pass through this method, before the regularFlowNodeActivityBehavior#leave(ActivityExecution)is called.voidExclusiveGatewayActivityBehavior. leave(DelegateExecution execution)The default behaviour of BPMN, taking every outgoing sequence flow (where the condition evaluates to true), is not valid for an exclusive gateway.voidFlowNodeActivityBehavior. leave(DelegateExecution execution)Default way of leaving a BPMN 2.0 activity: evaluate the conditions on the outgoing sequence flow and take those that evaluate to true.voidParallelMultiInstanceBehavior. leave(DelegateExecution execution)Called when the wrappedActivityBehaviorcalls theAbstractBpmnActivityBehavior#leave(ActivityExecution)method.voidSequentialMultiInstanceBehavior. leave(DelegateExecution childExecution)Called when the wrappedActivityBehaviorcalls theAbstractBpmnActivityBehavior.leave(DelegateExecution)method.voidFlowNodeActivityBehavior. leaveIgnoreConditions(DelegateExecution execution)voidIntermediateCatchEventActivityBehavior. leaveIntermediateCatchEvent(DelegateExecution execution)Specific leave method for intermediate events: does a normal leave(), except when behind an event based gateway.protected voidGatewayActivityBehavior. lockFirstParentScope(DelegateExecution execution)protected voidParallelMultiInstanceBehavior. lockFirstParentScope(DelegateExecution execution)protected voidMultiInstanceActivityBehavior. logLoopDetails(DelegateExecution execution, java.lang.String custom, int loopCounter, int nrOfCompletedInstances, int nrOfActiveInstances, int nrOfInstances)voidServiceTaskJavaDelegateActivityBehavior. notify(DelegateExecution execution)protected voidMultiInstanceActivityBehavior. removeLocalLoopVariable(DelegateExecution execution, java.lang.String variableName)protected java.util.CollectionMultiInstanceActivityBehavior. resolveAndValidateCollection(DelegateExecution execution)protected java.lang.ObjectMultiInstanceActivityBehavior. resolveCollection(DelegateExecution execution)protected intMultiInstanceActivityBehavior. resolveLoopCardinality(DelegateExecution execution)protected intMultiInstanceActivityBehavior. resolveNrOfInstances(DelegateExecution execution)protected voidWebServiceActivityBehavior. returnMessage(java.util.List<org.activiti.bpmn.model.DataAssociation> dataOutputAssociations, DelegateExecution execution)protected booleanAbstractThrowMessageEventActivityBehavior. send(DelegateExecution execution, ThrowMessage message)protected voidTerminateEndEventActivityBehavior. sendProcessInstanceCancelledEvent(DelegateExecution execution, org.activiti.bpmn.model.FlowElement terminateEndEvent)protected voidMultiInstanceActivityBehavior. setLoopVariable(DelegateExecution execution, java.lang.String variableName, java.lang.Object value)protected voidTerminateEndEventActivityBehavior. terminateAllBehaviour(DelegateExecution execution, CommandContext commandContext, ExecutionEntityManager executionEntityManager)protected voidTerminateEndEventActivityBehavior. terminateMultiInstanceRoot(DelegateExecution execution, CommandContext commandContext, ExecutionEntityManager executionEntityManager)voidBoundaryCancelEventActivityBehavior. trigger(DelegateExecution execution, java.lang.String triggerName, java.lang.Object triggerData)voidBoundaryCompensateEventActivityBehavior. trigger(DelegateExecution execution, java.lang.String triggerName, java.lang.Object triggerData)voidBoundaryEventActivityBehavior. trigger(DelegateExecution execution, java.lang.String triggerName, java.lang.Object triggerData)voidBoundaryMessageEventActivityBehavior. trigger(DelegateExecution execution, java.lang.String triggerName, java.lang.Object triggerData)voidBoundarySignalEventActivityBehavior. trigger(DelegateExecution execution, java.lang.String triggerName, java.lang.Object triggerData)voidEventSubProcessMessageStartEventActivityBehavior. trigger(DelegateExecution execution, java.lang.String triggerName, java.lang.Object triggerData)voidFlowNodeActivityBehavior. trigger(DelegateExecution execution, java.lang.String signalName, java.lang.Object signalData)voidIntermediateCatchEventActivityBehavior. trigger(DelegateExecution execution, java.lang.String signalName, java.lang.Object signalData)voidIntermediateCatchMessageEventActivityBehavior. trigger(DelegateExecution execution, java.lang.String triggerName, java.lang.Object triggerData)voidIntermediateCatchSignalEventActivityBehavior. trigger(DelegateExecution execution, java.lang.String triggerName, java.lang.Object triggerData)voidMultiInstanceActivityBehavior. trigger(DelegateExecution execution, java.lang.String signalName, java.lang.Object signalData)voidReceiveTaskActivityBehavior. trigger(DelegateExecution execution, java.lang.String signalName, java.lang.Object data)voidServiceTaskDelegateExpressionActivityBehavior. trigger(DelegateExecution execution, java.lang.String signalName, java.lang.Object signalData)voidUserTaskActivityBehavior. trigger(DelegateExecution execution, java.lang.String signalName, java.lang.Object signalData)protected voidMultiInstanceActivityBehavior. updateResultCollection(DelegateExecution childExecution, DelegateExecution miRootExecution) -
Uses of DelegateExecution in org.activiti.engine.impl.bpmn.data
Methods in org.activiti.engine.impl.bpmn.data with parameters of type DelegateExecution Modifier and Type Method Description abstract voidAbstractDataAssociation. evaluate(DelegateExecution execution)voidAssignment. evaluate(DelegateExecution execution)voidSimpleDataInputAssociation. evaluate(DelegateExecution execution)voidTransformationDataOutputAssociation. evaluate(DelegateExecution execution)voidIOSpecification. initialize(DelegateExecution execution) -
Uses of DelegateExecution in org.activiti.engine.impl.bpmn.helper
Methods in org.activiti.engine.impl.bpmn.helper with parameters of type DelegateExecution Modifier and Type Method Description voidClassDelegate. completed(DelegateExecution execution)voidClassDelegate. completing(DelegateExecution execution, DelegateExecution subProcessInstance)voidClassDelegate. execute(DelegateExecution execution)protected static voidErrorPropagation. executeCatch(java.util.Map<java.lang.String,java.util.List<org.activiti.bpmn.model.Event>> eventMap, DelegateExecution delegateExecution, java.lang.String errorId)java.util.Map<java.lang.String,java.lang.Object>ClassDelegate. getCustomPropertiesMap(DelegateExecution execution)static booleanSkipExpressionUtil. isSkipExpressionEnabled(DelegateExecution execution, java.lang.String skipExpression)static booleanSkipExpressionUtil. isSkipExpressionEnabled(DelegateExecution execution, Expression skipExpression)voidClassDelegate. notify(DelegateExecution execution)static voidErrorPropagation. propagateError(java.lang.String errorRef, DelegateExecution execution)static voidErrorPropagation. propagateError(BpmnError error, DelegateExecution execution)static booleanSkipExpressionUtil. shouldSkipFlowElement(DelegateExecution execution, Expression skipExpression)static booleanSkipExpressionUtil. shouldSkipFlowElement(CommandContext commandContext, DelegateExecution execution, java.lang.String skipExpressionString)static voidScopeUtil. throwCompensationEvent(java.util.List<CompensateEventSubscriptionEntity> eventSubscriptions, DelegateExecution execution, boolean async)we create a separate execution for each compensation handler invocation.voidClassDelegate. trigger(DelegateExecution execution, java.lang.String signalName, java.lang.Object signalData) -
Uses of DelegateExecution in org.activiti.engine.impl.bpmn.listener
Methods in org.activiti.engine.impl.bpmn.listener with parameters of type DelegateExecution Modifier and Type Method Description voidListenerNotificationHelper. executeExecutionListeners(org.activiti.bpmn.model.HasExecutionListeners elementWithExecutionListeners, DelegateExecution execution, java.lang.String eventType)java.util.Map<java.lang.String,java.lang.Object>DelegateExpressionCustomPropertiesResolver. getCustomPropertiesMap(DelegateExecution execution)java.util.Map<java.lang.String,java.lang.Object>ExpressionCustomPropertiesResolver. getCustomPropertiesMap(DelegateExecution execution)protected java.util.Map<java.lang.String,java.lang.Object>ListenerNotificationHelper. invokeCustomPropertiesResolver(DelegateExecution execution, CustomPropertiesResolver customPropertiesResolver)voidDelegateExpressionExecutionListener. notify(DelegateExecution execution)voidExpressionExecutionListener. notify(DelegateExecution execution)voidScriptExecutionListener. notify(DelegateExecution execution)protected voidListenerNotificationHelper. planTransactionDependentExecutionListener(ListenerFactory listenerFactory, DelegateExecution execution, TransactionDependentExecutionListener executionListener, org.activiti.bpmn.model.ActivitiListener activitiListener)protected voidListenerNotificationHelper. planTransactionDependentTaskListener(DelegateExecution execution, TransactionDependentTaskListener taskListener, org.activiti.bpmn.model.ActivitiListener activitiListener) -
Uses of DelegateExecution in org.activiti.engine.impl.bpmn.parser.factory
Methods in org.activiti.engine.impl.bpmn.parser.factory with parameters of type DelegateExecution Modifier and Type Method Description MessageEventSubscriptionEntityDefaultMessageExecutionContext. createMessageEventSubscription(CommandContext commandContext, DelegateExecution execution)MessageEventSubscriptionEntityMessageExecutionContext. createMessageEventSubscription(CommandContext commandContext, DelegateExecution execution)ThrowMessageDefaultMessageExecutionContext. createThrowMessage(DelegateExecution execution)ThrowMessageMessageExecutionContext. createThrowMessage(DelegateExecution execution)protected java.lang.StringDefaultMessageExecutionContext. evaluateExpression(java.lang.String expression, DelegateExecution execution)java.util.Optional<java.lang.String>DefaultMessageExecutionContext. getCorrelationKey(DelegateExecution execution)java.lang.StringDefaultMessageExecutionContext. getMessageName(DelegateExecution execution)java.lang.StringMessageExecutionContext. getMessageName(DelegateExecution execution)java.util.Optional<java.util.Map<java.lang.String,java.lang.Object>>DefaultMessageExecutionContext. getMessagePayload(DelegateExecution execution) -
Uses of DelegateExecution in org.activiti.engine.impl.bpmn.webservice
Methods in org.activiti.engine.impl.bpmn.webservice with parameters of type DelegateExecution Modifier and Type Method Description voidMessageImplicitDataInputAssociation. evaluate(DelegateExecution execution)voidMessageImplicitDataOutputAssociation. evaluate(DelegateExecution execution) -
Uses of DelegateExecution in org.activiti.engine.impl.delegate
Fields in org.activiti.engine.impl.delegate declared as DelegateExecution Modifier and Type Field Description protected DelegateExecutionActivityBehaviorInvocation. executionMethods in org.activiti.engine.impl.delegate with parameters of type DelegateExecution Modifier and Type Method Description protected java.util.Map.Entry<java.lang.String,java.lang.Object>BpmnMessagePayloadMappingProvider. applyFieldDeclaration(DelegateExecution execution, FieldDeclaration field)voidSubProcessActivityBehavior. completed(DelegateExecution execution)called after the process instance is destroyed for this activity to perform its outgoing control flow logic.voidSubProcessActivityBehavior. completing(DelegateExecution execution, DelegateExecution subProcessInstance)called before the process instance is destroyed to allow this activity to extract data from the sub process instance.voidActivityBehavior. execute(DelegateExecution execution)java.util.Optional<java.util.Map<java.lang.String,java.lang.Object>>BpmnMessagePayloadMappingProvider. getMessagePayload(DelegateExecution execution)java.util.Optional<java.util.Map<java.lang.String,java.lang.Object>>MessagePayloadMappingProvider. getMessagePayload(DelegateExecution execution)booleanDefaultThrowMessageJavaDelegate. send(DelegateExecution execution, ThrowMessage message)booleanThrowMessageDelegate. send(DelegateExecution execution, ThrowMessage message)booleanThrowMessageDelegateExpression. send(DelegateExecution execution, ThrowMessage message)booleanThrowMessageJavaDelegate. send(DelegateExecution execution, ThrowMessage message)voidTriggerableActivityBehavior. trigger(DelegateExecution execution, java.lang.String signalEvent, java.lang.Object signalData)Constructors in org.activiti.engine.impl.delegate with parameters of type DelegateExecution Constructor Description ActivityBehaviorInvocation(ActivityBehavior behaviorInstance, DelegateExecution execution) -
Uses of DelegateExecution in org.activiti.engine.impl.delegate.invocation
Fields in org.activiti.engine.impl.delegate.invocation declared as DelegateExecution Modifier and Type Field Description protected DelegateExecutionExecutionListenerInvocation. executionprotected DelegateExecutionJavaDelegateInvocation. executionprotected DelegateExecutionThrowMessageDelegateInvocation. executionConstructors in org.activiti.engine.impl.delegate.invocation with parameters of type DelegateExecution Constructor Description ExecutionListenerInvocation(ExecutionListener executionListenerInstance, DelegateExecution execution)JavaDelegateInvocation(JavaDelegate delegateInstance, DelegateExecution execution)ThrowMessageDelegateInvocation(ThrowMessageDelegate delegateInstance, DelegateExecution execution, ThrowMessage message) -
Uses of DelegateExecution in org.activiti.engine.impl.el
Methods in org.activiti.engine.impl.el with parameters of type DelegateExecution Modifier and Type Method Description booleanUelExpressionCondition. evaluate(java.lang.String sequenceFlowId, DelegateExecution execution) -
Uses of DelegateExecution in org.activiti.engine.impl.event
Methods in org.activiti.engine.impl.event with parameters of type DelegateExecution Modifier and Type Method Description protected voidSignalEventHandler. dispatchActivitySignalledEvent(DelegateExecution execution, java.lang.String signalName, java.lang.Object payload, CommandContext commandContext) -
Uses of DelegateExecution in org.activiti.engine.impl.persistence.entity
Subinterfaces of DelegateExecution in org.activiti.engine.impl.persistence.entity Modifier and Type Interface Description interfaceExecutionEntityClasses in org.activiti.engine.impl.persistence.entity that implement DelegateExecution Modifier and Type Class Description classExecutionEntityImpl -
Uses of DelegateExecution in org.activiti.engine.impl.scripting
Methods in org.activiti.engine.impl.scripting with parameters of type DelegateExecution Modifier and Type Method Description booleanScriptCondition. evaluate(java.lang.String sequenceFlowId, DelegateExecution execution) -
Uses of DelegateExecution in org.activiti.engine.impl.test
Methods in org.activiti.engine.impl.test with parameters of type DelegateExecution Modifier and Type Method Description voidNoOpServiceTask. execute(DelegateExecution execution) -
Uses of DelegateExecution in org.activiti.engine.impl.util
Methods in org.activiti.engine.impl.util with parameters of type DelegateExecution Modifier and Type Method Description voidCommandExecutor. executeCommand(DelegateExecution execution)voidShellCommandExecutor. executeCommand(DelegateExecution execution)protected java.util.Optional<java.lang.String>ProcessInstanceHelper. getCorrelationKey(CommandContext commandContext, org.activiti.bpmn.model.MessageEventDefinition messageEventDefinition, DelegateExecution execution)protected java.lang.StringProcessInstanceHelper. getMessageName(CommandContext commandContext, org.activiti.bpmn.model.MessageEventDefinition messageEventDefinition, DelegateExecution execution) -
Uses of DelegateExecution in org.activiti.engine.impl.util.condition
Methods in org.activiti.engine.impl.util.condition with parameters of type DelegateExecution Modifier and Type Method Description static booleanConditionUtil. hasTrueCondition(org.activiti.bpmn.model.SequenceFlow sequenceFlow, DelegateExecution execution)
-