Identifies an object to be full text indexed. When the original index attempt results in an indexing failure for a single object (such as a Document or Annotation object), or some aspect of the configuration (such as a Verity style file) needs to be changed, the affected object can be reindexed. Performing this operation on an object whose class is CBR enabled attempts to reindex the object. Performing this operation on an object whose class is not CBR enabled attempts to delete the object from any existing indexes.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Interface IIndexJobSingleItem
    Implements IIndexJobItem, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C#
public interface IIndexJobSingleItem : IIndexJobItem, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C++
interface class IIndexJobSingleItem : IIndexJobItem, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
J#
public interface IIndexJobSingleItem implements IIndexJobItem, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
JScript
public interface IIndexJobSingleItem extends IIndexJobItem, IRepositoryObject, IEngineObject, ICloneable, IDependentObject

Remarks

Metadata

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

See Also