-
-
Uses of VWWorkflowDefinition in filenet.vw.api
Methods in filenet.vw.api that return VWWorkflowDefinition Modifier and Type Method and Description VWWorkflowDefinitionVWProcess. fetchWorkflowDefinition()Deprecated.Replaced byfetchWorkflowDefinitionFetches the workflow definition for this workflow process.VWWorkflowDefinitionVWProcess. fetchWorkflowDefinition(boolean convert)Fetches the workflow definition for this workflow process.VWWorkflowDefinitionVWSession. fetchWorkflowDefinition(int workSpaceId, java.lang.String workflowIdentifier)Deprecated.Replaced byVWSession.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.VWWorkflowDefinitionVWSession. 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()VWWorkflowDefinitionVWWorkflowDefinition. getFlattenedCopy(VWSession theSession)Returns a copy of this workflow that includes attributes inherited from the parent workflow.VWWorkflowDefinitionVWWorkflowCollectionDefinition. getMainWorkflow()Gets a reference to the main workflow in this instance.VWWorkflowDefinitionVWWorkflowCollectionDefinition. 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 VWWorkflowDefinitionVWWorkflowDefinition. read(java.io.InputStream theStream)Evaluates a workflow definition from an input stream.static VWWorkflowDefinitionVWWorkflowDefinition. readFromFile(java.lang.String theFileName)Evaluates a workflow definition from a file.VWWorkflowDefinitionVWWorkflowCollectionDefinition. removeWorkflow(java.lang.String theWorkflowName)Removes the specified workflow from this collection.VWWorkflowDefinitionVWWorkflowCollectionDefinition. replaceWorkflow(VWWorkflowDefinition theWorkflow)Replaces a workflow in this collection.Methods in filenet.vw.api with parameters of type VWWorkflowDefinition Modifier and Type Method and Description voidVWWorkflowCollectionDefinition. addWorkflow(VWWorkflowDefinition theWorkflow)Adds a workflow to this collection.static intVWFieldType. 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.VWWorkflowDefinitionVWWorkflowCollectionDefinition. replaceWorkflow(VWWorkflowDefinition theWorkflow)Replaces a workflow in this collection.VWTransferResultVWSession. 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 theVWWorkflowDefinition.getName()method of of the input workflow definition.voidVWEventDefinition. validate(VWSession theSession, VWWorkflowDefinition theWorkflow, java.util.Vector EDefVector, VWCompoundStepDefinition myStep, int instId, int eventId)
-