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 ModelState
ModelState.fromModelStateType
(ModelStateType modelStateType) ModelContext.getState()
static ModelState
Returns 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 ModelStateType
ModelState.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