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