com.filenet.api.admin
Interface IndexJobCollectionItem

All Superinterfaces:
DependentObject, EngineObject, IndexJobItem, RepositoryObject, java.io.Serializable

public interface IndexJobCollectionItem
extends RepositoryObject, IndexJobItem, DependentObject

Identifies a Verity collection to be full text indexed. When the indexing data for one or more Verity collections becomes corrupted or lost (due to a storage device failure), the collection needs to be reindexed. This operation deletes the current indexing data, and creates new full text index data to replace it.

Warning: Do not use collection indexing to address a change in the CBREnabled status on a class or property. Only the existing data in the collection will be submitted to be indexed (even if all collections of an object store are selected). Any classes newly enabled/disabled for indexing will not be reindexed because instances of these classes may not be in the existing collections.

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: IndexJobItem


Method Summary
 IndexArea get_IndexArea()
          Returns the value of the IndexArea property.
 Id get_IndexationId()
          Returns the value of the IndexationId property.
 void set_IndexationId(Id value)
          Sets the value of the IndexationId property.
 
Methods inherited from interface com.filenet.api.admin.IndexJobItem
get_Id
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_IndexArea

IndexArea get_IndexArea()
Returns the value of the IndexArea property. For more information, see IndexArea Property.


get_IndexationId

Id get_IndexationId()
Returns the value of the IndexationId property. For more information, see IndexationId Property.


set_IndexationId

void set_IndexationId(Id value)
Sets the value of the IndexationId property. For more information, see IndexationId Property.



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