|
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 AttributeChangeSet
Interface for a set of attribute changes relating to a particular point in value time.
| Method Summary | |
|---|---|
AttributeChange |
getAttributeChange(java.lang.String attributeKey)Gets the attribute change for a particular attribute that was changed as part of this change set. |
AttributeChange[] |
getAttributeChanges()Gets all of the attribute changes for this change set. |
java.util.Set<java.lang.String> |
getChangedAttributeKeys()Gets all of the keys of changed attributes for this change set. |
java.lang.Object |
getChangedAttributeValue(java.lang.String attributeKey)Gets the new value for a particular attribute that was changed as part of this change set. |
int |
size()Gets the number of attributes in this change set. |
| Method Detail |
|---|
int size()
int representing the number of attributes in this change set.AttributeChange[] getAttributeChanges()
java.util.Set<java.lang.String> getChangedAttributeKeys()
Set of strings representing the keys of changed attributes.java.lang.Object getChangedAttributeValue(java.lang.String attributeKey)
attributeKey - key of the attributeObject representing the new of value of the specified attribute.AttributeChange getAttributeChange(java.lang.String attributeKey)
attributeKey - the key of the attribute
|
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 | |||||||||