|
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 AuditSummary
AuditSummary interface returned from an Entity. All properties are read-only.
| Method Summary | |
|---|---|
java.lang.Long |
getCreated()Gets the creation date of the Entity that returned this AuditSummary. |
java.lang.String |
getCreatedBy()Gets the display name representing the identity of the creator. |
java.lang.Long |
getLastUpdated()Gets the last update time of this entity. |
java.lang.String |
getLastUpdatedBy()Gets the display name representing the identity that updated this entity. |
| Method Detail |
|---|
java.lang.Long getCreated()
Entity that returned this AuditSummary.Long value representing the the date and time that this entity was created or null if it not known.java.lang.String getCreatedBy()
String representing the display name of the System Identity that created this entity.java.lang.Long getLastUpdated()
Long value representing the date and time that this entity was last updated or null if it not known.java.lang.String getLastUpdatedBy()
String representing the display name of the System Identity that updated this entity.
|
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 | |||||||||