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 needs to be changed, the affected item can be reindexed by using a single-item index job. This operation attempts to reindex an object whose class is CBR-enabled and attempts to delete an object from any existing indexes whose class is not CBR-enabled.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IIndexJobSingleItem _
	Implements IIndexJobItem, IRepositoryObject, IEngineObject, ICloneable,  _
	IDependentObject
C#
public interface IIndexJobSingleItem : IIndexJobItem, 
	IRepositoryObject, IEngineObject, ICloneable, IDependentObject
Visual C++
public interface class IIndexJobSingleItem : IIndexJobItem, 
	IRepositoryObject, IEngineObject, ICloneable, IDependentObject
JavaScript
FileNet.Api.Admin.IIndexJobSingleItem = function();
FileNet.Api.Admin.IIndexJobSingleItem.createInterface('FileNet.Api.Admin.IIndexJobSingleItem');

ToggleRemarks

Metadata

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

ToggleSee Also