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

Uses of Interface
psdi.workflow.WFActionRemote

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

      Methods in com.ibm.tivoli.maximo.script with parameters of type WFActionRemote 
      Modifier and Type Method and Description
      void ScriptActionExtension.action(WFInstance wfInstance, WFActionRemote wfAction, MboRemote targetMbo, java.lang.Exception e) 
    • Uses of WFActionRemote in psdi.workflow

      Classes in psdi.workflow that implement WFActionRemote 
      Modifier and Type Class and Description
      class  WFAction
      Mbo to represent WFAction.
      Methods in psdi.workflow that return WFActionRemote 
      Modifier and Type Method and Description
      WFActionRemote WFActionSet.getAction(boolean ipValue)
      Search the set for an action that has the specified IsPositive value and return a reference to it.
      WFActionRemote WFActionSetRemote.getAction(boolean ipValue) 
      Methods in psdi.workflow with parameters of type WFActionRemote 
      Modifier and Type Method and Description
      void WFNode.applyWorkflowAction(WFActionRemote action)
      Tell workflow that the action has been taken.
      void WFNode.applyWorkflowAction(WFActionRemote action, java.lang.String memo)
      Tell workflow that the action has been taken.
      boolean WFTask.completeAssignment(WFAssignment assignment, WFActionRemote action, java.lang.String memo)
      Completes the assignment selected and evaluates whether the process should continue now.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes