psdi.workflow

Class DirectorInput

  • java.lang.Object
    • psdi.workflow.DirectorInput


  • public class DirectorInput
    extends java.lang.Object
    Specifies the inputs the Workflow director takes.
    • Field Detail

      • choose

        public static final DirectorInput choose
        Tell the director to bring up the Mbo for an assignment
      • complete

        public static final DirectorInput complete
        Tell the director to complete an assignment
      • help

        public static final DirectorInput help
        Tell the director that we want to display help
      • inbox

        public static final DirectorInput inbox
        Tell the director that we are bringing up a record from the inbox - may want to display help
      • initiate

        public static final DirectorInput initiate
        Tell the director to start workflow on the current Mbo
      • launch

        public static final DirectorInput launch
        Tell the director to start a specific workflow on the current Mbo. The director should already know the workflow process to start.
      • list

        public static final DirectorInput list
        Tell the director to show all assignments for the current record
      • reassign

        public static final DirectorInput reassign
        Tell the director to reassign an assignment
      • stop

        public static final DirectorInput stop
        Tell the director the user wants to stop workflow
      • stopinstance

        public static final DirectorInput stopinstance
        Tell the director the user wants to stop the selected workflow
      • workflow

        public static final DirectorInput workflow
        Tell the director the workflow button was pressed. The director will figure out whether to complete an assignment, initiate workflow, or ask the user.
      • ok

        public static final DirectorInput ok
        Tell the director the user went ahead
      • cancel

        public static final DirectorInput cancel
        Tell the director the user cancelled
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object