| Package | Description | 
|---|---|
| psdi.workflow | The Workflow package includes Mbos related to workflow. | 
| Modifier and Type | Method and Description | 
|---|---|
| WFNode | WFProcess. findNode(int nodeID)Finds a node in the process, given a NodeID. | 
| WFNode | WFInstance. getCurrentNode()Get the current node where the instance is in the process | 
| WFNode | WFCallStack. getCurrentNode()Returns the node associated with this CallStack Mbo. | 
| WFNode | WFNodeDetail. getNode()Get the node base record for this node detail record. | 
| WFNode | NodeDetail. getNode()Get the node the details are for. | 
| WFNode | WFNodeSet. getNode(int nodeid)Return the WFNode row with the NODEID passed in. | 
| WFNode | WFNodeSet. getStartNode()Searches the node set for the start node. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WFNode. duplicateDetails(WFNode origNode)Copy the details of this node. | 
| static NodeDetail | NodeDetail. getNodeDetail(WFNode node)Factory returns the NodeDetail for the node type |