Class ActivityProgressInformationBuilder
- java.lang.Object
-
- com.evolveum.midpoint.schema.util.task.ActivityProgressInformationBuilder
-
public class ActivityProgressInformationBuilder extends Object
BuildsActivityProgressInformation
from task tree or from root task with tree overview.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ActivityProgressInformationBuilder.InformationSource
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ActivityProgressInformation
build()
static @NotNull ActivityProgressInformation
fromTask(@NotNull TaskType task, @NotNull ActivityPath activityPath, @NotNull TaskResolver resolver, @NotNull ActivityProgressInformationBuilder.InformationSource informationSource)
-
-
-
Method Detail
-
fromTask
@NotNull public static @NotNull ActivityProgressInformation fromTask(@NotNull @NotNull TaskType task, @NotNull @NotNull ActivityPath activityPath, @NotNull @NotNull TaskResolver resolver, @NotNull @NotNull ActivityProgressInformationBuilder.InformationSource informationSource)
-
build
public ActivityProgressInformation build()
-
-