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

Uses of Class
psdi.workflow.WFAction

  • Packages that use WFAction 
    Package Description
    psdi.workflow
    The Workflow package includes Mbos related to workflow.
    • Uses of WFAction in psdi.workflow

      Methods in psdi.workflow that return WFAction 
      Modifier and Type Method and Description
      WFAction WFCondition.evaluateConditionGetAction()
      Called to evaluate the condition.
      WFAction WFActionSet.getActionForID(int actionid)
      Searches the set for an action that has the specified ActionID value and returns it.
      WFAction WFActionSetRemote.getActionForID(int actionid) 
      Methods in psdi.workflow with parameters of type WFAction 
      Modifier and Type Method and Description
      WFActionSetRemote WFCallStackSet.applyWorkflowAction(WFAction action)
      Apply the chosen action.
      WFActionSetRemote WFCallStackSet.applyWorkflowAction(WFAction action, java.lang.String memo)
      Apply the chosen action.
      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