|
Process API | ||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||||||||
PREV NEXT | FRAMES NO FRAMES |