Defines the action to be taken when a change preprocessor is invoked
on a class definition.
The action is coded by the user as a Java or JavaScript implementation of the
ChangePreprocessor interface
in the Content Engine Java API.
The action is set on the ChangePreprocessorAction property
of a ICmChangePreprocessorDefinition object, which is associated with
a class definition.
A ICmChangePreprocessorAction 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 Change Preprocessor Concepts.
Namespace:
FileNet.Api.Events
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface ICmChangePreprocessorAction _ Implements IAction, IRepositoryObject, IReplicable, ISubscribable, _ IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
| C# |
|---|
public interface ICmChangePreprocessorAction : IAction, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
| Visual C++ |
|---|
public interface class ICmChangePreprocessorAction : IAction, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
| JavaScript |
|---|
FileNet.Api.Events.ICmChangePreprocessorAction = function(); FileNet.Api.Events.ICmChangePreprocessorAction.createInterface('FileNet.Api.Events.ICmChangePreprocessorAction'); |
Remarks
Metadata
Auditable: true
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: ReplicableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: Action