Uses of Class
com.evolveum.midpoint.schema.util.task.TaskInformation
Packages that use TaskInformation
Package
Description
GUI API package for various utility classes and interfaces.
-
Uses of TaskInformation in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type TaskInformationModifier and TypeMethodDescriptionstatic String
WebComponentUtil.getTaskProgressDescription
(TaskInformation taskInformation, boolean longForm, PageBase pageBase) -
Uses of TaskInformation in com.evolveum.midpoint.schema.util.task
Subclasses of TaskInformation in com.evolveum.midpoint.schema.util.taskModifier and TypeClassDescriptionclass
Implementation ofTaskInformation
based on new, activity-based tasks.class
TheTaskInformation
based on a legacy task structure.Methods in com.evolveum.midpoint.schema.util.task that return TaskInformationModifier and TypeMethodDescriptionstatic @NotNull TaskInformation
TaskInformation.createForTask
(@NotNull TaskType task, @Nullable TaskType rootTask) static @NotNull TaskInformation
LegacyTaskInformation.fromLegacyTaskOrNoTask
(@Nullable TaskType task) -
Uses of TaskInformation in com.evolveum.midpoint.web.page.admin.server
Methods in com.evolveum.midpoint.web.page.admin.server that return TaskInformationModifier and TypeMethodDescriptionprotected @NotNull TaskInformation
TaskTablePanel.getAttachedTaskInformation
(SelectableBean<TaskType> selectableTaskBean) CreatesTaskInformationUtil
based on current table row and (in subclasses) the whole activity tree overview.Methods in com.evolveum.midpoint.web.page.admin.server that return types with arguments of type TaskInformation -
Uses of TaskInformation in com.evolveum.midpoint.web.page.admin.server.dto
Methods in com.evolveum.midpoint.web.page.admin.server.dto that return TaskInformationModifier and TypeMethodDescriptionstatic @NotNull TaskInformation
TaskInformationUtil.getOrCreateInfo
(@NotNull SelectableBean<TaskType> bean, @Nullable TaskType rootTask) InstallsTaskInformationUtil
into givenSelectableBean
(or returns information already being there).