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 SynchronizationIntentTypeSynchronizationIntent. toSynchronizationIntentType()Methods in com.evolveum.midpoint.model.api.context with parameters of type SynchronizationIntentType Modifier and Type Method Description static SynchronizationIntentSynchronizationIntent. 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 SynchronizationIntentTypeSynchronizationIntentType. fromValue(String v)SynchronizationIntentTypeLensElementContextType. getSynchronizationIntent()static SynchronizationIntentTypeSynchronizationIntentType. 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 voidLensElementContextType. setSynchronizationIntent(SynchronizationIntentType value)LensElementContextTypeLensElementContextType. synchronizationIntent(SynchronizationIntentType value)LensFocusContextTypeLensFocusContextType. synchronizationIntent(SynchronizationIntentType value)LensProjectionContextTypeLensProjectionContextType. synchronizationIntent(SynchronizationIntentType value)
-