Defines the action to be taken when a text indexing preprocessor is invoked on a class definition. The action is coded by the user as a Java or JavaScript implementation of the TextIndexingPreprocessor interface in the Content Engine Java API. The action is set on the TextIndexingPreprocessorAction property of a ICmTextIndexingPreprocessorDefinition object, which is associated with a class definition.

A ICmTextIndexingPreprocessorAction object can be disabled at the system scope; therefore, it will not be invoked, no matter where it is referenced in the class hierarchies.

For more information, see Text Indexing Preprocessor Concepts.

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

ToggleSyntax

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

ToggleRemarks

Metadata

Auditable: true
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: ReplicableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: Action

ToggleSee Also