VWWorkflowDefinition |
VWProcess.fetchWorkflowDefinition()
|
VWWorkflowDefinition |
VWProcess.fetchWorkflowDefinition(boolean convert)
Fetches the workflow definition for this workflow process.
|
VWWorkflowDefinition |
VWSession.fetchWorkflowDefinition(int workSpaceId,
java.lang.String workflowIdentifier)
|
VWWorkflowDefinition |
VWSession.fetchWorkflowDefinition(int workSpaceId,
java.lang.String workflowIdentifier,
boolean convert)
Fetches a workflow definition, based on the specified workspace ID and the
work class name or the workflow version.
|
VWWorkflowDefinition[] |
VWWorkflowResults.getDynamicWorkflowDefinitions() |
VWWorkflowDefinition |
VWWorkflowDefinition.getFlattenedCopy(VWSession theSession)
Returns a copy of this workflow that includes attributes inherited from the parent workflow.
|
VWWorkflowDefinition |
VWWorkflowCollectionDefinition.getMainWorkflow()
Gets a reference to the main workflow in this instance.
|
VWWorkflowDefinition |
VWWorkflowCollectionDefinition.getWorkflow(java.lang.String theName)
Retrieves a workflow definition from this collection, based on the specified name.
|
VWWorkflowDefinition[] |
VWWorkflowCollectionDefinition.getWorkflows()
Gets the set of workflows associated with this collection.
|
static VWWorkflowDefinition |
VWWorkflowDefinition.read(java.io.InputStream theStream)
Evaluates a workflow definition from an input stream.
|
static VWWorkflowDefinition |
VWWorkflowDefinition.readFromFile(java.lang.String theFileName)
Evaluates a workflow definition from a file.
|
VWWorkflowDefinition |
VWWorkflowCollectionDefinition.removeWorkflow(java.lang.String theWorkflowName)
Removes the specified workflow from this collection.
|
VWWorkflowDefinition |
VWWorkflowCollectionDefinition.replaceWorkflow(VWWorkflowDefinition theWorkflow)
Replaces a workflow in this collection.
|