Uses of Class
com.evolveum.midpoint.util.TreeNode
Packages that use TreeNode
Package
Description
-
Uses of TreeNode in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return types with arguments of type TreeNodeModifier and TypeMethodDescriptionEvaluatedPolicyRule.extractMessages()
EvaluatedPolicyRule.extractShortMessages()
-
Uses of TreeNode in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util that return types with arguments of type TreeNodeModifier and TypeMethodDescriptionstatic <AD extends EvaluatedPolicyRuleUtil.AdditionalData>
List<TreeNode<EvaluatedPolicyRuleUtil.AugmentedTrigger<AD>>>EvaluatedPolicyRuleUtil.arrangeForPresentationExt
(List<EvaluatedPolicyRuleUtil.AugmentedTrigger<AD>> triggers, EvaluatedPolicyRuleUtil.AdditionalFilter<AD> additionalFilter) static List<TreeNode<EvaluatedPolicyRuleTriggerType>>
EvaluatedPolicyRuleUtil.arrangeForPresentationExt
(List<EvaluatedPolicyRuleTriggerType> triggers) static List<TreeNode<EvaluatedPolicyRuleTrigger<?>>>
EvaluatedPolicyRuleUtil.arrangeForPresentationInt
(Collection<EvaluatedPolicyRuleTrigger<?>> triggers) Arranges triggers into trees according to presentation instructions (hidden, final, displayOrder).static @NotNull List<TreeNode<LocalizableMessage>>
EvaluatedPolicyRuleUtil.extractMessages
(Collection<EvaluatedPolicyRuleTrigger<?>> triggers, EvaluatedPolicyRuleUtil.MessageKind kind) static @NotNull List<TreeNode<LocalizableMessage>>
EvaluatedPolicyRuleUtil.extractMessages
(List<TreeNode<EvaluatedPolicyRuleTrigger<?>>> triggerTreeList, EvaluatedPolicyRuleUtil.MessageKind kind) Method parameters in com.evolveum.midpoint.model.api.util with type arguments of type TreeNodeModifier and TypeMethodDescriptionstatic @NotNull List<TreeNode<LocalizableMessage>>
EvaluatedPolicyRuleUtil.extractMessages
(List<TreeNode<EvaluatedPolicyRuleTrigger<?>>> triggerTreeList, EvaluatedPolicyRuleUtil.MessageKind kind) -
Uses of TreeNode in com.evolveum.midpoint.schema.statistics
Methods in com.evolveum.midpoint.schema.statistics with parameters of type TreeNodeModifier and TypeMethodDescriptionstatic List<ObjectActionsExecutedEntryType>
ActivityStatisticsUtil.getAllActionsExecuted
(@NotNull TreeNode<ActivityTreeUtil.ActivityStateInContext> tree) static List<ObjectActionsExecutedEntryType>
ActivityStatisticsUtil.getResultingActionsExecuted
(@NotNull TreeNode<ActivityTreeUtil.ActivityStateInContext> tree) ActivityStatisticsUtil.getSynchronizationTransitions
(@NotNull TreeNode<ActivityTreeUtil.ActivityStateInContext> tree) -
Uses of TreeNode in com.evolveum.midpoint.schema.util.task
Methods in com.evolveum.midpoint.schema.util.task that return TreeNodeModifier and TypeMethodDescriptionstatic @NotNull TreeNode<ActivityTreeUtil.ActivityStateInLocalContext>
ActivityTreeUtil.toLocalStateTree
(@NotNull TaskType task) Creates aTreeNode
ofActivityTreeUtil.ActivityStateInLocalContext
objects for activities locally contained in the task.static @NotNull TreeNode<ActivityTreeUtil.ActivityStateInContext>
ActivityTreeUtil.toStateTree
(@NotNull TaskType rootTask, @NotNull TaskResolver resolver) Special case ofActivityTreeUtil.transformStates(TaskType, TaskResolver, ActivityStateTransformer)
: creates aTreeNode
ofActivityTreeUtil.ActivityStateInContext
objects.static <X> @NotNull TreeNode<X>
ActivityTreeUtil.transformLocalStates
(@NotNull TaskType rootTask, @NotNull ActivityTreeUtil.LocalActivityStateTransformer<X> transformer) Transforms task-local activity state objects into custom ones, organized into a tree.static <X> @NotNull TreeNode<X>
ActivityTreeUtil.transformStates
(@NotNull TaskType rootTask, @NotNull TaskResolver resolver, @NotNull ActivityTreeUtil.ActivityStateTransformer<X> transformer) Transforms activity state objects into custom ones, organized into a tree.Methods in com.evolveum.midpoint.schema.util.task with parameters of type TreeNodeModifier and TypeMethodDescriptionstatic boolean
ActivityTreeUtil.hasDelegatedActivity
(TreeNode<ActivityTreeUtil.ActivityStateInContext> node) We know this by comparing task OIDs (except for worker ones): all must be the same to be non-delegated. -
Uses of TreeNode in com.evolveum.midpoint.util
Subclasses of TreeNode in com.evolveum.midpoint.utilMethods in com.evolveum.midpoint.util that return TreeNodeMethods in com.evolveum.midpoint.util that return types with arguments of type TreeNodeMethods in com.evolveum.midpoint.util with parameters of type TreeNode -
Uses of TreeNode in com.evolveum.midpoint.web.page.admin.workflow.dto
Constructors in com.evolveum.midpoint.web.page.admin.workflow.dto with parameters of type TreeNodeModifierConstructorDescriptionEvaluatedTriggerDto
(TreeNode<EvaluatedPolicyRuleUtil.AugmentedTrigger<EvaluatedTriggerGroupDto.HighlightingInformation>> node)