Uses of Enum Class
com.evolveum.midpoint.prism.ModificationType
Packages that use ModificationType
Package
Description
-
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.deleg
Methods in com.evolveum.midpoint.prism.deleg with parameters of type ModificationTypeModifier and TypeMethodDescriptiondefault voidItemDeltaDelegator.addValue(@NotNull ModificationType modification, V newValue) default booleanItemDeltaDelegator.removeValue(@NotNull ModificationType modification, @NotNull PrismValue valueToRemove) -
Uses of ModificationType in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta with parameters of type ModificationTypeModifier and TypeMethodDescriptionvoidItemDelta.addValue(@NotNull ModificationType modification, V newValue) default Collection<V>ItemDelta.getValues(@NotNull ModificationType currentSet) booleanItemDelta.removeValue(@NotNull ModificationType modification, @NotNull PrismValue valueToRemove) -
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 that return types with arguments of type ModificationTypeModifier and TypeMethodDescription@NotNull Map<ModificationType,List<? extends PrismValue>> DeltaScannerResult.values()Returns the value of thevaluesrecord component.Methods 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) Constructor parameters in com.evolveum.midpoint.schema.delta with type arguments of type ModificationTypeModifierConstructorDescriptionDeltaScannerResult(@NotNull Class<? extends ObjectType> objectType, @NotNull ItemDelta<?, ?> delta, @NotNull ItemPath fullPath, @NotNull Map<ModificationType, List<? extends PrismValue>> values, Collection<? extends PrismValue> estimatedOldValues) Creates an instance of aDeltaScannerResultrecord class. -
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.