Uses of Interface
com.evolveum.midpoint.prism.delta.PropertyDelta
Package
Description
-
Uses of PropertyDelta in com.evolveum.midpoint.gui.impl.prism.wrapper
Modifier and TypeMethodDescription@NotNull PropertyDelta<T>
PrismPropertyWrapperImpl.createEmptyDelta
(ItemPath path) -
Uses of PropertyDelta in com.evolveum.midpoint.prism
Modifier and TypeMethodDescriptionPrismProperty.createDelta()
PrismProperty.createDelta
(ItemPath path) static <T> PropertyDelta<T>
ItemUtil.diff
(PrismProperty<T> a, PrismProperty<T> b) PrismProperty.diff
(PrismProperty<T> other) PrismProperty.diff
(PrismProperty<T> other, ParameterizedEquivalenceStrategy strategy) -
Uses of PropertyDelta in com.evolveum.midpoint.prism.deleg
Modifier and TypeMethodDescriptiondefault @NotNull PropertyDelta<T>
PropertyDefinitionDelegator.createEmptyDelta
(ItemPath path) -
Uses of PropertyDelta in com.evolveum.midpoint.prism.delta
Modifier and TypeMethodDescription<X> PropertyDelta<X>
ObjectDelta.addModificationReplaceProperty
(ItemPath propertyPath, X... propertyValues) PropertyDelta.clone()
<T> PropertyDelta<T>
DeltaFactory.Property.create
(ItemPath path, PrismPropertyDefinition<T> definition) Deprecated.<T> PropertyDelta<T>
DeltaFactory.Property.create
(ItemPath itemPath, QName name, PrismPropertyDefinition<T> propertyDefinition) Deprecated.<T> PropertyDelta<T>
DeltaFactory.Property.create
(PrismPropertyDefinition<T> propertyDefinition) Deprecated.<T> PropertyDelta<T>
DeltaFactory.Property.createAddDelta
(PrismObjectDefinition<? extends Objectable> objectDefinition, ItemName propertyName, T... realValues) Deprecated.<T> PropertyDelta<T>
DeltaFactory.Property.createDeleteDelta
(PrismObjectDefinition<? extends Objectable> objectDefinition, ItemName propertyName, T... realValues) Deprecated.<O extends Objectable,
T>
PropertyDelta<T>DeltaFactory.Property.createDelta
(ItemPath propertyPath, PrismObjectDefinition<O> objectDefinition) Deprecated.<O extends Objectable,
T>
PropertyDelta<T>DeltaFactory.Property.createDelta
(ItemPath propertyPath, Class<O> compileTimeClass) Deprecated.<T> PropertyDelta<T>
DeltaFactory.Property.createModificationAddProperty
(ItemPath propertyPath, PrismObjectDefinition<?> objectDefinition, T... propertyValues) Deprecated.<T> PropertyDelta<T>
DeltaFactory.Property.createModificationAddProperty
(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition, T... propertyValues) Deprecated.<T> PropertyDelta<T>
DeltaFactory.Property.createModificationDeleteProperty
(ItemPath propertyPath, PrismObjectDefinition<?> objectDefinition, T... propertyValues) Deprecated.<T> PropertyDelta<T>
DeltaFactory.Property.createModificationDeleteProperty
(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition, T... propertyValues) Deprecated.<T> PropertyDelta<T>
DeltaFactory.Property.createModificationReplaceProperty
(ItemPath propertyPath, PrismObjectDefinition<?> objectDefinition, Collection<T> propertyValues) Deprecated.<T> PropertyDelta<T>
DeltaFactory.Property.createModificationReplaceProperty
(ItemPath propertyPath, PrismObjectDefinition<?> objectDefinition, T... propertyValues) Deprecated.<T> PropertyDelta<T>
DeltaFactory.Property.createModificationReplaceProperty
(ItemPath path, PrismPropertyDefinition propertyDefinition, T... propertyValues) Deprecated.<X> PropertyDelta<X>
ObjectDelta.createPropertyModification
(ItemPath path) <C> PropertyDelta<C>
ObjectDelta.createPropertyModification
(ItemPath path, PrismPropertyDefinition propertyDefinition) <O extends Objectable,
T>
PropertyDelta<T>DeltaFactory.Property.createReplaceDelta
(PrismContainerDefinition<O> containerDefinition, QName propertyName, PrismPropertyValue<T> pValue) Deprecated.<O extends Objectable,
T>
PropertyDelta<T>DeltaFactory.Property.createReplaceDelta
(PrismContainerDefinition<O> containerDefinition, QName propertyName, PrismPropertyValue<T>... pValues) Deprecated.<O extends Objectable,
T>
PropertyDelta<T>DeltaFactory.Property.createReplaceDelta
(PrismContainerDefinition<O> containerDefinition, QName propertyName, T... realValues) Deprecated.<O extends Objectable,
T>
PropertyDelta<T>DeltaFactory.Property.createReplaceDeltaOrEmptyDelta
(PrismObjectDefinition<O> objectDefinition, QName propertyName, T realValue) Deprecated.<O extends Objectable>
PropertyDeltaDeltaFactory.Property.createReplaceEmptyDelta
(PrismObjectDefinition<O> objectDefinition, ItemPath propertyPath) Deprecated.static <T> PropertyDelta<T>
ItemDeltaCollectionsUtil.findPropertyDelta
(Collection<? extends ItemDelta> deltas, ItemPath propertyPath) <X> PropertyDelta<X>
ObjectDelta.findPropertyDelta
(ItemPath propertyPath) <X> PropertyDelta<X>
ObjectDelta.findPropertyDelta
(ItemPath parentPath, QName propertyName) Top-level path is assumed.static <T> PropertyDelta<T>
PropertyDeltaCollectionsUtil.findPropertyDelta
(Collection<? extends ItemDelta> modifications, ItemPath propertyPath) static <T> PropertyDelta<T>
PropertyDeltaCollectionsUtil.findPropertyDelta
(Collection<? extends ItemDelta> modifications, QName propertyName) PropertyDelta.narrow
(PrismObject<? extends Objectable> object, @NotNull Comparator<PrismPropertyValue<T>> plusComparator, @NotNull Comparator<PrismPropertyValue<T>> minusComparator, boolean assumeMissingItems) Returns the narrowed delta that will have the same effect on the object as the current one. -
Uses of PropertyDelta in com.evolveum.midpoint.prism.util
Modifier and TypeMethodDescriptionstatic <T> void
PrismAsserts.assertDelete
(PropertyDelta<T> propertyDelta, T... expectedValues) static <T> void
PrismAsserts.assertPropertyDelta
(PropertyDelta<T> delta, T[] expectedOldValues, T[] expectedAddValues, T[] expectedDeleteValues, T[] expectedReplaceValues) static <T> void
PrismAsserts.assertReplace
(PropertyDelta<T> propertyDelta, T... expectedValues) -
Uses of PropertyDelta in com.evolveum.midpoint.schema.processor
Modifier and TypeMethodDescriptionShadowSimpleAttribute.createDelta()
ShadowSimpleAttribute.createDelta
(ItemPath path) @NotNull PropertyDelta<T>
NormalizationAwareResourceAttributeDefinition.createEmptyDelta()
@NotNull PropertyDelta<T>
NormalizationAwareResourceAttributeDefinition.createEmptyDelta
(ItemPath path) default @NotNull PropertyDelta<T>
ShadowSimpleAttributeDefinition.createEmptyDelta()
Creates an empty delta for this attribute against its standard path.@NotNull PropertyDelta<T>
ShadowSimpleAttributeDefinitionImpl.createEmptyDelta
(ItemPath path) default @NotNull PropertyDelta<T>
ShadowSimpleAttribute.createReplaceDelta()
Creates a delta that would enforce (via REPLACE operation) the values of this attribute. -
Uses of PropertyDelta in com.evolveum.midpoint.web.component.model.delta
Modifier and TypeMethodDescriptionstatic Collection<? extends ModificationDto>
ModificationDto.createModificationDtoList
(PropertyDelta delta)