Uses of Interface
org.jbpm.workflow.instance.node.EventBasedNodeInstanceInterface
-
Packages that use EventBasedNodeInstanceInterface Package Description org.jbpm.workflow.instance.node -
-
Uses of EventBasedNodeInstanceInterface in org.jbpm.workflow.instance.node
Classes in org.jbpm.workflow.instance.node that implement EventBasedNodeInstanceInterface Modifier and Type Class Description class
AsyncEventNodeInstance
Runtime counterpart of an event node.class
BoundaryEventNodeInstance
class
CompositeContextNodeInstance
class
CompositeNodeInstance
Runtime counterpart of a composite node.class
DynamicNodeInstance
class
EventNodeInstance
Runtime counterpart of an event node.class
EventSubProcessNodeInstance
class
ForEachNodeInstance
Runtime counterpart of a for each node.class
HumanTaskNodeInstance
class
MilestoneNodeInstance
Runtime counterpart of a milestone node.class
RuleSetNodeInstance
Runtime counterpart of a ruleset node.class
StateBasedNodeInstance
class
StateNodeInstance
class
SubProcessNodeInstance
Runtime counterpart of a SubFlow node.class
TimerNodeInstance
class
WorkItemNodeInstance
Runtime counterpart of a work item node.
-