Process API

Uses of Class
filenet.vw.api.VWProcess

Uses of VWProcess in filenet.vw.api
 

Methods in filenet.vw.api that return VWProcess
 VWProcess VWWorkObject.fetchProcess()
          Retrieves the workflow process containing this instance.
 VWProcess VWStepElement.fetchProcess()
          Retrieves the workflow process containing this instance.
 VWProcess VWSession.fetchProcess(int workSpaceId, int workClassId, java.lang.String workflowNumber)
          Returns the workflow process containing this work object.
 VWProcess VWWorkObject.getProcess()
          Deprecated. Replaced by fetchProcess
 VWProcess VWRosterElement.getProcess()
          Deprecated. Replaced by VWStepElement.fetchProcess() or VWWorkObject.fetchProcess(), depending on the type of process.
 


Process API

© Copyright IBM Corporation 2002, 2008. All rights reserved.