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

Uses of Class
psdi.workflow.WorkflowEntity

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

      Subclasses of WorkflowEntity in psdi.workflow 
      Modifier and Type Class and Description
      class  WorkflowNode
      This class holds a node in the workflow
      class  WorkflowRelationship
      This class holds a relationship in the workflow
      Methods in psdi.workflow that return WorkflowEntity 
      Modifier and Type Method and Description
      WorkflowEntity WorkflowRelationship.copy()
      Copies the workflow entity
      abstract WorkflowEntity WorkflowEntity.copy()
      Copies the workflow entity
      WorkflowEntity WorkflowNode.copy()
      Copies the workflow entity
      Methods in psdi.workflow with parameters of type WorkflowEntity 
      Modifier and Type Method and Description
      void WorkflowRelationship.restoreFrom(WorkflowEntity entity)
      Restores the workflow entity
      abstract void WorkflowEntity.restoreFrom(WorkflowEntity entity)
      Restores the workflow entity
      void WorkflowNode.restoreFrom(WorkflowEntity entity)
      Restores the workflow entity
    • Uses of WorkflowEntity in psdi.workflow.diagram

      Fields in psdi.workflow.diagram declared as WorkflowEntity 
      Modifier and Type Field and Description
      protected WorkflowEntity Diagram.selection 
      Methods in psdi.workflow.diagram with parameters of type WorkflowEntity 
      Modifier and Type Method and Description
      void Diagram.selectNode(WorkflowEntity node, boolean state)
      Sets the selection state of a node.
      void Diagram.setSelection(WorkflowEntity selection)
      Sets the current selection for the diagram.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes