Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ModelStateType
-
Packages that use ModelStateType Package Description com.evolveum.midpoint.model.api.context com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of ModelStateType in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return ModelStateType Modifier and Type Method Description ModelStateTypeModelState. toModelStateType()static ModelStateTypeModelState. toModelStateType(ModelState value)Methods in com.evolveum.midpoint.model.api.context with parameters of type ModelStateType Modifier and Type Method Description static ModelStateModelState. fromModelStateType(ModelStateType modelStateType) -
Uses of ModelStateType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as ModelStateType Modifier and Type Field Description protected ModelStateTypeHookType. stateMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ModelStateType Modifier and Type Method Description static ModelStateTypeModelStateType. fromValue(String v)ModelStateTypeClockworkClickTraceType. getState()ModelStateTypeHookType. getState()Gets the value of the state property.ModelStateTypeLensContextType. getState()static ModelStateTypeModelStateType. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelStateType[]ModelStateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ModelStateType Modifier and Type Method Description voidClockworkClickTraceType. setState(ModelStateType value)voidHookType. setState(ModelStateType value)Sets the value of the state property.voidLensContextType. setState(ModelStateType value)ClockworkClickTraceTypeClockworkClickTraceType. state(ModelStateType value)HookTypeHookType. state(ModelStateType value)LensContextTypeLensContextType. state(ModelStateType value)
-