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

Uses of Interface
psdi.workflow.WFInstanceRemote

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

      Methods in com.ibm.tivoli.maximo.mfmail with parameters of type WFInstanceRemote 
      Modifier and Type Method and Description
      protected java.lang.String MfMailUtility.getMemos(WFInstanceRemote instance, UserInfo ui) 
    • Uses of WFInstanceRemote in psdi.workflow

      Classes in psdi.workflow that implement WFInstanceRemote 
      Modifier and Type Class and Description
      class  WFInstance
      Mbo to represent WFInstance object.
      Methods in psdi.workflow that return WFInstanceRemote 
      Modifier and Type Method and Description
      WFInstanceRemote WorkflowDirector.getInstance()
      Returns the current workflow instance
      WFInstanceRemote WFAssignmentRemote.getWFInstance() 
      WFInstanceRemote WFAssignment.getWFInstance()
      Returns a remote reference to the instance that this assignment is a part of.
      WFInstanceRemote WFProcess.initiateWorkflow(MboRemote targetMbo, java.lang.String memo)
      Initiate this process on the target Mbo.
      Methods in psdi.workflow with parameters of type WFInstanceRemote 
      Modifier and Type Method and Description
      void WorkflowDirector.setInstance(WFInstanceRemote remote)
      Set the current workflow instance.
    • Uses of WFInstanceRemote in psdi.workflow.virtual

      Methods in psdi.workflow.virtual that return WFInstanceRemote 
      Modifier and Type Method and Description
      WFInstanceRemote InitiateWorkflowMboSetRemote.getInstance() 
      WFInstanceRemote InitiateWorkflowMboSet.getInstance()
      Get the instance created.
      Methods in psdi.workflow.virtual with parameters of type WFInstanceRemote 
      Modifier and Type Method and Description
      void InitiateWorkflowMboSet.setInstance(WFInstanceRemote remote)
      Set the instance created.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes