Process API

Uses of Class
filenet.vw.api.VWStepProcessorInfo

Uses of VWStepProcessorInfo in filenet.vw.api
 

Methods in filenet.vw.api that return VWStepProcessorInfo
 VWStepProcessorInfo VWSession.fetchLaunchStepProcessor(java.lang.String workflowIdentifier)
          Retrieves the launch step processor information, based on the specified workflow version (obtained from a VWTransferResult object).
 VWStepProcessorInfo VWWorkObject.fetchStepProcessorInfo()
          Fetches the step processor information associated with this instance.
 VWStepProcessorInfo VWStepElement.fetchStepProcessorInfo()
          Fetches the step processor information object that contains data that can used to open this instance.
 VWStepProcessorInfo VWQueueElement.fetchStepProcessorInfo()
          Fetches the step processor information associated with this instance.
 VWStepProcessorInfo VWSession.fetchStepProcessorInfo(java.lang.String processorIdentifier)
          Returns a step processor object defined for the current session and workflow definition, given the step processor ID.
 VWStepProcessorInfo[] VWSession.fetchStepProcessors(int processorFlag)
          Retrieves a list of step processor information objects defined for the current session and workflow definition.
 

Constructors in filenet.vw.api with parameters of type VWStepProcessorInfo
VWStepProcessorInfoDefinition(VWStepProcessorInfo stepProcessorInfo)
          Creates a VWStepProcessorInfoDefinition object using the specified step processor info object.
 


Process API

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