Associates a CmChangePreprocessorAction object with a class definition. When an instance of the defined class is created or updated, a change preprocessor handler referenced in the CmChangePreprocessorAction object is invoked.

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

A CmChangePreprocessorDefinition 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 ICmChangePreprocessorDefinition _
	Implements IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C#
public interface ICmChangePreprocessorDefinition : IRepositoryObject, 
	IEngineObject, ICloneable, IDependentObject
Visual C++
public interface class ICmChangePreprocessorDefinition : IRepositoryObject, 
	IEngineObject, ICloneable, IDependentObject
JavaScript
FileNet.Api.Admin.ICmChangePreprocessorDefinition = function();
FileNet.Api.Admin.ICmChangePreprocessorDefinition.createInterface('FileNet.Api.Admin.ICmChangePreprocessorDefinition');

ToggleRemarks

Metadata

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

ToggleSee Also