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 ModelStateType
ModelState. toModelStateType()
static ModelStateType
ModelState. toModelStateType(ModelState value)
Methods in com.evolveum.midpoint.model.api.context with parameters of type ModelStateType Modifier and Type Method Description static ModelState
ModelState. 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 ModelStateType
HookType. state
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ModelStateType Modifier and Type Method Description static ModelStateType
ModelStateType. fromValue(String v)
ModelStateType
ClockworkClickTraceType. getState()
ModelStateType
HookType. getState()
Gets the value of the state property.ModelStateType
LensContextType. getState()
static ModelStateType
ModelStateType. 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 void
ClockworkClickTraceType. setState(ModelStateType value)
void
HookType. setState(ModelStateType value)
Sets the value of the state property.void
LensContextType. setState(ModelStateType value)
ClockworkClickTraceType
ClockworkClickTraceType. state(ModelStateType value)
HookType
HookType. state(ModelStateType value)
LensContextType
LensContextType. state(ModelStateType value)
-