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.
|