public interface CmIndexJobResyncItem extends RepositoryObject, IndexJobItem, DependentObject
For the index that is being resynced, the resync index job deletes index entries for the following types of objects: deleted objects, objects that are moved to a different index, or objects that are no longer CBR-enabled. Also, the index job creates any required index entries for objects that are not currently indexed in the index. If the ResyncModificationDate date is set, existing index entries are updated if the corresponding object was modified after the specified date.
Like other index jobs, a CmIndexJobResyncItem
object is added to a index job item list,
which is set on an IndexJob
instance.
Note: Avoid creating an index job with multiple resync index job items. If such an index job fails, determining which resync items completed and which items need to be rerun is difficult. Also, no performance benefits result from creating such an index job versus creating a separate index job for each resync index item.
Modifier and Type | Method and Description |
---|---|
IndexArea |
get_IndexArea()
Returns the value of the IndexArea property.
|
Id |
get_IndexationId()
Returns the value of the IndexationId property.
|
java.util.Date |
get_ResyncModificationDate()
Returns the value of the ResyncModificationDate property.
|
void |
set_IndexationId(Id value)
Sets the value of the IndexationId property.
|
void |
set_ResyncModificationDate(java.util.Date value)
Sets the value of the ResyncModificationDate property.
|
get_Id
getObjectStore
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
IndexArea get_IndexArea()
Id get_IndexationId()
void set_IndexationId(Id value)
java.util.Date get_ResyncModificationDate()
void set_ResyncModificationDate(java.util.Date value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.