Uses of Interface
com.evolveum.midpoint.schema.util.task.ActivityTreeUtil.LocalActivityStateProcessor
-
Packages that use ActivityTreeUtil.LocalActivityStateProcessor Package Description com.evolveum.midpoint.schema.util.task -
-
Uses of ActivityTreeUtil.LocalActivityStateProcessor in com.evolveum.midpoint.schema.util.task
Methods in com.evolveum.midpoint.schema.util.task with parameters of type ActivityTreeUtil.LocalActivityStateProcessor Modifier and Type Method Description static void
ActivityTreeUtil. processLocalStates(@NotNull TaskType task, @NotNull ActivityTreeUtil.LocalActivityStateProcessor processor)
Processes local activity state objects using the same rules as inActivityTreeUtil.transformLocalStates(TaskType, LocalActivityStateTransformer)
(TaskType, ActivityStateTransformer)}: all states are treated the same.
-