<X> PropertyDelta<X> |
ObjectDelta.addModificationReplaceProperty(ItemPath propertyPath,
X... propertyValues) |
|
PropertyDelta<T> |
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> PropertyDelta |
DeltaFactory.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<T> |
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.
|