|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexArea
Represents the disk storage location and data necessary to perform full-text indexing for content-based retrieval.
A single index area holds data for only one object store, using one file system directory. Spreading the indexing information across multiple file systems requires the use of multiple index areas.
The ResourceStatus
property is set to "full" by the server when the number of collections is
equal to VerityIndexArea.MaxCollections
(no more VerityCollections
can be created in this
IndexArea
). A replacement IndexArea
(having a status of "standby" will be set to
"open". If the status of an IndexArea
is not "open", no new Verity collections will be
created in the IndexArea
. However, Verity collections in the IndexArea
will be searched during
queries, regardless of status.
Metadata
Auditable: true
Method Summary | |
---|---|
EventSet |
get_AuditedEvents()
Returns the value of the AuditedEvents property. |
java.lang.String |
get_Creator()
Returns the value of the Creator property. |
java.util.Date |
get_DateCreated()
Returns the value of the DateCreated property. |
java.util.Date |
get_DateLastModified()
Returns the value of the DateLastModified property. |
java.lang.String |
get_DescriptiveText()
Returns the value of the DescriptiveText property. |
java.lang.String |
get_DisplayName()
Returns the value of the DisplayName property. |
Id |
get_Id()
Returns the value of the Id property. |
java.lang.String |
get_LastModifier()
Returns the value of the LastModifier property. |
java.lang.String |
get_Name()
Returns the value of the Name property. |
AccessPermissionList |
get_Permissions()
Returns the value of the Permissions property. |
ResourceStatus |
get_ResourceStatus()
Returns the value of the ResourceStatus property. |
Site |
get_Site()
Returns the value of the Site property. |
void |
set_Creator(java.lang.String value)
Sets the value of the Creator property. |
void |
set_DateCreated(java.util.Date value)
Sets the value of the DateCreated property. |
void |
set_DateLastModified(java.util.Date value)
Sets the value of the DateLastModified property. |
void |
set_DescriptiveText(java.lang.String value)
Sets the value of the DescriptiveText property. |
void |
set_DisplayName(java.lang.String value)
Sets the value of the DisplayName property. |
void |
set_LastModifier(java.lang.String value)
Sets the value of the LastModifier property. |
void |
set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property. |
void |
set_ResourceStatus(ResourceStatus value)
Sets the value of the ResourceStatus property. |
void |
set_Site(Site value)
Sets the value of the Site property. |
Methods inherited from interface com.filenet.api.core.RepositoryObject |
---|
getObjectStore |
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_Creator()
void set_Creator(java.lang.String value)
java.util.Date get_DateCreated()
void set_DateCreated(java.util.Date value)
java.lang.String get_LastModifier()
void set_LastModifier(java.lang.String value)
java.util.Date get_DateLastModified()
void set_DateLastModified(java.util.Date value)
Id get_Id()
java.lang.String get_Name()
EventSet get_AuditedEvents()
AccessPermissionList get_Permissions()
void set_Permissions(AccessPermissionList value)
java.lang.String get_DisplayName()
void set_DisplayName(java.lang.String value)
java.lang.String get_DescriptiveText()
void set_DescriptiveText(java.lang.String value)
ResourceStatus get_ResourceStatus()
void set_ResourceStatus(ResourceStatus value)
Site get_Site()
void set_Site(Site value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |