Uses of Class
com.evolveum.midpoint.schema.util.task.TaskInformation
Package
Description
GUI API package for various utility classes and interfaces.
-
Uses of TaskInformation in com.evolveum.midpoint.gui.api.util
Modifier and TypeMethodDescriptionstatic String
WebComponentUtil.getTaskProgressDescription
(TaskInformation taskInformation, boolean longForm, PageBase pageBase) -
Uses of TaskInformation in com.evolveum.midpoint.schema.util.task
Modifier and TypeClassDescriptionclass
Implementation ofTaskInformation
based on new, activity-based tasks.class
TheTaskInformation
based on a legacy task structure.Modifier 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
Modifier and TypeMethodDescriptionprotected @NotNull TaskInformation
TaskTablePanel.getAttachedTaskInformation
(SelectableBean<TaskType> selectableTaskBean) CreatesTaskInformationUtil
based on current table row and (in subclasses) the whole activity tree overview. -
Uses of TaskInformation in com.evolveum.midpoint.web.page.admin.server.dto
Modifier and TypeMethodDescriptionstatic @NotNull TaskInformation
TaskInformationUtil.getOrCreateInfo
(@NotNull SelectableBean<TaskType> bean, @Nullable TaskType rootTask) InstallsTaskInformationUtil
into givenSelectableBean
(or returns information already being there).