Represents the base class for index requests. Each index request object is associated with a CBR-enabled object. Index request objects are created by the indexing process, and cannot be created using the API. You can perform read and update operations on index request objects, and there are properties with status, failure and retry information recorded. Index request objects are assigned security from the default instance security for this class.

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

ToggleSyntax

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

ToggleRemarks

Metadata

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

ToggleSee Also