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

Uses of Class
psdi.workflow.WFAssignment

  • Packages that use WFAssignment 
    Package Description
    com.ibm.tivoli.maximo.mfmail  
    psdi.workflow
    The Workflow package includes Mbos related to workflow.
    • Uses of WFAssignment in com.ibm.tivoli.maximo.mfmail

      Methods in com.ibm.tivoli.maximo.mfmail with parameters of type WFAssignment 
      Modifier and Type Method and Description
      protected boolean MfMailUtility.isActiveAssignment(WFAssignment assign)
      Check if WFAssignment is active or not
      protected void MfMailWFHandler.processAssignment(WFAssignment assign, MfMailWFMailInfo mailInfo, MboRemote inboundComm, UserInfo ui)
      Complete WFAssignment as specified in the mail.
      void MfMailWFHandler.sendWFReplyMail(MboRemote inboundComm, CommTemplateRemote commTemplate, MboRemote targetMbo, WFAssignment assign, boolean checkHtml) 
    • Uses of WFAssignment in psdi.workflow

      Methods in psdi.workflow that return WFAssignment 
      Modifier and Type Method and Description
      WFAssignment WFAssignmentSet.getAssignment(int assignid)
      Finds an assignment in the set, given the assignment ID.
      WFAssignment WFAssignmentSet.getAssignment(java.lang.String assignid) 
      Methods in psdi.workflow with parameters of type WFAssignment 
      Modifier and Type Method and Description
      boolean WFTask.completeAssignment(WFAssignment assignment, WFActionRemote action, java.lang.String memo)
      Completes the assignment selected and evaluates whether the process should continue now.
      boolean WFNode.completeWorkflowAssignment(WFAssignment assignMbo, WFAction actionMbo, java.lang.String memo)
      Complete the workflow assignment.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes