Uses of Interface
io.automatiko.engine.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 io.automatiko.engine.api.definition.process
Methods in io.automatiko.engine.api.definition.process that return NodeModifier and TypeMethodDescriptionConnection.getFrom()The Node the connection starts from.NodeContainer.getNode(long id) The node in this NodeContainer with the given id.Node[]NodeContainer.getNodes()The Nodes of this NodeContainer.Connection.getTo()The Node the connection goes to.Methods in io.automatiko.engine.api.definition.process that return types with arguments of type Node -
Uses of Node in io.automatiko.engine.api.runtime.process
Methods in io.automatiko.engine.api.runtime.process that return Node -
Uses of Node in io.automatiko.engine.api.workflow.flexible
Constructor parameters in io.automatiko.engine.api.workflow.flexible with type arguments of type Node