|
Process API | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VWIndexDefinition in filenet.vw.api |
---|
Methods in filenet.vw.api that return VWIndexDefinition | |
---|---|
VWIndexDefinition |
VWTableDefinition.createIndexDefinition(java.lang.String theName,
java.lang.String[] theFieldNames)
Create the index definition DMM addded because of IVWTableDef |
VWIndexDefinition |
VWRosterDefinition.createIndexDefinition(java.lang.String theName,
java.lang.String[] theFieldNames)
Creates an index definition for the roster. |
VWIndexDefinition |
VWQueueDefinition.createIndexDefinition(java.lang.String theName,
java.lang.String[] theFieldNames)
Creates an index definition for this queue. |
VWIndexDefinition |
VWLogDefinition.createIndexDefinition(java.lang.String theName,
java.lang.String[] theFieldNames)
Creates an index definition for the specified log. |
VWIndexDefinition |
IVWTableDefinition.createIndexDefinition(java.lang.String theName,
java.lang.String[] theFieldNames)
Creates an index definition for this queue. |
VWIndexDefinition |
VWRosterDefinition.getIndex(java.lang.String name)
Get an index definition specified for this roster definition. |
VWIndexDefinition |
VWQueueDefinition.getIndex(java.lang.String name)
Gets the index definition specified for this queue definition. |
VWIndexDefinition |
VWLogDefinition.getIndex(java.lang.String name)
Gets the index definition specified for this log definition. |
VWIndexDefinition[] |
VWTableDefinition.getIndexes()
Get an array of index definitions for one of the following Process Engine table types: log, queue, or roster definition. |
VWIndexDefinition[] |
IVWTableDefinition.getIndexes()
Provides an array of index definitions for this queue definition |
Methods in filenet.vw.api with parameters of type VWIndexDefinition | |
---|---|
void |
VWRosterDefinition.createIndexDefinitions(VWIndexDefinition[] theDefs)
Creates the complete index definition for this roster. |
void |
VWQueueDefinition.createIndexDefinitions(VWIndexDefinition[] theDefs)
Creates all of the index definitions for this queue. |
|
Process API | ||||||||
PREV NEXT | FRAMES NO FRAMES |