|
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 ServerAuditSummary
Interface for read-only audit summary information returned from the server.
| Method Summary | |
|---|---|
java.lang.Long |
getCreated()Gets the creation date of the Entity that returned this ServerAuditSummary. |
java.lang.String |
getCreatedBy()Gets the display name of the identity representing the creator of the Entity that returned this ServerAuditSummary. |
EntityKey |
getEntityKey()Gets the key for the Entity related to this ServerAuditSummary. |
java.lang.Long |
getLastUpdated()Gets the last update time of this entity. |
java.lang.String |
getLastUpdatedBy()Gets the display name of the identity that updated this entity. |
| Method Detail |
|---|
EntityKey getEntityKey()
Entity related to this ServerAuditSummary.EntityKey of the Entity related to this ServerAuditSummary.java.lang.Long getCreated()
Entity that returned this ServerAuditSummary.long value representing the the date and time that this entity was created or null if it not known.java.lang.String getCreatedBy()
Entity that returned this ServerAuditSummary.String representing the display name of the 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 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 | |||||||||