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

Uses of Class
psdi.workflow.Workflow

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

      Fields in psdi.workflow declared as Workflow 
      Modifier and Type Field and Description
      protected Workflow WorkflowRelationship.workflow
      The workflow the relationship is in
      protected Workflow WorkflowNode.workflow
      The workflow the node is in
      Methods in psdi.workflow that return Workflow 
      Modifier and Type Method and Description
      Workflow WorkflowRelationship.getWorkflow()
      Gets the workflow
      Workflow WorkflowNode.getWorkflow()
      Gets the workflow
      Methods in psdi.workflow with parameters of type Workflow 
      Modifier and Type Method and Description
      void WorkflowRelationship.setWorkflow(Workflow workflow)
      Sets the workflow
      void WorkflowNode.setWorkflow(Workflow workflow)
      Sets the workflow
    • Uses of Workflow in psdi.workflow.diagram

      Fields in psdi.workflow.diagram declared as Workflow 
      Modifier and Type Field and Description
      protected Workflow Diagram.workflow 
      Methods in psdi.workflow.diagram with parameters of type Workflow 
      Modifier and Type Method and Description
      void Diagram.setWorkflow(Workflow workflow)
      Sets a new workflow
      Constructors in psdi.workflow.diagram with parameters of type Workflow 
      Constructor and Description
      Diagram(Workflow workflow)
      Constructs a diagram object to display a workflow
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes