Uses of Class
com.evolveum.midpoint.schema.util.task.ActivityProgressInformationBuilder.InformationSource
-
Packages that use ActivityProgressInformationBuilder.InformationSource Package Description com.evolveum.midpoint.schema.util.task -
-
Uses of ActivityProgressInformationBuilder.InformationSource in com.evolveum.midpoint.schema.util.task
Methods in com.evolveum.midpoint.schema.util.task that return ActivityProgressInformationBuilder.InformationSource Modifier and Type Method Description static ActivityProgressInformationBuilder.InformationSourceActivityProgressInformationBuilder.InformationSource. valueOf(String name)Returns the enum constant of this type with the specified name.static ActivityProgressInformationBuilder.InformationSource[]ActivityProgressInformationBuilder.InformationSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.schema.util.task with parameters of type ActivityProgressInformationBuilder.InformationSource Modifier and Type Method Description static @NotNull ActivityProgressInformationActivityProgressInformation. fromRootTask(@NotNull TaskType task, @NotNull ActivityProgressInformationBuilder.InformationSource source)Prepares the information from a root task.static @NotNull ActivityProgressInformationActivityProgressInformation. fromRootTask(@NotNull TaskType task, @NotNull TaskResolver resolver, @NotNull ActivityProgressInformationBuilder.InformationSource source)Prepares the information from a root task.static @NotNull ActivityProgressInformationActivityProgressInformationBuilder. fromTask(@NotNull TaskType task, @NotNull ActivityPath activityPath, @NotNull TaskResolver resolver, @NotNull ActivityProgressInformationBuilder.InformationSource informationSource)
-