Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.workflow.WFNode

  • Packages that use WFNode 
    Package Description
    psdi.workflow
    The Workflow package includes Mbos related to workflow.
    • Uses of WFNode in psdi.workflow

      Methods in psdi.workflow that return WFNode 
      Modifier and Type Method and Description
      WFNode WFProcess.findNode(int nodeID)
      Finds a node in the process, given a NodeID.
      WFNode WFCallStack.getCurrentNode()
      Returns the node associated with this CallStack Mbo.
      WFNode WFInstance.getCurrentNode()
      Get the current node where the instance is in the process
      WFNode NodeDetail.getNode()
      Get the node the details are for.
      WFNode WFNodeDetail.getNode()
      Get the node base record for this node detail record.
      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.
      Methods in psdi.workflow with parameters of type WFNode 
      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
      protected void NodeDetail.setNode(WFNode node)
      Set the node the details will work from
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes