Uses of Interface
io.automatiko.engine.api.definition.process.Node
-
Packages that use Node Package Description io.automatiko.engine.api.definition.process The classes that make up a Process definition.io.automatiko.engine.api.runtime.process The process runtime classes.io.automatiko.engine.api.workflow.flexible -
-
Uses of Node in io.automatiko.engine.api.definition.process
Methods in io.automatiko.engine.api.definition.process that return Node Modifier and Type Method Description NodeConnection. getFrom()The Node the connection starts from.NodeNodeContainer. getNode(long id)The node in this NodeContainer with the given id.Node[]NodeContainer. getNodes()The Nodes of this NodeContainer.NodeConnection. getTo()The Node the connection goes to.Methods in io.automatiko.engine.api.definition.process that return types with arguments of type Node Modifier and Type Method Description List<Node>WorkflowProcess. getNodesRecursively() -
Uses of Node in io.automatiko.engine.api.runtime.process
Methods in io.automatiko.engine.api.runtime.process that return Node Modifier and Type Method Description NodeNodeInstance. getNode()Return the node this node instance refers to. -
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 Constructor Description Builder(Class<? extends Node> clazz)
-