Process API

Uses of Class
filenet.vw.api.VWWorkflowCollectionDefinition

Uses of VWWorkflowCollectionDefinition in filenet.vw.api
 

Methods in filenet.vw.api that return VWWorkflowCollectionDefinition
static VWWorkflowCollectionDefinition VWWorkflowCollectionDefinition.read(java.io.InputStream theStream)
          Evaluates and creates a workflow collection based on the values read from a specified input stream.
static VWWorkflowCollectionDefinition VWWorkflowCollectionDefinition.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
 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.