Uses of Enum Class
com.evolveum.midpoint.prism.ModificationType
Packages that use ModificationType
Package
Description
This package is experimental and will be moved to prism project shortly.
-
Uses of ModificationType in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return ModificationTypeModifier and TypeMethodDescriptionstatic ModificationTypeReturns the enum constant of this class with the specified name.static ModificationType[]ModificationType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ModificationType in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta with parameters of type ModificationTypeModifier and TypeMethodDescriptiondefault Collection<V>ItemDelta.getValues(@NotNull ModificationType currentSet) -
Uses of ModificationType in com.evolveum.midpoint.schema.delta
Methods in com.evolveum.midpoint.schema.delta that return ModificationTypeMethods in com.evolveum.midpoint.schema.delta with parameters of type ModificationTypeModifier and TypeMethodDescriptionvoidItemTreeDeltaValue.setModificationType(ModificationType modificationType) Constructors in com.evolveum.midpoint.schema.delta with parameters of type ModificationTypeModifierConstructorDescriptionContainerTreeDeltaValue(PrismContainerValue<C> value, ModificationType modificationType) ContainerTreeDeltaValue(Long id, PrismContainerValue<C> value, ModificationType modificationType) ItemTreeDeltaValue(PV value, ModificationType modificationType) ObjectTreeDeltaValue(PrismContainerValue<O> value, ModificationType modificationType) PropertyTreeDeltaValue(PrismPropertyValue<T> value, ModificationType modificationType) ReferenceTreeDeltaValue(PrismReferenceValue value, ModificationType modificationType) -
Uses of ModificationType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ModificationTypeModifier and TypeMethodDescription@NotNull ModificationTypeShadowAssociationsCollection.IterableAssociationValue.modificationType()Returns the value of themodificationTyperecord component.@NotNull ModificationTypeShadowReferenceAttributesCollection.IterableReferenceAttributeValue.modificationType()Returns the value of themodificationTyperecord component.Constructors in com.evolveum.midpoint.schema.util with parameters of type ModificationTypeModifierConstructorDescriptionIterableAssociationValue(@NotNull ItemName name, @NotNull ShadowAssociationValueType value, @NotNull ModificationType modificationType) Creates an instance of aIterableAssociationValuerecord class.IterableReferenceAttributeValue(@NotNull ItemName name, @NotNull ShadowReferenceAttributeValue value, @NotNull ModificationType modificationType) Creates an instance of aIterableReferenceAttributeValuerecord class.