Uses of Enum Class
com.evolveum.midpoint.model.api.ProgressInformation.ActivityType
Packages that use ProgressInformation.ActivityType
-
Uses of ProgressInformation.ActivityType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return ProgressInformation.ActivityTypeModifier and TypeMethodDescriptionProgressInformation.getActivityType()
Returns the enum constant of this class with the specified name.static ProgressInformation.ActivityType[]
ProgressInformation.ActivityType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.model.api with parameters of type ProgressInformation.ActivityTypeModifier and TypeMethodDescriptionvoid
ProgressInformation.setActivityType
(ProgressInformation.ActivityType activityType) Constructors in com.evolveum.midpoint.model.api with parameters of type ProgressInformation.ActivityTypeModifierConstructorDescriptionProgressInformation
(ProgressInformation.ActivityType activityType, ProjectionContextKey projectionContextKey, ProgressInformation.StateType stateType) ProgressInformation
(ProgressInformation.ActivityType activityType, ProjectionContextKey projectionContextKey, OperationResult operationResult) ProgressInformation
(ProgressInformation.ActivityType activityType, ProgressInformation.StateType stateType) ProgressInformation
(ProgressInformation.ActivityType activityType, ProgressInformation.StateType stateType, String message) ProgressInformation
(ProgressInformation.ActivityType activityType, OperationResult operationResult) -
Uses of ProgressInformation.ActivityType in com.evolveum.midpoint.web.component.progress
Methods in com.evolveum.midpoint.web.component.progress that return ProgressInformation.ActivityTypeMethods in com.evolveum.midpoint.web.component.progress with parameters of type ProgressInformation.ActivityTypeModifier and TypeMethodDescriptionvoid
ProgressReportActivityDto.setActivityType
(ProgressInformation.ActivityType activityType)