Uses of Interface
com.evolveum.midpoint.schema.util.task.ActivityTreeUtil.LocalActivityStateTransformer
Packages that use ActivityTreeUtil.LocalActivityStateTransformer
- 
Uses of ActivityTreeUtil.LocalActivityStateTransformer in com.evolveum.midpoint.schema.util.taskMethods in com.evolveum.midpoint.schema.util.task with parameters of type ActivityTreeUtil.LocalActivityStateTransformerModifier and TypeMethodDescriptionstatic <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.