Uses of Interface
org.jbpm.process.instance.impl.Action
Packages that use Action
Package
Description
-
Uses of Action in org.jbpm.process.instance.impl
Classes in org.jbpm.process.instance.impl that implement Action -
Uses of Action in org.jbpm.process.instance.impl.actions
Classes in org.jbpm.process.instance.impl.actions that implement ActionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of Action in org.jbpm.ruleflow.core.factory
Methods in org.jbpm.ruleflow.core.factory with parameters of type ActionModifier and TypeMethodDescriptionForEachNodeFactory.completionAction(Action completionAction) ExtendedNodeFactory.onActionScript(String type, String dialect, String script, Action compiledScript) -
Uses of Action in org.jbpm.workflow.core.node
Methods in org.jbpm.workflow.core.node that return ActionMethods in org.jbpm.workflow.core.node with parameters of type Action -
Uses of Action in org.jbpm.workflow.instance.impl
Methods in org.jbpm.workflow.instance.impl with parameters of type ActionModifier and TypeMethodDescriptionprotected voidNodeInstanceImpl.executeAction(Action action) protected voidNodeInstanceImpl.executeAction(Action action, KogitoProcessContext context) This method is used in both instances of theExtendedNodeInstanceImplandActionNodeInstanceinstances in order to handle exceptions thrown when executing actions.