public interface ChangePreprocessor
CmChangePreprocessorAction
object.
A CmChangePreprocessorAction
object is set on a CmChangePreprocessorDefinition
object,
which is associated with a class definition.
When an instance of the class is created or updated, the change preprocessor handler is invoked.
When implementing a change preprocessor, consider the following points:
CodeModule
object,
or you can specify a Java change preprocessor in the classpath of the application server where the Content Engine is running.Modifier and Type | Method and Description |
---|---|
boolean |
preprocessObjectChange(IndependentlyPersistableObject sourceObj)
Invoked when the class definition (or a superclass) of a new or changed object is configured
with an enabled change preprocessor definition.
|
boolean preprocessObjectChange(IndependentlyPersistableObject sourceObj) throws EngineRuntimeException
sourceObj
- The object being created or changed.EngineRuntimeException
© Copyright IBM Corporation 2006, 2015. All rights reserved.