Uses of Class
com.evolveum.midpoint.model.api.context.ModelState
-
Packages that use ModelState Package Description com.evolveum.midpoint.model.api.context com.evolveum.midpoint.model.api.util -
-
Uses of ModelState in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return ModelState Modifier and Type Method Description static ModelStateModelState. fromModelStateType(ModelStateType modelStateType)ModelStateModelContext. getState()static ModelStateModelState. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelState[]ModelState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.model.api.context with parameters of type ModelState Modifier and Type Method Description static 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 ModelState Modifier and Type Method Description <F extends ObjectType>
voidClockworkInspector. clockworkStateSwitch(ModelContext<F> contextBefore, ModelState newState)
-