Uses of Enum Class
com.evolveum.midpoint.schema.util.task.ActivityProgressInformationBuilder.InformationSource
Packages that use ActivityProgressInformationBuilder.InformationSource
-
Uses of ActivityProgressInformationBuilder.InformationSource in com.evolveum.midpoint.schema.util.task
Methods in com.evolveum.midpoint.schema.util.task that return ActivityProgressInformationBuilder.InformationSourceModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ActivityProgressInformationBuilder.InformationSource.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.schema.util.task with parameters of type ActivityProgressInformationBuilder.InformationSourceModifier and TypeMethodDescriptionstatic @NotNull ActivityProgressInformation
ActivityProgressInformation.fromRootTask
(@NotNull TaskType task, @NotNull ActivityProgressInformationBuilder.InformationSource source) Prepares the information from a root task.static @NotNull ActivityProgressInformation
ActivityProgressInformation.fromRootTask
(@NotNull TaskType task, @NotNull TaskResolver resolver, @NotNull ActivityProgressInformationBuilder.InformationSource source) Prepares the information from a root task.static @NotNull ActivityProgressInformation
ActivityProgressInformationBuilder.fromTask
(@NotNull TaskType task, @NotNull ActivityPath activityPath, @NotNull TaskResolver resolver, @NotNull ActivityProgressInformationBuilder.InformationSource informationSource)