Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


oracle.iam.rm.server_api.model
Interface ServerChangeSummary

All Superinterfaces:
java.io.Serializable

public interface ServerChangeSummary
extends java.io.Serializable

Interface for read-only change summary information returned from the server.


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

 

Method Detail

getDate

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

getActorName

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

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


Copyright © 2007, 2008 Oracle. All Rights Reserved.