Uses of Class
org.forgerock.openig.el.ExpressionInstant
Package
Description
Integrates with the Java Enterprise Edition Unified Expression Language API.
-
Uses of ExpressionInstant in org.forgerock.openig.el
Modifier and TypeMethodDescriptionExpressionInstant.minusDays
(long daysToSubtract) Return a newExpressionInstant
with the daysToSubtract subtracted from the current value of theInstant
.ExpressionInstant.minusHours
(long hoursToSubtract) Return a newExpressionInstant
with the hoursToSubtract subtracted from the current value of theInstant
.ExpressionInstant.minusMillis
(long millisecondsToSubtract) Return a newExpressionInstant
with the millisecondsToSubtract subtracted from the current value of theInstant
.ExpressionInstant.minusMinutes
(long minutesToSubtract) Return a newExpressionInstant
with the minutesToSubtract subtracted from the current value of theInstant
.ExpressionInstant.minusSeconds
(long secondsToSubtract) Return a newExpressionInstant
with the secondsToSubtract subtracted from the current value of theInstant
.ExpressionInstant.plusDays
(long daysToAdd) Return a newExpressionInstant
with the daysToAdd added to the current value of theInstant
.ExpressionInstant.plusHours
(long hoursToAdd) Return a newExpressionInstant
with the hoursToAdd added to the current value of theInstant
.ExpressionInstant.plusMillis
(long millisecondsToAdd) Return a newExpressionInstant
with the millisecondsToAdd added to the current value of theInstant
.ExpressionInstant.plusMinutes
(long minutesToAdd) Return a newExpressionInstant
with the minutesToAdd added to the current value of theInstant
.ExpressionInstant.plusSeconds
(long secondsToAdd) Return a newExpressionInstant
with the secondsToAdd added to the current value of theInstant
.