Skip navigation links

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


oracle.iam.rm.temporal
Interface StateChange


public interface StateChange

An entity state change relating to a particular point in value time.


Method Summary
 java.lang.String getNewState()
          Gets the new state for the entity.
 java.lang.String getOldState()
          Gets the old state for the entity.

 

Method Detail

getNewState

java.lang.String getNewState()
Gets the new state for the entity.
Returns:
String representing new state.

getOldState

java.lang.String getOldState()
Gets the old state for the entity.
Returns:
String representing old state.

Skip navigation links

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


Copyright © 2007, 2008 Oracle. All Rights Reserved.