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

Uses of Class
psdi.workflow.DirectorInput

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

      Fields in psdi.workflow declared as DirectorInput 
      Modifier and Type Field and Description
      static DirectorInput DirectorInput.cancel
      Tell the director the user cancelled
      static DirectorInput DirectorInput.choose
      Tell the director to bring up the Mbo for an assignment
      static DirectorInput DirectorInput.complete
      Tell the director to complete an assignment
      static DirectorInput DirectorInput.help
      Tell the director that we want to display help
      static DirectorInput DirectorInput.inbox
      Tell the director that we are bringing up a record from the inbox - may want to display help
      static DirectorInput DirectorInput.initiate
      Tell the director to start workflow on the current Mbo
      static DirectorInput DirectorInput.launch
      Tell the director to start a specific workflow on the current Mbo.
      static DirectorInput DirectorInput.list
      Tell the director to show all assignments for the current record
      static DirectorInput DirectorInput.ok
      Tell the director the user went ahead
      static DirectorInput DirectorInput.reassign
      Tell the director to reassign an assignment
      static DirectorInput DirectorInput.stop
      Tell the director the user wants to stop workflow
      static DirectorInput DirectorInput.stopinstance
      Tell the director the user wants to stop the selected workflow
      static DirectorInput DirectorInput.workflow
      Tell the director the workflow button was pressed.
      Methods in psdi.workflow with parameters of type DirectorInput 
      Modifier and Type Method and Description
      void WorkflowDirector.input(DirectorInput message)
      Respond to a UI thing
      void WorkflowDirector.startInput(java.lang.String app, MboRemote target, DirectorInput message)
      Respond to a start of a UI thing.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes