Process API

Uses of Class
filenet.vw.api.VWSchema

Uses of VWSchema in filenet.vw.api
 

Methods in filenet.vw.api that return VWSchema
 VWSchema VWWorkflowDefinition.createSchema(java.lang.String theName)
          Creates a new schema in this workflow definition.
 VWSchema VWWorkflowDefinition.getSchema(java.lang.String theName)
          Gets the specified schema for this workflow definition.
 VWSchema[] VWWorkflowDefinition.getSchemas()
          Retrieves the schemas for this workflow definition.
 VWSchema VWWorkflowDefinition.insertSchema(VWSchema theSchema)
          Inserts a schema in this workflow definition.
 

Methods in filenet.vw.api with parameters of type VWSchema
 VWSchema VWWorkflowDefinition.insertSchema(VWSchema theSchema)
          Inserts a schema in this workflow definition.
 void VWWorkflowDefinition.setSchemas(VWSchema[] TheSchemas)
          Replaces or reorders the array of schemas for this workflow definition, without adding or deleting schemas.
 


Process API

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