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

Uses of Interface
psdi.workflow.WFAssignmentRemote

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

      Methods in com.ibm.tivoli.maximo.mfmail with parameters of type WFAssignmentRemote 
      Modifier and Type Method and Description
      protected MfMailAssigneeInfo MfMailUtility.getAssigneeList(WFAssignmentRemote originalAssign) 
      protected java.lang.String MfMailWFSender.getLinkList(java.lang.String wfProcessName, int wfProcRev, int wfNodeId, java.lang.String wfNodeTitle, WFAssignmentRemote assign, MboRemote targetMbo, MfMailGlobalInfo gi, UserInfo ui, java.lang.String sender, java.lang.String subj, java.lang.String secStr) 
      protected java.lang.String MfMailWFSender.getNVPairList(java.lang.String wfProcessName, int wfProcRev, int wfNodeId, java.lang.String wfNodeTitle, WFAssignmentRemote assign, MboRemote targetMbo, MfMailGlobalInfo gi, UserInfo ui, java.lang.String attributesList, java.lang.String secStr, boolean bGenerateObjId)
      Get value list for medium device, which include list of actions We have this method in this class, not in utility class, because work flow scenario uses list of Name/Value pair only in first outbound mail.
      void MfMailWFSender.sendWFAssignmentMail(WFAssignmentRemote assign, CommTemplateRemote commTemplate, MboRemote targetMbo, MboRemote trackEntry, UserInfo ui, int deviceClass, boolean checkHtml, java.lang.String process, int procRev, int nodeId, java.lang.String nodeTitle, java.lang.String sender, java.lang.String secString, java.lang.String attributesList) 
    • Uses of WFAssignmentRemote in psdi.workflow

      Classes in psdi.workflow that implement WFAssignmentRemote 
      Modifier and Type Class and Description
      class  WFAssignment
      Mbo to represent WFAssignment object.
      Methods in psdi.workflow that return WFAssignmentRemote 
      Modifier and Type Method and Description
      WFAssignmentRemote WorkflowDirector.getAssignment()
      Get the current workflow assignment.
      Methods in psdi.workflow with parameters of type WFAssignmentRemote 
      Modifier and Type Method and Description
      void WFInstance.cancelWorkflowAssignment(WFAssignmentRemote assignment, java.lang.String actionMemo)
      Cancels the Workflow Assignment.
      void WFInstanceRemote.cancelWorkflowAssignment(WFAssignmentRemote assignment, java.lang.String actionMemo) 
      void WorkFlowServiceRemote.completeAssignment(WFAssignmentRemote assign, java.lang.String memo, boolean accepted) 
      void WorkFlowService.completeAssignment(WFAssignmentRemote assign, java.lang.String memo, boolean accepted)
      Completes a workflow assignment in the background.
      boolean WFAction.evaluateCondition(WFAssignmentRemote assignment)
      IV97001: overload the evaluateCondition
      void WorkflowDirector.setAssignment(WFAssignmentRemote remote)
      Set the current workflow assignment.
    • Uses of WFAssignmentRemote in psdi.workflow.virtual

      Methods in psdi.workflow.virtual with parameters of type WFAssignmentRemote 
      Modifier and Type Method and Description
      void NotificationWF.sendNotification(WFAssignmentRemote reassignment)
      Send the notification email using a Communication Template.
      void NotificationWFSet.sendNotifications(WFAssignmentRemote reassignment)
      After the attributes are set, call this method to create the workflow notifications.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes