-
-
Uses of VWTransferResult in filenet.vw.api
Methods in filenet.vw.api that return VWTransferResult Modifier and Type Method and Description 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.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.
-