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

Uses of Class
psdi.workflow.WorkflowNode

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

      Fields in psdi.workflow declared as WorkflowNode 
      Modifier and Type Field and Description
      protected WorkflowNode WorkflowRelationship.predecessorNode
      The predecessor node
      protected WorkflowNode WorkflowRelationship.successorNode
      The successor node
      Methods in psdi.workflow that return WorkflowNode 
      Modifier and Type Method and Description
      WorkflowNode Workflow.getNode(java.lang.Object nodeID)
      Gets a workflow node by id
      WorkflowNode Workflow.getNodeById(java.lang.Object nodeID)
      Gets the node by idID
      WorkflowNode WorkflowRelationship.getPredecessorNode()
      Gets the predecessor workflow node
      WorkflowNode WorkflowRelationship.getSuccessorNode()
      Gets the successor workflow node
      Methods in psdi.workflow with parameters of type WorkflowNode 
      Modifier and Type Method and Description
      void Workflow.addNode(WorkflowNode node)
      Adds a workflow node to the workflow
      java.util.Vector Workflow.getRelationships(WorkflowNode node)
      Returns all the relationships in the workflow associated with the node.
      void Workflow.removeNode(WorkflowNode node)
      Removes a workflow node from the workflow
      Constructors in psdi.workflow with parameters of type WorkflowNode 
      Constructor and Description
      WorkflowRelationship(WorkflowNode predecessorNode, WorkflowNode successorNode)
      Constructs a workflow relation
    • Uses of WorkflowNode in psdi.workflow.diagram

      Fields in psdi.workflow.diagram declared as WorkflowNode 
      Modifier and Type Field and Description
      protected WorkflowNode DiagramWorkflowNode.node 
      Methods in psdi.workflow.diagram that return WorkflowNode 
      Modifier and Type Method and Description
      WorkflowNode DiagramWorkflowNode.getWorkflowNode()
      Gets the workflow node for this diagram node
      Methods in psdi.workflow.diagram with parameters of type WorkflowNode 
      Modifier and Type Method and Description
      protected DiagramWorkflowNode Diagram.createDiagramNode(WorkflowNode node, int imageScale)
      Creates a workflow node
      Constructors in psdi.workflow.diagram with parameters of type WorkflowNode 
      Constructor and Description
      DiagramWorkflowNode(WorkflowNode node, int scale)
      Constructs a diagram node
      DiagramWorkflowNode(WorkflowNode node, int scale, boolean inToolbar)
      Constructs a diagram node
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes