-
-
Uses of VWWorkflowCollectionDefinition in filenet.vw.api
Methods in filenet.vw.api that return VWWorkflowCollectionDefinition Modifier and Type Method and Description static VWWorkflowCollectionDefinitionVWWorkflowCollectionDefinition. read(java.io.InputStream theStream)Evaluates and creates a workflow collection based on the values read from a specified input stream.static VWWorkflowCollectionDefinitionVWWorkflowCollectionDefinition. readFromFile(java.lang.String theFileName)Evaluates and creates a workflow collection based on the values read from a specified file.Methods in filenet.vw.api with parameters of type VWWorkflowCollectionDefinition Modifier and Type Method and Description voidVWWorkflowCollectionDefinition. registerExternalWorkflowsFromCollection(VWWorkflowCollectionDefinition theWorkflowCollection)Adds the workflow definitions from the specified workflow collection to this workflow collection's list of external workflow definitions.VWTransferResultVWSession. transferWFCollection(VWWorkflowCollectionDefinition theWorkflowColl, java.lang.String theWFDocKey, boolean theLinked, boolean theMakeNewWorkSpace)Transfers a workflow definition collection object, saving it on the Process Engine.The work class names saved on the Process Engine will be the name that is returned by theVWWorkflowDefinition.getName()method for each individual workflow definition in the workflow collection parameter.
-