com.filenet.api.admin
Interface VerityIndexArea

All Superinterfaces:
EngineObject, IndependentlyPersistableObject, IndependentObject, IndexArea, RepositoryObject, java.io.Serializable, Subscribable

public interface VerityIndexArea
extends RepositoryObject, IndexArea

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
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: SubscribableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: IndexArea


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

get_TemplateType

java.lang.String get_TemplateType()
Returns the value of the TemplateType property. For more information, see TemplateType Property.


set_TemplateType

void set_TemplateType(java.lang.String value)
Sets the value of the TemplateType property. For more information, see TemplateType Property.


get_RootDirectoryPath

java.lang.String get_RootDirectoryPath()
Returns the value of the RootDirectoryPath property. For more information, see RootDirectoryPath Property.


set_RootDirectoryPath

void set_RootDirectoryPath(java.lang.String value)
Sets the value of the RootDirectoryPath property. For more information, see RootDirectoryPath Property.


get_VeritySearchServers

StringList get_VeritySearchServers()
Returns the value of the VeritySearchServers property. For more information, see VeritySearchServers Property.


set_VeritySearchServers

void set_VeritySearchServers(StringList value)
Sets the value of the VeritySearchServers property. For more information, see VeritySearchServers Property.


get_SearchServersToAttach

java.lang.Integer get_SearchServersToAttach()
Returns the value of the SearchServersToAttach property. For more information, see SearchServersToAttach Property.


set_SearchServersToAttach

void set_SearchServersToAttach(java.lang.Integer value)
Sets the value of the SearchServersToAttach property. For more information, see SearchServersToAttach Property.


get_VerityIndexServers

StringList get_VerityIndexServers()
Returns the value of the VerityIndexServers property. For more information, see VerityIndexServers Property.


set_VerityIndexServers

void set_VerityIndexServers(StringList value)
Sets the value of the VerityIndexServers property. For more information, see VerityIndexServers Property.


get_MaxCollections

java.lang.Integer get_MaxCollections()
Returns the value of the MaxCollections property. For more information, see MaxCollections Property.


set_MaxCollections

void set_MaxCollections(java.lang.Integer value)
Sets the value of the MaxCollections property. For more information, see MaxCollections Property.


get_TempDirectoryPath

java.lang.String get_TempDirectoryPath()
Returns the value of the TempDirectoryPath property. For more information, see TempDirectoryPath Property.


set_TempDirectoryPath

void set_TempDirectoryPath(java.lang.String value)
Sets the value of the TempDirectoryPath property. For more information, see TempDirectoryPath Property.


get_VerityCollections

VerityCollectionList get_VerityCollections()
Returns the value of the VerityCollections property. For more information, see VerityCollections Property.



© Copyright IBM Corporation 2006, 2008. All rights reserved.