Process API

Uses of Class
filenet.vw.api.VWTransferResult

Uses of VWTransferResult in filenet.vw.api
 

Methods in filenet.vw.api that return VWTransferResult
 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 VWWorkflowDefinition.getName() method of of the input workflow definition.
 VWTransferResult VWSession.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 the VWWorkflowDefinition.getName() method for each individual workflow definition in the workflow collection parameter.
 


Process API

© Copyright IBM Corporation 2002, 2008. All rights reserved.