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