Uses of Enum Class
com.evolveum.midpoint.model.api.context.ModelState
Packages that use ModelState
Package
Description
-
Uses of ModelState in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return ModelStateModifier and TypeMethodDescriptionstatic ModelStateModelState.fromModelStateType(ModelStateType modelStateType) ModelContext.getState()static ModelStateReturns the enum constant of this class with the specified name.static ModelState[]ModelState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.model.api.context with parameters of type ModelStateModifier and TypeMethodDescriptionstatic ModelStateTypeModelState.toModelStateType(ModelState value) -
Uses of ModelState in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util with parameters of type ModelStateModifier and TypeMethodDescription<F extends ObjectType>
voidClockworkInspector.clockworkStateSwitch(ModelContext<F> contextBefore, ModelState newState) -
Uses of ModelState in com.evolveum.midpoint.web.component.model.operationStatus
Methods in com.evolveum.midpoint.web.component.model.operationStatus that return ModelState