public interface ProcessNode extends OsidNode
This interface is a container for a partial hierarchy retrieval. The
number of hierarchy levels traversable through this interface depend on
the number of levels requested in the ProcessHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
ProcessNodeList |
getChildProcessNodes()
Gets the children of this process.
|
ProcessNodeList |
getParentProcessNodes()
Gets the parents of this process.
|
Process |
getProcess()
Gets the
Process at this node. |
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredProcess getProcess()
Process at this node.mandatory - This method must be implemented. ProcessNodeList getParentProcessNodes()
mandatory - This method must be implemented. ProcessNodeList getChildProcessNodes()
mandatory - This method must be implemented.