Uses of Enum Class
com.evolveum.midpoint.repo.common.activity.policy.EvaluatorUtils.ThresholdType
Packages that use EvaluatorUtils.ThresholdType
Package
Description
-
Uses of EvaluatorUtils.ThresholdType in com.evolveum.midpoint.repo.common.activity.policy
Methods in com.evolveum.midpoint.repo.common.activity.policy that return EvaluatorUtils.ThresholdTypeModifier and TypeMethodDescriptionstatic EvaluatorUtils.ThresholdTypeReturns the enum constant of this class with the specified name.static EvaluatorUtils.ThresholdType[]EvaluatorUtils.ThresholdType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.repo.common.activity.policy with parameters of type EvaluatorUtils.ThresholdTypeModifier and TypeMethodDescriptionstatic StringEvaluatorUtils.createDefaultMessage(String name, String constraintName, String formattedValue, String formattedThreshold, EvaluatorUtils.ThresholdType type) static StringEvaluatorUtils.createDefaultShortMessage(String name, String constraintName, EvaluatorUtils.ThresholdType type) -
Uses of EvaluatorUtils.ThresholdType in com.evolveum.midpoint.repo.common.activity.policy.evaluator
Methods in com.evolveum.midpoint.repo.common.activity.policy.evaluator with parameters of type EvaluatorUtils.ThresholdTypeModifier and TypeMethodDescriptionprotected LocalizableMessageDurationConstraintEvaluator.createMessage(LocalizableMessage constraintName, String defaultConstraintName, Duration realValue, long realValueMs, Duration threshold, EvaluatorUtils.ThresholdType type) protected LocalizableMessageNumericConstraintEvaluator.createMessage(LocalizableMessage constraintName, String defaultConstraintName, int realValue, int threshold, EvaluatorUtils.ThresholdType type) protected LocalizableMessageDurationConstraintEvaluator.createShortMessage(LocalizableMessage constraintName, String defaultConstraintName, EvaluatorUtils.ThresholdType type) protected LocalizableMessageNumericConstraintEvaluator.createShortMessage(LocalizableMessage constraintName, String defaultConstraintName, EvaluatorUtils.ThresholdType type)