Class DurationThresholdPolicyTrigger<C extends DurationThresholdPolicyConstraintType>
java.lang.Object
com.evolveum.midpoint.repo.common.activity.policy.EvaluatedActivityPolicyRuleTrigger<C>
com.evolveum.midpoint.repo.common.activity.policy.DurationThresholdPolicyTrigger<C>
- All Implemented Interfaces:
DebugDumpable
public class DurationThresholdPolicyTrigger<C extends DurationThresholdPolicyConstraintType>
extends EvaluatedActivityPolicyRuleTrigger<C>
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
ConstructorsConstructorDescriptionDurationThresholdPolicyTrigger(C constraint, LocalizableMessage message, LocalizableMessage shortMessage) -
Method Summary
Methods inherited from class com.evolveum.midpoint.repo.common.activity.policy.EvaluatedActivityPolicyRuleTrigger
debugDump, debugDumpSpecific, equals, getConstraint, getMessage, getShortMessage, hashCode, toPolicyTriggerType, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Constructor Details
-
DurationThresholdPolicyTrigger
public DurationThresholdPolicyTrigger(@NotNull C constraint, LocalizableMessage message, LocalizableMessage shortMessage)
-