Uses of Interface
org.kie.api.definition.process.Node
Packages that use Node
Package
Description
The classes that make up a Process definition.
The process runtime classes.
-
Uses of Node in org.kie.api.definition.process
Methods in org.kie.api.definition.process that return NodeModifier and TypeMethodDescriptionConnection.getFrom()The Node the connection starts from.NodeContainer.getNode(WorkflowElementIdentifier id) The node in this NodeContainer with the given id.NodeContainer.getNodeByUniqueId(String nodeId) the node in this NodeContainer with the give unique idNode[]NodeContainer.getNodes()The Nodes of this NodeContainer.Connection.getTo()The Node the connection goes to. -
Uses of Node in org.kie.api.runtime.process
Methods in org.kie.api.runtime.process that return Node