Modifier and Type | Method and Description |
---|---|
PropertyDelta |
LayerRefinedAttributeDefinition.createEmptyDelta(ItemPath path) |
Modifier and Type | Method and Description |
---|---|
static PropertyDelta<XMLGregorianCalendar> |
LensUtil.createActivationTimestampDelta(ActivationStatusType status,
XMLGregorianCalendar now,
PrismContainerDefinition<ActivationType> activationDefinition,
OriginType origin) |
Modifier and Type | Method and Description |
---|---|
boolean |
ValueMatcher.isRealValueToAdd(PropertyDelta<T> delta,
PrismPropertyValue<T> pValue) |
Modifier and Type | Method and Description |
---|---|
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeAddDelta(PrismObject<ResourceType> resource,
QName attributeQName,
T... newRealValue) |
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeAddDelta(PrismObject<ResourceType> resource,
String attributeLocalName,
T... newRealValue) |
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeDeleteDelta(PrismObject<ResourceType> resource,
QName attributeQName,
T... newRealValue) |
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeDeleteDelta(PrismObject<ResourceType> resource,
String attributeLocalName,
T... newRealValue) |
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeReplaceDelta(PrismObject<ResourceType> resource,
QName attributeQName,
T... newRealValue) |
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeReplaceDelta(PrismObject<ResourceType> resource,
String attributeLocalName,
T... newRealValue) |
Modifier and Type | Method and Description |
---|---|
PropertyDelta<T> |
PrismProperty.createDelta() |
PropertyDelta<T> |
PrismProperty.createDelta(ItemPath path) |
PropertyDelta<T> |
PrismPropertyDefinition.createEmptyDelta(ItemPath path) |
PropertyDelta<T> |
PrismProperty.diff(PrismProperty<T> other) |
PropertyDelta<T> |
PrismProperty.diff(PrismProperty<T> other,
boolean ignoreMetadata,
boolean isLiteral) |
Modifier and Type | Method and Description |
---|---|
PropertyDelta<T> |
PropertyDelta.clone() |
static <O extends Objectable> |
PropertyDelta.createAddDelta(PrismContainerDefinition<O> containerDefinition,
QName propertyName,
Object... realValues) |
static <O extends Objectable> |
PropertyDelta.createDeleteDelta(PrismContainerDefinition<O> containerDefinition,
QName propertyName,
Object... realValues) |
static <O extends Objectable,T> |
PropertyDelta.createDelta(ItemPath propertyPath,
Class<O> compileTimeClass,
PrismContext prismContext) |
static <O extends Objectable,T> |
PropertyDelta.createDelta(ItemPath propertyPath,
PrismObjectDefinition<O> objectDefinition) |
static <O extends Objectable,T> |
PropertyDelta.createDelta(QName propertyName,
Class<O> compileTimeClass,
PrismContext prismContext) |
static <O extends Objectable,T> |
PropertyDelta.createDelta(QName propertyName,
PrismObjectDefinition<O> objectDefinition) |
static <T> PropertyDelta<T> |
PropertyDelta.createModificationAddProperty(ItemPath propertyPath,
PrismPropertyDefinition propertyDefinition,
T... propertyValues) |
static <T> PropertyDelta<T> |
PropertyDelta.createModificationDeleteProperty(ItemPath propertyPath,
PrismPropertyDefinition propertyDefinition,
T... propertyValues) |
static <T> PropertyDelta<T> |
PropertyDelta.createModificationReplaceProperty(ItemPath propertyPath,
PrismObjectDefinition<?> objectDefinition,
T... propertyValues)
Convenience method for quick creation of object deltas that replace a single object property.
|
static <T> PropertyDelta<T> |
PropertyDelta.createModificationReplaceProperty(ItemPath propertyPath,
PrismPropertyDefinition propertyDefinition,
T... propertyValues) |
static <T> PropertyDelta<T> |
PropertyDelta.createModificationReplaceProperty(QName propertyName,
PrismObjectDefinition<?> objectDefinition,
T... propertyValues) |
<X> PropertyDelta<X> |
ObjectDelta.createPropertyModification(ItemPath path) |
<C> PropertyDelta<C> |
ObjectDelta.createPropertyModification(ItemPath path,
PrismPropertyDefinition propertyDefinition) |
<X> PropertyDelta<X> |
ObjectDelta.createPropertyModification(QName name,
PrismPropertyDefinition propertyDefinition) |
static <O extends Objectable,T> |
PropertyDelta.createReplaceDelta(PrismContainerDefinition<O> containerDefinition,
QName propertyName,
PrismPropertyValue<T>... pValues) |
static <O extends Objectable,T> |
PropertyDelta.createReplaceDelta(PrismContainerDefinition<O> containerDefinition,
QName propertyName,
T... realValues) |
static <O extends Objectable,T> |
PropertyDelta.createReplaceDeltaOrEmptyDelta(PrismObjectDefinition<O> objectDefinition,
QName propertyName,
T realValue) |
static <O extends Objectable> |
PropertyDelta.createReplaceEmptyDelta(PrismObjectDefinition<O> objectDefinition,
QName propertyName)
Create delta that deletes all values of the specified property.
|
static PropertyDelta |
ItemDelta.findPropertyDelta(Collection<? extends ItemDelta> deltas,
ItemPath propertyPath) |
static PropertyDelta |
PropertyDelta.findPropertyDelta(Collection<? extends ItemDelta> modifications,
ItemPath propertyPath) |
static PropertyDelta |
ItemDelta.findPropertyDelta(Collection<? extends ItemDelta> deltas,
ItemPath parentPath,
QName propertyName) |
static PropertyDelta |
ItemDelta.findPropertyDelta(Collection<? extends ItemDelta> deltas,
QName propertyName) |
static PropertyDelta |
PropertyDelta.findPropertyDelta(Collection<? extends ItemDelta> modifications,
QName propertyName) |
<X> PropertyDelta<X> |
ObjectDelta.findPropertyDelta(ItemPath propertyPath) |
<X> PropertyDelta<X> |
ObjectDelta.findPropertyDelta(ItemPath parentPath,
QName propertyName) |
<X> PropertyDelta<X> |
ObjectDelta.findPropertyDelta(QName propertyName)
Top-level path is assumed.
|
PropertyDelta<T> |
PropertyDelta.narrow(PrismObject<? extends Objectable> object) |
Modifier and Type | Method and Description |
---|---|
protected void |
PropertyDelta.copyValues(PropertyDelta<T> clone) |
Modifier and Type | Method and Description |
---|---|
static <T> void |
PrismAsserts.assertAdd(PropertyDelta<T> propertyDelta,
T... expectedValues) |
static <T> void |
PrismAsserts.assertDelete(PropertyDelta<T> propertyDelta,
T... expectedValues) |
static <T> void |
PrismAsserts.assertReplace(PropertyDelta<T> propertyDelta,
T... expectedValues) |
Modifier and Type | Method and Description |
---|---|
PropertyDelta |
PropertyModificationOperation.getPropertyDelta() |
Modifier and Type | Method and Description |
---|---|
void |
PropertyModificationOperation.setPropertyDelta(PropertyDelta propertyDelta) |
Constructor and Description |
---|
PropertyModificationOperation(PropertyDelta propertyDelta) |
Modifier and Type | Method and Description |
---|---|
static PropertyDelta<SynchronizationSituationType> |
SynchronizationSituationUtil.createSynchronizationSituationDelta(PrismObject object,
SynchronizationSituationType situation) |
static PropertyDelta<XMLGregorianCalendar> |
SynchronizationSituationUtil.createSynchronizationTimestampDelta(PrismObject object,
XMLGregorianCalendar timestamp) |
Modifier and Type | Method and Description |
---|---|
static List<PropertyDelta<?>> |
SynchronizationSituationUtil.createSynchronizationSituationAndDescriptionDelta(PrismObject object,
SynchronizationSituationType situation,
String sourceChannel) |
static List<PropertyDelta<?>> |
SynchronizationSituationUtil.createSynchronizationSituationDescriptionDelta(PrismObject object,
SynchronizationSituationType situation,
XMLGregorianCalendar timestamp,
String sourceChannel) |
Modifier and Type | Method and Description |
---|---|
static Collection<? extends ModificationDto> |
ModificationDto.createModificationDtoList(PropertyDelta delta) |
Copyright © 2013 evolveum. All rights reserved.