Class TriggerPresentationUtil
java.lang.Object
com.evolveum.midpoint.repo.common.policy.TriggerPresentationUtil
Deals with presenting the triggers, mainly by collecting their messages into a form understandable by the user.
TODO document the methods
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull List<TreeNode<LocalizableMessage>>extractMessages(Collection<EvaluatedPolicyRuleTrigger<?>> triggers, TriggerPresentationUtil.MessageKind kind) static @NotNull List<TreeNode<LocalizableMessage>>extractMessages(List<TreeNode<EvaluatedPolicyRuleTrigger<?>>> triggerTreeList, TriggerPresentationUtil.MessageKind kind) static boolean
-
Constructor Details
-
TriggerPresentationUtil
public TriggerPresentationUtil()
-
-
Method Details
-
extractMessages
@NotNull public static @NotNull List<TreeNode<LocalizableMessage>> extractMessages(Collection<EvaluatedPolicyRuleTrigger<?>> triggers, TriggerPresentationUtil.MessageKind kind) -
extractMessages
@NotNull public static @NotNull List<TreeNode<LocalizableMessage>> extractMessages(List<TreeNode<EvaluatedPolicyRuleTrigger<?>>> triggerTreeList, TriggerPresentationUtil.MessageKind kind) -
isHiddenByDefault
-