-
-
Uses of VWSchema in filenet.vw.api
Methods in filenet.vw.api that return VWSchema Modifier and Type Method and Description VWSchemaVWWorkflowDefinition. createSchema(java.lang.String theName)Creates a new schema in this workflow definition.VWSchemaVWWorkflowDefinition. getSchema(java.lang.String theName)Gets the specified schema for this workflow definition.VWSchema[]VWWorkflowDefinition. getSchemas()Retrieves the schemas for this workflow definition.VWSchemaVWWorkflowDefinition. insertSchema(VWSchema theSchema)Inserts a schema in this workflow definition.Methods in filenet.vw.api with parameters of type VWSchema Modifier and Type Method and Description VWSchemaVWWorkflowDefinition. insertSchema(VWSchema theSchema)Inserts a schema in this workflow definition.voidVWWorkflowDefinition. setSchemas(VWSchema[] TheSchemas)Replaces or reorders the array of schemas for this workflow definition, without adding or deleting schemas.
-