Uses of Interface
com.evolveum.midpoint.schema.util.task.ActivityTreeUtil.LocalActivityStateTransformer
-
Packages that use ActivityTreeUtil.LocalActivityStateTransformer Package Description com.evolveum.midpoint.schema.util.task -
-
Uses of ActivityTreeUtil.LocalActivityStateTransformer in com.evolveum.midpoint.schema.util.task
Methods in com.evolveum.midpoint.schema.util.task with parameters of type ActivityTreeUtil.LocalActivityStateTransformer Modifier and Type Method Description 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.
-