public interface CmChangePreprocessorDefinition extends RepositoryObject, EngineObject, DependentObject
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.
Modifier and Type | Method and Description |
---|---|
CmChangePreprocessorAction |
get_ChangePreprocessorAction()
Returns the value of the ChangePreprocessorAction property.
|
java.lang.String |
get_DisplayName()
Returns the value of the DisplayName property.
|
Id |
get_Id()
Returns the value of the Id property.
|
java.lang.Boolean |
get_IsEnabled()
Returns the value of the IsEnabled property.
|
void |
set_ChangePreprocessorAction(CmChangePreprocessorAction value)
Sets the value of the ChangePreprocessorAction property.
|
void |
set_DisplayName(java.lang.String value)
Sets the value of the DisplayName property.
|
void |
set_IsEnabled(java.lang.Boolean value)
Sets the value of the IsEnabled property.
|
getObjectStore
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
Id get_Id()
java.lang.String get_DisplayName()
void set_DisplayName(java.lang.String value)
java.lang.Boolean get_IsEnabled()
void set_IsEnabled(java.lang.Boolean value)
CmChangePreprocessorAction get_ChangePreprocessorAction()
void set_ChangePreprocessorAction(CmChangePreprocessorAction value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.