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 StringWebComponentUtil.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 TypeClassDescriptionclassImplementation ofTaskInformationbased on new, activity-based tasks.classTheTaskInformationbased on a legacy task structure.Methods in com.evolveum.midpoint.schema.util.task that return TaskInformationModifier and TypeMethodDescriptionstatic @NotNull TaskInformationTaskInformation.createForTask(@NotNull TaskType task, @Nullable TaskType rootTask) static @NotNull TaskInformationLegacyTaskInformation.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 TaskInformationTaskTablePanel.getAttachedTaskInformation(SelectableBean<TaskType> selectableTaskBean) CreatesTaskInformationUtilbased 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 TaskInformationTaskInformationUtil.getOrCreateInfo(@NotNull SelectableBean<TaskType> bean, @Nullable TaskType rootTask) InstallsTaskInformationUtilinto givenSelectableBean(or returns information already being there).