Uses of Interface
org.activiti.engine.delegate.DelegateExecution
Packages that use DelegateExecution
Package
Description
-
Uses of DelegateExecution in org.activiti.engine.debug
Methods in org.activiti.engine.debug with parameters of type DelegateExecutionModifier and TypeMethodDescriptionstatic ExecutionTreeExecutionTreeUtil.buildExecutionTree(DelegateExecution executionEntity) -
Uses of DelegateExecution in org.activiti.engine.delegate
Methods in org.activiti.engine.delegate that return DelegateExecutionModifier and TypeMethodDescriptionDelegateTask.getExecution()Returns the execution currently at the task.DelegateExecution.getParent()returns the parent of this execution, or null if there's no parent.Methods in org.activiti.engine.delegate that return types with arguments of type DelegateExecutionModifier and TypeMethodDescriptionList<? 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 DelegateExecutionModifier and TypeMethodDescriptionvoidJavaDelegate.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.CustomPropertiesResolver.getCustomPropertiesMap(DelegateExecution execution) DelegateHelper.getExtensionElements(DelegateExecution execution) static org.activiti.bpmn.model.FieldExtensionDelegateHelper.getField(DelegateExecution execution, String fieldName) Returns theFieldExtensionmatching the provided 'fieldName' which is defined for the current activity of the providedDelegateExecution.static ExpressionDelegateHelper.getFieldExpression(DelegateExecution execution, String fieldName) Returns theExpressionfor the field defined for the current activity of the providedDelegateExecution.static 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.DelegateHelper.getFlowElementExtensionElements(DelegateExecution execution) static org.activiti.bpmn.model.FieldExtensionDelegateHelper.getFlowElementField(DelegateExecution execution, String fieldName) static ExpressionDelegateHelper.getFlowElementFieldExpression(DelegateExecution execution, String fieldName) static List<org.activiti.bpmn.model.FieldExtension> DelegateHelper.getFlowElementFields(DelegateExecution execution) DelegateHelper.getListenerExtensionElements(DelegateExecution execution) static org.activiti.bpmn.model.FieldExtensionDelegateHelper.getListenerField(DelegateExecution execution, String fieldName) static ExpressionDelegateHelper.getListenerFieldExpression(DelegateExecution execution, String fieldName) static 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, 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 DelegateExecutionModifier and TypeMethodDescriptionstatic ActivitiSignalEventActivitiEventBuilder.createActivitiySignalledEvent(DelegateExecution execution, String signalName, Object payload) static ActivitiActivityEventActivitiEventBuilder.createActivityEvent(ActivitiEventType type, DelegateExecution execution, org.activiti.bpmn.model.FlowElement flowElement) static ActivitiMessageEventActivitiEventBuilder.createMessageReceivedEvent(DelegateExecution execution, String messageName, String correlationKey, Object payload) static ActivitiMessageEventActivitiEventBuilder.createMessageSentEvent(DelegateExecution execution, String messageName, String correlationKey, Object payload) static ActivitiMessageEventActivitiEventBuilder.createMessageWaitingEvent(DelegateExecution execution, String messageName, String correlationKey) protected static StringActivitiEventBuilder.mayBeResolveExpression(String expression, DelegateExecution execution) -
Uses of DelegateExecution in org.activiti.engine.impl
Methods in org.activiti.engine.impl with parameters of type DelegateExecutionModifier and TypeMethodDescriptionbooleanCondition.evaluate(String sequenceFlowId, DelegateExecution execution) -
Uses of DelegateExecution in org.activiti.engine.impl.bpmn.behavior
Methods in org.activiti.engine.impl.bpmn.behavior that return DelegateExecutionModifier and TypeMethodDescriptionprotected DelegateExecutionCallActivityBehavior.copyOutParameters(DelegateExecution execution, DelegateExecution subProcessInstance) protected DelegateExecutionParallelGatewayActivityBehavior.findMultiInstanceParentExecution(DelegateExecution execution) MappingExecutionContext.getExecution()protected DelegateExecutionMultiInstanceActivityBehavior.getMultiInstanceRootExecution(DelegateExecution executionEntity) Methods in org.activiti.engine.impl.bpmn.behavior with parameters of type DelegateExecutionModifier and TypeMethodDescriptionstatic MappingExecutionContextMappingExecutionContext.buildMappingExecutionContext(DelegateExecution delegateExecution) CallActivityBehavior.calculateInboundVariables(DelegateExecution execution, ProcessDefinition processDefinition) CopyVariablesCalculator.calculateInputVariables(DelegateExecution execution) NoneVariablesCalculator.calculateInputVariables(DelegateExecution execution) UserTaskActivityBehavior.calculateInputVariables(DelegateExecution execution) VariablesCalculator.calculateInputVariables(DelegateExecution execution) 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 Collection<ExecutionEntity> ParallelGatewayActivityBehavior.cleanJoinedExecutions(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 DelegateExecutionCallActivityBehavior.copyOutParameters(DelegateExecution execution, DelegateExecution subProcessInstance) CallActivityBehavior.copyProcessVariables(DelegateExecution execution, ExpressionManager expressionManager, org.activiti.bpmn.model.CallActivity callActivity, Map<String, Object> variables) 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 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(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(List<org.activiti.bpmn.model.DataAssociation> dataInputAssociations, DelegateExecution execution) protected DelegateExecutionParallelGatewayActivityBehavior.findMultiInstanceParentExecution(DelegateExecution execution) protected ExpressionMailActivityBehavior.getExpression(DelegateExecution execution, Expression var) protected IntegerMultiInstanceActivityBehavior.getLocalLoopVariable(DelegateExecution execution, String variableName) protected IntegerMultiInstanceActivityBehavior.getLoopVariable(DelegateExecution execution, String variableName) protected DelegateExecutionMultiInstanceActivityBehavior.getMultiInstanceRootExecution(DelegateExecution executionEntity) protected org.activiti.bpmn.model.EventGatewayIntermediateCatchEventActivityBehavior.getPrecedingEventBasedGateway(DelegateExecution execution) protected ObjectMultiInstanceActivityBehavior.getResultElementItem(DelegateExecution childExecution) protected StringMailActivityBehavior.getStringFromField(Expression expression, DelegateExecution execution) protected 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, String assignee, String owner, List<String> candidateUsers, List<String> candidateGroups, TaskEntity task, ExpressionManager expressionManager, DelegateExecution execution) protected voidMailActivityBehavior.handleException(DelegateExecution execution, String msg, Exception e, boolean doIgnoreException, 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, String custom, int loopCounter, int nrOfCompletedInstances, int nrOfActiveInstances, int nrOfInstances) voidServiceTaskJavaDelegateActivityBehavior.notify(DelegateExecution execution) voidVariablesPropagator.propagate(DelegateExecution execution, Map<String, Object> availableVariables) protected voidMultiInstanceActivityBehavior.removeLocalLoopVariable(DelegateExecution execution, String variableName) protected CollectionMultiInstanceActivityBehavior.resolveAndValidateCollection(DelegateExecution execution) protected ObjectMultiInstanceActivityBehavior.resolveCollection(DelegateExecution execution) protected intMultiInstanceActivityBehavior.resolveLoopCardinality(DelegateExecution execution) protected intMultiInstanceActivityBehavior.resolveNrOfInstances(DelegateExecution execution) protected voidWebServiceActivityBehavior.returnMessage(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, String variableName, Object value) protected voidTerminateEndEventActivityBehavior.terminateAllBehaviour(DelegateExecution execution, CommandContext commandContext, ExecutionEntityManager executionEntityManager) protected voidTerminateEndEventActivityBehavior.terminateMultiInstanceRoot(DelegateExecution execution, CommandContext commandContext, ExecutionEntityManager executionEntityManager) voidBoundaryCancelEventActivityBehavior.trigger(DelegateExecution execution, String triggerName, Object triggerData) voidBoundaryCompensateEventActivityBehavior.trigger(DelegateExecution execution, String triggerName, Object triggerData) voidBoundaryEventActivityBehavior.trigger(DelegateExecution execution, String triggerName, Object triggerData) voidBoundaryMessageEventActivityBehavior.trigger(DelegateExecution execution, String triggerName, Object triggerData) voidBoundarySignalEventActivityBehavior.trigger(DelegateExecution execution, String triggerName, Object triggerData) voidEventSubProcessMessageStartEventActivityBehavior.trigger(DelegateExecution execution, String triggerName, Object triggerData) voidFlowNodeActivityBehavior.trigger(DelegateExecution execution, String signalName, Object signalData) voidIntermediateCatchEventActivityBehavior.trigger(DelegateExecution execution, String signalName, Object signalData) voidIntermediateCatchMessageEventActivityBehavior.trigger(DelegateExecution execution, String triggerName, Object triggerData) voidIntermediateCatchSignalEventActivityBehavior.trigger(DelegateExecution execution, String triggerName, Object triggerData) voidMultiInstanceActivityBehavior.trigger(DelegateExecution execution, String signalName, Object signalData) voidReceiveTaskActivityBehavior.trigger(DelegateExecution execution, String signalName, Object data) voidServiceTaskDelegateExpressionActivityBehavior.trigger(DelegateExecution execution, String signalName, Object signalData) voidUserTaskActivityBehavior.trigger(DelegateExecution execution, String signalName, Object signalData) protected voidMultiInstanceActivityBehavior.updateResultCollection(DelegateExecution childExecution, DelegateExecution miRootExecution) Constructors in org.activiti.engine.impl.bpmn.behavior with parameters of type DelegateExecution -
Uses of DelegateExecution in org.activiti.engine.impl.bpmn.data
Methods in org.activiti.engine.impl.bpmn.data with parameters of type DelegateExecutionModifier and TypeMethodDescriptionabstract 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 DelegateExecutionModifier and TypeMethodDescriptionvoidClassDelegate.completed(DelegateExecution execution) voidClassDelegate.completing(DelegateExecution execution, DelegateExecution subProcessInstance) voidClassDelegate.execute(DelegateExecution execution) protected static booleanErrorPropagation.executeCatch(Map<String, List<org.activiti.bpmn.model.Event>> eventMap, DelegateExecution delegateExecution, org.activiti.bpmn.model.Error error) protected static booleanErrorPropagation.findCatchingEventsAndExecuteCatchForCallActivity(String errorRef, DelegateExecution execution) ClassDelegate.getCustomPropertiesMap(DelegateExecution execution) static booleanSkipExpressionUtil.isSkipExpressionEnabled(DelegateExecution execution, String skipExpression) static booleanSkipExpressionUtil.isSkipExpressionEnabled(DelegateExecution execution, Expression skipExpression) voidClassDelegate.notify(DelegateExecution execution) static voidErrorPropagation.propagateError(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, String skipExpressionString) static voidScopeUtil.throwCompensationEvent(List<CompensateEventSubscriptionEntity> eventSubscriptions, DelegateExecution execution, boolean async) we create a separate execution for each compensation handler invocation.voidClassDelegate.trigger(DelegateExecution execution, String signalName, Object signalData) -
Uses of DelegateExecution in org.activiti.engine.impl.bpmn.listener
Methods in org.activiti.engine.impl.bpmn.listener with parameters of type DelegateExecutionModifier and TypeMethodDescriptionvoidListenerNotificationHelper.executeExecutionListeners(org.activiti.bpmn.model.HasExecutionListeners elementWithExecutionListeners, DelegateExecution execution, String eventType) DelegateExpressionCustomPropertiesResolver.getCustomPropertiesMap(DelegateExecution execution) ExpressionCustomPropertiesResolver.getCustomPropertiesMap(DelegateExecution execution) 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 DelegateExecutionModifier and TypeMethodDescriptionDefaultMessageExecutionContext.createMessageEventSubscription(CommandContext commandContext, DelegateExecution execution) MessageExecutionContext.createMessageEventSubscription(CommandContext commandContext, DelegateExecution execution) DefaultMessageExecutionContext.createThrowMessage(DelegateExecution execution) MessageExecutionContext.createThrowMessage(DelegateExecution execution) protected StringDefaultMessageExecutionContext.evaluateExpression(String expression, DelegateExecution execution) DefaultMessageExecutionContext.getCorrelationKey(DelegateExecution execution) DefaultMessageExecutionContext.getMessageName(DelegateExecution execution) MessageExecutionContext.getMessageName(DelegateExecution execution) 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 DelegateExecutionModifier and TypeMethodDescriptionvoidMessageImplicitDataInputAssociation.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 DelegateExecutionModifier and TypeFieldDescriptionprotected final DelegateExecutionActivityBehaviorInvocation.executionMethods in org.activiti.engine.impl.delegate with parameters of type DelegateExecutionModifier and TypeMethodDescriptionBpmnMessagePayloadMappingProvider.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) BpmnMessagePayloadMappingProvider.getMessagePayload(DelegateExecution execution) 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, String signalEvent, Object signalData) Constructors in org.activiti.engine.impl.delegate with parameters of type DelegateExecutionModifierConstructorDescriptionActivityBehaviorInvocation(ActivityBehavior behaviorInstance, DelegateExecution execution) -
Uses of DelegateExecution in org.activiti.engine.impl.delegate.invocation
Fields in org.activiti.engine.impl.delegate.invocation declared as DelegateExecutionModifier and TypeFieldDescriptionprotected final DelegateExecutionExecutionListenerInvocation.executionprotected final DelegateExecutionJavaDelegateInvocation.executionprotected final DelegateExecutionThrowMessageDelegateInvocation.executionConstructors in org.activiti.engine.impl.delegate.invocation with parameters of type DelegateExecutionModifierConstructorDescriptionExecutionListenerInvocation(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 DelegateExecutionModifier and TypeMethodDescriptionbooleanUelExpressionCondition.evaluate(String sequenceFlowId, DelegateExecution execution) -
Uses of DelegateExecution in org.activiti.engine.impl.event
Methods in org.activiti.engine.impl.event with parameters of type DelegateExecutionModifier and TypeMethodDescriptionprotected voidSignalEventHandler.dispatchActivitySignalledEvent(DelegateExecution execution, String signalName, Object payload, CommandContext commandContext) -
Uses of DelegateExecution in org.activiti.engine.impl.persistence.entity
Subinterfaces of DelegateExecution in org.activiti.engine.impl.persistence.entityClasses in org.activiti.engine.impl.persistence.entity that implement DelegateExecution -
Uses of DelegateExecution in org.activiti.engine.impl.scripting
Methods in org.activiti.engine.impl.scripting with parameters of type DelegateExecutionModifier and TypeMethodDescriptionbooleanScriptCondition.evaluate(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 -
Uses of DelegateExecution in org.activiti.engine.impl.util
Methods in org.activiti.engine.impl.util with parameters of type DelegateExecutionModifier and TypeMethodDescriptionvoidCommandExecutor.executeCommand(DelegateExecution execution) voidShellCommandExecutor.executeCommand(DelegateExecution execution) ProcessInstanceHelper.getCorrelationKey(CommandContext commandContext, org.activiti.bpmn.model.MessageEventDefinition messageEventDefinition, DelegateExecution execution) protected 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 DelegateExecutionModifier and TypeMethodDescriptionstatic booleanConditionUtil.hasTrueCondition(org.activiti.bpmn.model.SequenceFlow sequenceFlow, DelegateExecution execution)