Uses of Class
com.evolveum.midpoint.schema.util.task.TaskInformation
-
Packages that use TaskInformation Package Description com.evolveum.midpoint.schema.util.task -
-
Uses of TaskInformation in com.evolveum.midpoint.schema.util.task
Subclasses of TaskInformation in com.evolveum.midpoint.schema.util.task Modifier and Type Class Description classActivityBasedTaskInformationImplementation ofTaskInformationbased on new, activity-based tasks.classLegacyTaskInformationTheTaskInformationbased on a legacy task structure.Methods in com.evolveum.midpoint.schema.util.task that return TaskInformation Modifier and Type Method Description static @NotNull TaskInformationTaskInformation. createForTask(@NotNull TaskType task, @Nullable TaskType rootTask)static @NotNull TaskInformationLegacyTaskInformation. fromLegacyTaskOrNoTask(@Nullable TaskType task)
-