Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.SynchronizationIntentType
-
Packages that use SynchronizationIntentType Package Description com.evolveum.midpoint.model.api.context com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of SynchronizationIntentType in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return SynchronizationIntentType Modifier and Type Method Description SynchronizationIntentType
SynchronizationIntent. toSynchronizationIntentType()
Methods in com.evolveum.midpoint.model.api.context with parameters of type SynchronizationIntentType Modifier and Type Method Description static SynchronizationIntent
SynchronizationIntent. fromSynchronizationIntentType(SynchronizationIntentType value)
-
Uses of SynchronizationIntentType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return SynchronizationIntentType Modifier and Type Method Description static SynchronizationIntentType
SynchronizationIntentType. fromValue(String v)
SynchronizationIntentType
LensElementContextType. getSynchronizationIntent()
static SynchronizationIntentType
SynchronizationIntentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SynchronizationIntentType[]
SynchronizationIntentType. 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 SynchronizationIntentType Modifier and Type Method Description void
LensElementContextType. setSynchronizationIntent(SynchronizationIntentType value)
LensElementContextType
LensElementContextType. synchronizationIntent(SynchronizationIntentType value)
LensFocusContextType
LensFocusContextType. synchronizationIntent(SynchronizationIntentType value)
LensProjectionContextType
LensProjectionContextType. synchronizationIntent(SynchronizationIntentType value)
-