|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PropertyDelta in com.evolveum.midpoint.model.lens |
---|
Methods in com.evolveum.midpoint.model.lens with parameters of type PropertyDelta | |
---|---|
void |
LensElementContext.addToSecondaryDelta(PropertyDelta accountPasswordDelta)
|
Uses of PropertyDelta in com.evolveum.midpoint.model.test |
---|
Methods in com.evolveum.midpoint.model.test that return PropertyDelta | ||
---|---|---|
protected
|
AbstractModelIntegrationTest.createAttributeAddDelta(PrismObject<ResourceType> resource,
QName attributeQName,
T... newRealValue)
|
|
protected
|
AbstractModelIntegrationTest.createAttributeAddDelta(PrismObject<ResourceType> resource,
String attributeLocalName,
T... newRealValue)
|
|
protected
|
AbstractModelIntegrationTest.createAttributeDeleteDelta(PrismObject<ResourceType> resource,
QName attributeQName,
T... newRealValue)
|
|
protected
|
AbstractModelIntegrationTest.createAttributeDeleteDelta(PrismObject<ResourceType> resource,
String attributeLocalName,
T... newRealValue)
|
|
protected
|
AbstractModelIntegrationTest.createAttributeReplaceDelta(PrismObject<ResourceType> resource,
QName attributeQName,
T... newRealValue)
|
|
protected
|
AbstractModelIntegrationTest.createAttributeReplaceDelta(PrismObject<ResourceType> resource,
String attributeLocalName,
T... newRealValue)
|
Uses of PropertyDelta in com.evolveum.midpoint.prism |
---|
Methods in com.evolveum.midpoint.prism that return PropertyDelta | |
---|---|
PropertyDelta<T> |
PrismProperty.createDelta(ItemPath path)
|
PropertyDelta<T> |
PrismProperty.diff(PrismProperty<T> other,
ItemPath pathPrefix)
|
PropertyDelta<T> |
PrismProperty.diff(PrismProperty<T> other,
ItemPath pathPrefix,
boolean ignoreMetadata,
boolean isLiteral)
|
Uses of PropertyDelta in com.evolveum.midpoint.prism.delta |
---|
Methods in com.evolveum.midpoint.prism.delta that return PropertyDelta | ||
---|---|---|
PropertyDelta<T> |
PropertyDelta.clone()
|
|
static
|
PropertyDelta.createDelta(ItemPath propertyPath,
Class<O> compileTimeClass,
PrismContext prismContext)
|
|
static
|
PropertyDelta.createDelta(ItemPath propertyPath,
PrismObjectDefinition<O> objectDefinition)
|
|
static
|
PropertyDelta.createDelta(QName propertyName,
Class<O> compileTimeClass,
PrismContext prismContext)
|
|
static
|
PropertyDelta.createDelta(QName propertyName,
PrismObjectDefinition<O> objectDefinition)
|
|
static
|
PropertyDelta.createModificationAddProperty(ItemPath propertyPath,
PrismPropertyDefinition propertyDefinition,
T... propertyValues)
|
|
static
|
PropertyDelta.createModificationDeleteProperty(ItemPath propertyPath,
PrismPropertyDefinition propertyDefinition,
T... propertyValues)
|
|
static
|
PropertyDelta.createModificationReplaceProperty(ItemPath propertyPath,
PrismObjectDefinition<?> objectDefinition,
T... propertyValues)
Convenience method for quick creation of object deltas that replace a single object property. |
|
static
|
PropertyDelta.createModificationReplaceProperty(ItemPath propertyPath,
PrismPropertyDefinition propertyDefinition,
T... propertyValues)
|
|
static
|
PropertyDelta.createModificationReplaceProperty(QName propertyName,
PrismObjectDefinition<?> objectDefinition,
T... propertyValues)
|
|
|
ObjectDelta.createPropertyModification(ItemPath path)
|
|
|
ObjectDelta.createPropertyModification(ItemPath path,
PrismPropertyDefinition propertyDefinition)
|
|
|
ObjectDelta.createPropertyModification(QName name,
PrismPropertyDefinition propertyDefinition)
|
|
static
|
PropertyDelta.createReplaceDelta(PrismContainerDefinition<O> containerDefinition,
QName propertyName,
Object... realValues)
|
|
static
|
PropertyDelta.createReplaceDeltaOrEmptyDelta(PrismObjectDefinition<O> objectDefinition,
QName propertyName,
Object realValue)
|
|
static
|
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)
|
|
|
ObjectDelta.findPropertyDelta(ItemPath propertyPath)
|
|
|
ObjectDelta.findPropertyDelta(ItemPath parentPath,
QName propertyName)
|
|
|
ObjectDelta.findPropertyDelta(QName propertyName)
Top-level path is assumed. |
|
PropertyDelta<T> |
PropertyDelta.narrow(PrismObject<? extends Objectable> object)
|
Methods in com.evolveum.midpoint.prism.delta with parameters of type PropertyDelta | |
---|---|
protected void |
PropertyDelta.copyValues(PropertyDelta<T> clone)
|
Uses of PropertyDelta in com.evolveum.midpoint.prism.util |
---|
Methods in com.evolveum.midpoint.prism.util with parameters of type PropertyDelta | ||
---|---|---|
static
|
PrismAsserts.assertAdd(PropertyDelta<T> propertyDelta,
T... expectedValues)
|
|
static
|
PrismAsserts.assertDelete(PropertyDelta<T> propertyDelta,
T... expectedValues)
|
|
static
|
PrismAsserts.assertReplace(PropertyDelta<T> propertyDelta,
T... expectedValues)
|
Uses of PropertyDelta in com.evolveum.midpoint.provisioning.ucf.api |
---|
Methods in com.evolveum.midpoint.provisioning.ucf.api that return PropertyDelta | |
---|---|
PropertyDelta |
PropertyModificationOperation.getPropertyDelta()
|
Methods in com.evolveum.midpoint.provisioning.ucf.api with parameters of type PropertyDelta | |
---|---|
void |
PropertyModificationOperation.setPropertyDelta(PropertyDelta propertyDelta)
|
Constructors in com.evolveum.midpoint.provisioning.ucf.api with parameters of type PropertyDelta | |
---|---|
PropertyModificationOperation(PropertyDelta propertyDelta)
|
Uses of PropertyDelta in com.evolveum.midpoint.schema.util |
---|
Methods in com.evolveum.midpoint.schema.util that return PropertyDelta | |
---|---|
static PropertyDelta<SynchronizationSituationType> |
SynchronizationSituationUtil.createSynchronizationSituationDelta(PrismObject object,
SynchronizationSituationType situation)
|
static PropertyDelta<XMLGregorianCalendar> |
SynchronizationSituationUtil.createSynchronizationTimestampDelta(PrismObject object)
|
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type PropertyDelta | |
---|---|
static List<PropertyDelta<?>> |
SynchronizationSituationUtil.createSynchronizationSituationDescriptionDelta(PrismObject object,
SynchronizationSituationType situation,
String sourceChannel)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |