Uses of Class
com.evolveum.midpoint.common.ActivationComputer
-
Packages that use ActivationComputer Package Description com.evolveum.midpoint.model.impl com.evolveum.midpoint.model.impl.lens com.evolveum.midpoint.model.impl.lens.assignments -
-
Uses of ActivationComputer in com.evolveum.midpoint.model.impl
Fields in com.evolveum.midpoint.model.impl declared as ActivationComputer Modifier and Type Field Description ActivationComputer
ModelBeans. activationComputer
-
Uses of ActivationComputer in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens with parameters of type ActivationComputer Modifier and Type Method Description static boolean
LensUtil. isAssignmentValid(AssignmentHolderType focus, AssignmentType assignment, XMLGregorianCalendar now, ActivationComputer activationComputer, LifecycleStateModelType focusStateModel)
Used for assignments and similar objects that do not have separate lifecycle.static boolean
LensUtil. isFocusValid(AssignmentHolderType focus, XMLGregorianCalendar now, ActivationComputer activationComputer, LifecycleStateModelType focusStateModel)
-
Uses of ActivationComputer in com.evolveum.midpoint.model.impl.lens.assignments
Methods in com.evolveum.midpoint.model.impl.lens.assignments with parameters of type ActivationComputer Modifier and Type Method Description AssignmentEvaluator.Builder<AH>
AssignmentEvaluator.Builder. activationComputer(ActivationComputer val)
-