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

Uses of Interface
psdi.workflow.WFProcessRemote

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

      Classes in psdi.workflow that implement WFProcessRemote 
      Modifier and Type Class and Description
      class  WFProcess
      Mbo to represent WFProcess object.
      Methods in psdi.workflow that return WFProcessRemote 
      Modifier and Type Method and Description
      WFProcessRemote WFSubProcess.getProcess()
      Get the process referenced by this subprocess node.
      WFProcessRemote WFProcessSetRemote.getWFProcessRevisionByID(java.lang.String mainProcessName, int revision, java.lang.String subProcessName) 
      WFProcessRemote WFProcessSet.getWFProcessRevisionByID(java.lang.String mainProcess, int revision, java.lang.String subProcessName)
      Find the enabled revision sub-process given this data, using the WFRevision records.
      Methods in psdi.workflow with parameters of type WFProcessRemote 
      Modifier and Type Method and Description
      WFNodeRemote WFCallStack.initCurrentNode(WFProcessRemote wfProcess)
      Initialize a new WFCallStack Mbo for the process it links to.
      WFCallStackRemote WFCallStackSet.pushWFCallStack(WFProcessRemote wfProcess)
      Adds a new call stack Mbo to the top of the stack.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes