Represents the base class for IBM® Legacy Content Search Engine index requests. Each index request object is associated with a content element and properties. 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 ICmVerityIndexRequest _
	Implements ICmIndexRequest, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject,  _
	IEngineObject, ICloneable
C#
public interface ICmVerityIndexRequest : ICmIndexRequest, 
	IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
Visual C++
public interface class ICmVerityIndexRequest : ICmIndexRequest, 
	IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
JavaScript
FileNet.Api.Admin.ICmVerityIndexRequest = function();
FileNet.Api.Admin.ICmVerityIndexRequest.createInterface('FileNet.Api.Admin.ICmVerityIndexRequest');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: ClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: CmIndexRequest

ToggleSee Also