|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
java.lang.String getAttributeKey()
String representing attribute key.java.lang.Object getNewValue()
Object representing new value for the attribute being changed.boolean isClearChange()
true if the setting is cleared, otherwise false.boolean isDerivedChange()
true if the attribute is derived, otherwise false.java.lang.Object getOldValue()
Object representing old value for the attribute being changed.
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||