Skip navigation links

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


oracle.iam.rm.client
Interface AuditSummary


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

getCreated

java.lang.Long getCreated()
Gets the creation date of the Entity that returned this AuditSummary.
Returns:
Long value representing the the date and time that this entity was created or null if it not known.

getCreatedBy

java.lang.String getCreatedBy()
Gets the display name representing the identity of the creator.
Returns:
String representing the display name of the System Identity that created this entity.

getLastUpdated

java.lang.Long getLastUpdated()
Gets the last update time of this entity.
Returns:
Long value representing the date and time that this entity was last updated or null if it not known.

getLastUpdatedBy

java.lang.String getLastUpdatedBy()
Gets the display name representing the identity that updated this entity.
Returns:
String representing the display name of the System Identity that updated this entity.

Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.