|
Process API | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VWWorkflowDefinition in filenet.vw.api |
---|
Methods in filenet.vw.api that return VWWorkflowDefinition | |
---|---|
VWWorkflowDefinition |
VWProcess.fetchWorkflowDefinition()
Deprecated. Replaced by fetchWorkflowDefinition
Fetches the workflow definition for this workflow process. |
VWWorkflowDefinition |
VWProcess.fetchWorkflowDefinition(boolean convert)
Fetches the workflow definition for this workflow process. |
VWWorkflowDefinition |
VWSession.fetchWorkflowDefinition(int workSpaceId,
java.lang.String workflowIdentifier)
Deprecated. Replaced by VWSession.fetchWorkflowDefinition(int,String, boolean)
which can handle a workflow definition that
references a work class from a previous
version of Process that was known as Panagon Visual
WorkFlo. It also can represent a workflow definition that
explicitly incorporates default terminate or malfunction maps. |
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 |
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. |
Methods in filenet.vw.api with parameters of type VWWorkflowDefinition | |
---|---|
void |
VWWorkflowCollectionDefinition.addWorkflow(VWWorkflowDefinition theWorkflow)
Adds a workflow to this collection. |
static int |
VWFieldType.lValue(java.lang.String theExpr,
VWWorkflowSignature theSig,
VWWorkflowDefinition theWF)
Determines whether an expression is a valid as an array or single value on the left (target) side of an assignment statement. |
VWTransferResult |
VWSession.transfer(VWWorkflowDefinition theWorkflow,
java.lang.String theWFDocKey,
boolean theLinked,
boolean theMakeNewWorkSpace)
Transfers the workflow definition object, saving it on the Process Engine.The work class name saved on the Process Engine will be the name that is returned by the getName() method of of the input
workflow definition. |
void |
VWEventDefinition.validate(VWSession theSession,
VWWorkflowDefinition theWorkflow,
java.util.Vector EDefVector,
VWCompoundStepDefinition myStep,
int instId,
int eventId)
Validates this instance, appending any validation errors found to the specified Vector object. |
|
Process API | ||||||||
PREV NEXT | FRAMES NO FRAMES |