|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VerityIndexArea
Contains information about an index area that is specific to the Verity content-based retrieval engine.
The ObjectStore.CBRLocale
property must be set before creating an instance of this class.
The RootDirectoryPath
property identifies the directory used to store full text indexing information.
Metadata
Auditable: true
Method Summary | |
---|---|
java.lang.Integer |
get_MaxCollections()
Returns the value of the MaxCollections property. |
java.lang.String |
get_RootDirectoryPath()
Returns the value of the RootDirectoryPath property. |
java.lang.Integer |
get_SearchServersToAttach()
Returns the value of the SearchServersToAttach property. |
java.lang.String |
get_TempDirectoryPath()
Returns the value of the TempDirectoryPath property. |
java.lang.String |
get_TemplateType()
Returns the value of the TemplateType property. |
VerityCollectionList |
get_VerityCollections()
Returns the value of the VerityCollections property. |
StringList |
get_VerityIndexServers()
Returns the value of the VerityIndexServers property. |
StringList |
get_VeritySearchServers()
Returns the value of the VeritySearchServers property. |
void |
set_MaxCollections(java.lang.Integer value)
Sets the value of the MaxCollections property. |
void |
set_RootDirectoryPath(java.lang.String value)
Sets the value of the RootDirectoryPath property. |
void |
set_SearchServersToAttach(java.lang.Integer value)
Sets the value of the SearchServersToAttach property. |
void |
set_TempDirectoryPath(java.lang.String value)
Sets the value of the TempDirectoryPath property. |
void |
set_TemplateType(java.lang.String value)
Sets the value of the TemplateType property. |
void |
set_VerityIndexServers(StringList value)
Sets the value of the VerityIndexServers property. |
void |
set_VeritySearchServers(StringList value)
Sets the value of the VeritySearchServers property. |
Methods inherited from interface com.filenet.api.admin.IndexArea |
---|
get_AuditedEvents, get_Creator, get_DateCreated, get_DateLastModified, get_DescriptiveText, get_DisplayName, get_Id, get_LastModifier, get_Name, get_Permissions, get_ResourceStatus, get_Site, set_Creator, set_DateCreated, set_DateLastModified, set_DescriptiveText, set_DisplayName, set_LastModifier, set_Permissions, set_ResourceStatus, set_Site |
Methods inherited from interface com.filenet.api.core.Subscribable |
---|
raiseEvent |
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject |
---|
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber |
Methods inherited from interface com.filenet.api.core.IndependentObject |
---|
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh |
Methods inherited from interface com.filenet.api.core.EngineObject |
---|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses |
Method Detail |
---|
java.lang.String get_TemplateType()
void set_TemplateType(java.lang.String value)
java.lang.String get_RootDirectoryPath()
void set_RootDirectoryPath(java.lang.String value)
StringList get_VeritySearchServers()
void set_VeritySearchServers(StringList value)
java.lang.Integer get_SearchServersToAttach()
void set_SearchServersToAttach(java.lang.Integer value)
StringList get_VerityIndexServers()
void set_VerityIndexServers(StringList value)
java.lang.Integer get_MaxCollections()
void set_MaxCollections(java.lang.Integer value)
java.lang.String get_TempDirectoryPath()
void set_TempDirectoryPath(java.lang.String value)
VerityCollectionList get_VerityCollections()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |