Skip navigation links

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


oracle.iam.rm.client
Interface ChangeSummary


public interface ChangeSummary

AuditSummary interface returned from an Entity. All properties are read-only.


Method Summary
 java.lang.String getActorName()
          Gets the display name representing the identity of the identity that made the change.
 java.lang.Long getDate()
          Gets the date of the change.

 

Method Detail

getDate

java.lang.Long getDate()
Gets the date of the change.
Returns:
Long value representing the the date and time that this change occurred at.

getActorName

java.lang.String getActorName()
Gets the display name representing the identity of the identity that made the change.
Returns:
String representing the display name of the Identity that made this change.

Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.