|
Process Class Relationships | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--filenet.vw.api.VWIndexDefinition
Use this class to define an index that contains concatenated field names--names which consist of the exposed or system fields. Arrays are not allowed. These indices conserve resources when searching rosters, queues, and logs.
Method Summary | |
java.lang.String[] |
getFieldNames()
Returns field names of the concatenated index. |
java.lang.String |
getName()
Gets the index name associated with the index definition. |
boolean |
isMandatorySystemIndex()
Indicates whether or not the index is a mandatory system index. |
boolean |
isSystemIndex()
Indicates whether or not the index is a system index. |
void |
setFieldNames(java.lang.String[] theFieldNames)
Sets the index definition to the specified field names. You must Order the array so the field names reflect the sorting order, with the major index element as the first element in the array. |
java.lang.String |
toString()
Gets a string version of the VWIndexDefinition object. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String[] getFieldNames()
public void setFieldNames(java.lang.String[] theFieldNames) throws VWException
theFieldNames
- The field names that define the concatenated
index.VWException
- public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isSystemIndex()
public boolean isMandatorySystemIndex()
|
Process Class Relationships | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |