Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ItemChangeApplicationModeType
-
-
Uses of ItemChangeApplicationModeType in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return ItemChangeApplicationModeType Modifier and Type Method Description @Nullable ItemChangeApplicationModeType
ResourceAttributeWrapperImpl. getChangeApplicationMode()
-
Uses of ItemChangeApplicationModeType in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return ItemChangeApplicationModeType Modifier and Type Method Description @Nullable ItemChangeApplicationModeType
ResourceAttributeDefinition. getChangeApplicationMode()
TODO@Nullable ItemChangeApplicationModeType
ResourceAttributeDefinitionImpl. getChangeApplicationMode()
-
Uses of ItemChangeApplicationModeType in com.evolveum.midpoint.schema.processor.deleg
Methods in com.evolveum.midpoint.schema.processor.deleg that return ItemChangeApplicationModeType Modifier and Type Method Description default @Nullable ItemChangeApplicationModeType
AttributeDefinitionDelegator. getChangeApplicationMode()
default @Nullable ItemChangeApplicationModeType
RefinedAttributeDefinitionDelegator. getChangeApplicationMode()
-
Uses of ItemChangeApplicationModeType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ItemChangeApplicationModeType Modifier and Type Method Description static ItemChangeApplicationModeType
ItemChangeApplicationModeType. fromValue(String v)
ItemChangeApplicationModeType
ItemRefinedDefinitionType. getChangeApplicationMode()
static ItemChangeApplicationModeType
ItemChangeApplicationModeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ItemChangeApplicationModeType[]
ItemChangeApplicationModeType. 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 ItemChangeApplicationModeType Modifier and Type Method Description ItemRefinedDefinitionType
ItemRefinedDefinitionType. changeApplicationMode(ItemChangeApplicationModeType value)
MetadataItemDefinitionType
MetadataItemDefinitionType. changeApplicationMode(ItemChangeApplicationModeType value)
ObjectTemplateItemDefinitionType
ObjectTemplateItemDefinitionType. changeApplicationMode(ItemChangeApplicationModeType value)
ResourceAttributeDefinitionType
ResourceAttributeDefinitionType. changeApplicationMode(ItemChangeApplicationModeType value)
ResourceItemDefinitionType
ResourceItemDefinitionType. changeApplicationMode(ItemChangeApplicationModeType value)
ResourceObjectAssociationType
ResourceObjectAssociationType. changeApplicationMode(ItemChangeApplicationModeType value)
void
ItemRefinedDefinitionType. setChangeApplicationMode(ItemChangeApplicationModeType value)
-