Associates a CmTextIndexingPreprocessorAction object with a class definition. When an instance of the defined class is full text indexed, a text indexing preprocessor handler referenced in the CmChangePreprocessorAction object is invoked.

A CmTextIndexingPreprocessorDefinition object is added to a TextIndexingPreprocessorDefinitionsList object, which is set on the SubscribableClassDefinition object that represents the class definition.

A CmTextIndexingPreprocessorDefinition object can be disabled at the class scope; therefore, the action it references will not be invoked within a given class hierarchy.

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

ToggleSyntax

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

ToggleRemarks

Metadata

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

ToggleSee Also