Uses of Interface
org.jbpm.workflow.core.Node
Packages that use Node
Package
Description
-
Uses of Node in org.jbpm.ruleflow.core
Constructors in org.jbpm.ruleflow.core with parameters of type NodeModifierConstructorDescriptionRuleFlowNodeContainerFactory(P nodeContainerFactory, NodeContainer nodeContainer, Node node, org.kie.api.definition.process.WorkflowElementIdentifier id) -
Uses of Node in org.jbpm.ruleflow.core.factory
Methods in org.jbpm.ruleflow.core.factory that return NodeConstructors in org.jbpm.ruleflow.core.factory with parameters of type NodeModifierConstructorDescriptionprotectedAbstractCompositeNodeFactory(P nodeContainerFactory, NodeContainer nodeContainer, Node node, org.kie.api.definition.process.WorkflowElementIdentifier id) protectedAbstractEventNodeFactory(P nodeContainerFactory, NodeContainer nodeContainer, Node node, org.kie.api.definition.process.WorkflowElementIdentifier id) protectedAbstractWorkItemNodeFactory(P nodeContainerFactory, NodeContainer nodeContainer, Node node, org.kie.api.definition.process.WorkflowElementIdentifier id) protectedExtendedNodeFactory(P nodeContainerFactory, NodeContainer nodeContainer, Node node, org.kie.api.definition.process.WorkflowElementIdentifier id) protectedStateBasedNodeFactory(P nodeContainerFactory, NodeContainer nodeContainer, Node node, org.kie.api.definition.process.WorkflowElementIdentifier id) -
Uses of Node in org.jbpm.workflow.core.impl
Classes in org.jbpm.workflow.core.impl that implement NodeModifier and TypeClassDescriptionclassclassDefault implementation of a node. -
Uses of Node in org.jbpm.workflow.core.node
Classes in org.jbpm.workflow.core.node that implement NodeModifier and TypeClassDescriptionclassDefault implementation of an action node.classclassclassclassclassstatic classstatic classclassclassDefault implementation of an end node.classclassclassDefault implementation of a fault node.classA for each node.static classstatic classclassclassDefault implementation of a join.classDefault implementation of a milestone node.classDefault implementation of a RuleSet node.classDefault implementation of a split node.classDefault implementation of a start node.classclassclassDefault implementation of a sub-flow node.classclassclassDefault implementation of a task node.