Uses of Class
com.evolveum.midpoint.common.Clock
-
Packages that use Clock Package Description com.evolveum.midpoint.common com.evolveum.midpoint.model.common.expression.functions com.evolveum.midpoint.model.impl com.evolveum.midpoint.model.impl.tasks.simple -
-
Uses of Clock in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common that return Clock Modifier and Type Method Description Clock
ActivationComputer. getClock()
Methods in com.evolveum.midpoint.common with parameters of type Clock Modifier and Type Method Description void
ActivationComputer. setClock(Clock clock)
Constructors in com.evolveum.midpoint.common with parameters of type Clock Constructor Description ActivationComputer(Clock clock)
-
Uses of Clock in com.evolveum.midpoint.model.common.expression.functions
Methods in com.evolveum.midpoint.model.common.expression.functions with parameters of type Clock Modifier and Type Method Description static FunctionLibrary
FunctionLibraryUtil. createBasicFunctionLibrary(PrismContext prismContext, Protector protector, Clock clock)
Constructors in com.evolveum.midpoint.model.common.expression.functions with parameters of type Clock Constructor Description BasicExpressionFunctions(PrismContext prismContext, Protector protector, Clock clock)
-
Uses of Clock in com.evolveum.midpoint.model.impl
Fields in com.evolveum.midpoint.model.impl declared as Clock Modifier and Type Field Description Clock
ModelBeans. clock
-
Uses of Clock in com.evolveum.midpoint.model.impl.tasks.simple
Fields in com.evolveum.midpoint.model.impl.tasks.simple declared as Clock Modifier and Type Field Description protected Clock
SimpleActivityHandler. clock
-