|
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 |
java.lang.Object
oracle.iam.rm.temporal.TemporalContext
public class TemporalContext
Object that represents a temporal context.
Constructor Summary | |
---|---|
TemporalContext() Creates a TemporalContext object with current value time and current transaction time. |
|
TemporalContext(oracle.iam.rm.util.DateTime valueTime) Creates a TemporalContext object with a specified value time as a DateTime and current transaction time. |
|
TemporalContext(oracle.iam.rm.util.DateTime valueTime, oracle.iam.rm.util.DateTime transactionTime) Creates a TemporalContext object with a specified value time as a DateTime and specified transaction time as a DateTime . |
|
TemporalContext(long valueTime) Creates a TemporalContext object with a specified value time as a long and current transaction time. |
|
TemporalContext(long valueTime, long transactionTime) Creates a TemporalContext object with a specified value time as a long and specified transaction time as a long . |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o) |
oracle.iam.rm.util.DateTime |
getTransactionTime() Gets the transaction time. |
oracle.iam.rm.util.DateTime |
getValueTime() Gets the value time. |
int |
hashCode() |
java.lang.String |
toString() |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TemporalContext()
TemporalContext
object with current value time and current transaction time.public TemporalContext(long valueTime)
TemporalContext
object with a specified value time as a long
and current transaction time.
valueTime
- value time to usepublic TemporalContext(oracle.iam.rm.util.DateTime valueTime)
TemporalContext
object with a specified value time as a DateTime
and current transaction time.
valueTime
- value time to usepublic TemporalContext(long valueTime, long transactionTime)
TemporalContext
object with a specified value time as a long
and specified transaction time as a long
.
valueTime
- value time to usetransactionTime
- transaction time to usepublic TemporalContext(oracle.iam.rm.util.DateTime valueTime, oracle.iam.rm.util.DateTime transactionTime)
TemporalContext
object with a specified value time as a DateTime
and specified transaction time as a DateTime
.
valueTime
- the value time to usetransactionTime
- the transaction time to useMethod Detail |
---|
public oracle.iam.rm.util.DateTime getValueTime()
DateTime
representing the value time of this temporal context.public oracle.iam.rm.util.DateTime getTransactionTime()
Constants.END_OF_TIME
, then this represents a rolling forward current time.DateTime
represenging transaction time.public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
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 |