When a background search executes, instances of the CmAbstractSearchResult subclass that you defined are created and populated with the properties that are selected in the background search query, one instance per result row from the search. Properties are matched by name: the name of a property object in the result row properties collection matches the symbolic name of a custom property that is defined in the CmAbstractSearchResult subclass.
Namespace:
FileNet.Api.Sweep
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface ICmAbstractSearchResult _ Implements IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, _ ICloneable |
| C# |
|---|
public interface ICmAbstractSearchResult : IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
| Visual C++ |
|---|
public interface class ICmAbstractSearchResult : IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
| JavaScript |
|---|
FileNet.Api.Sweep.ICmAbstractSearchResult = function(); FileNet.Api.Sweep.ICmAbstractSearchResult.createInterface('FileNet.Api.Sweep.ICmAbstractSearchResult'); |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: true
ClassDefinitionName: ClassDefinition
IsDependent: false
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: GenericObject