Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


oracle.iam.rm.temporal
Interface AttributeChange


public interface AttributeChange

Interface for a particular attribute change.


Method Summary
 java.lang.String getAttributeKey()
          Gets the key for the attribute being changed.
 java.lang.Object getNewValue()
          Gets the new value for the attribute being changed.
 java.lang.Object getOldValue()
          Gets the old value for the attribute being changed.
 boolean isClearChange()
          Determines whether the change is setting a "null" value.
 boolean isDerivedChange()
          Determines whether the attribue is derived (cannot be explicitly edited).

 

Method Detail

getAttributeKey

java.lang.String getAttributeKey()
Gets the key for the attribute being changed.
Returns:
String representing attribute key.

getNewValue

java.lang.Object getNewValue()
Gets the new value for the attribute being changed.
Returns:
Object representing new value for the attribute being changed.

isClearChange

boolean isClearChange()
Determines whether the change is setting a "null" value.
Returns:
Boolean true if the setting is cleared, otherwise false.

isDerivedChange

boolean isDerivedChange()
Determines whether the attribue is derived (cannot be explicitly edited).
Returns:
Boolean true if the attribute is derived, otherwise false.

getOldValue

java.lang.Object getOldValue()
Gets the old value for the attribute being changed.
Returns:
Object representing old value for the attribute being changed.

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Copyright © 2008, 2009 Oracle. All Rights Reserved.