Uses of Enum Class
com.evolveum.midpoint.model.api.ProgressInformation.StateType
Packages that use ProgressInformation.StateType
-
Uses of ProgressInformation.StateType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return ProgressInformation.StateTypeModifier and TypeMethodDescriptionProgressInformation.getStateType()Returns the enum constant of this class with the specified name.static ProgressInformation.StateType[]ProgressInformation.StateType.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.StateTypeModifier and TypeMethodDescriptionvoidProgressInformation.setStateType(ProgressInformation.StateType stateType) Constructors in com.evolveum.midpoint.model.api with parameters of type ProgressInformation.StateTypeModifierConstructorDescriptionProgressInformation(ProgressInformation.ActivityType activityType, ProjectionContextKey projectionContextKey, ProgressInformation.StateType stateType) ProgressInformation(ProgressInformation.ActivityType activityType, ProgressInformation.StateType stateType) ProgressInformation(ProgressInformation.ActivityType activityType, ProgressInformation.StateType stateType, String message)