Uses of Class
org.forgerock.am.cts.continuous.ChangeType
-
Packages that use ChangeType Package Description org.forgerock.am.cts.continuous -
-
Uses of ChangeType in org.forgerock.am.cts.continuous
Methods in org.forgerock.am.cts.continuous that return ChangeType Modifier and Type Method Description static ChangeType
ChangeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChangeType[]
ChangeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.am.cts.continuous with parameters of type ChangeType Modifier and Type Method Description void
ContinuousQueryListener. objectChanged(String tokenId, Map<String,T> changeSet, ChangeType changeType)
Notify the listener that the following token has been altered.
-