|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ItemDelta in com.evolveum.midpoint.common.expression |
---|
Methods in com.evolveum.midpoint.common.expression that return ItemDelta | |
---|---|
ItemDelta<V> |
ItemDeltaItem.getDelta()
|
Methods in com.evolveum.midpoint.common.expression with parameters of type ItemDelta | ||
---|---|---|
static
|
ObjectDeltaObject.create(PrismObject<T> oldObject,
ItemDelta<?>... itemDeltas)
|
|
void |
ItemDeltaItem.setDelta(ItemDelta<V> delta)
|
Constructors in com.evolveum.midpoint.common.expression with parameters of type ItemDelta | |
---|---|
ItemDeltaItem(Item<V> itemOld,
ItemDelta<V> delta,
Item<V> itemNew)
|
|
Source(Item<V> itemOld,
ItemDelta<V> delta,
Item<V> itemNew,
javax.xml.namespace.QName name)
|
Uses of ItemDelta in com.evolveum.midpoint.common.mapping |
---|
Methods in com.evolveum.midpoint.common.mapping that return ItemDelta | |
---|---|
ItemDelta<V> |
Mapping.createEmptyDelta(ItemPath path)
|
Uses of ItemDelta in com.evolveum.midpoint.model.api |
---|
Method parameters in com.evolveum.midpoint.model.api with type arguments of type ItemDelta | ||
---|---|---|
|
ModelService.modifyObject(java.lang.Class<T> type,
java.lang.String oid,
java.util.Collection<? extends ItemDelta> modifications,
Task task,
OperationResult parentResult)
Deprecated. |
Uses of ItemDelta in com.evolveum.midpoint.model.controller |
---|
Method parameters in com.evolveum.midpoint.model.controller with type arguments of type ItemDelta | ||
---|---|---|
|
ModelController.modifyObject(java.lang.Class<T> type,
java.lang.String oid,
java.util.Collection<? extends ItemDelta> modifications,
Task task,
OperationResult parentResult)
Deprecated. |
Uses of ItemDelta in com.evolveum.midpoint.model.lens |
---|
Methods in com.evolveum.midpoint.model.lens that return ItemDelta | ||
---|---|---|
static
|
LensUtil.consolidateTripleToDelta(ItemPath itemPath,
DeltaSetTriple<? extends ItemValueWithOrigin<V>> triple,
ItemDefinition itemDefinition,
ItemDelta<V> apropriItemDelta,
PrismContainer<?> itemContainer,
boolean addUnchangedValues,
boolean filterExistingValues,
java.lang.String contextDescription)
|
Methods in com.evolveum.midpoint.model.lens with parameters of type ItemDelta | ||
---|---|---|
static
|
LensUtil.consolidateTripleToDelta(ItemPath itemPath,
DeltaSetTriple<? extends ItemValueWithOrigin<V>> triple,
ItemDefinition itemDefinition,
ItemDelta<V> apropriItemDelta,
PrismContainer<?> itemContainer,
boolean addUnchangedValues,
boolean filterExistingValues,
java.lang.String contextDescription)
|
|
void |
LensFocusContext.swallowToProjectionWaveSecondaryDelta(ItemDelta<?> propDelta)
|
Uses of ItemDelta in com.evolveum.midpoint.prism |
---|
Methods in com.evolveum.midpoint.prism that return ItemDelta | |
---|---|
abstract ItemDelta<V> |
Item.createDelta(ItemPath path)
Creates specific sublcass of ItemDelta appropriate for type of item that this definition represents (e.g. |
ItemDelta |
PrismReferenceDefinition.createEmptyDelta(ItemPath path)
|
abstract ItemDelta |
ItemDefinition.createEmptyDelta(ItemPath path)
|
ItemDelta |
PrismContainerDefinition.createEmptyDelta(ItemPath path)
|
ItemDelta |
PrismPropertyDefinition.createEmptyDelta(ItemPath path)
|
protected ItemDelta |
Item.fixupDelta(ItemDelta delta,
Item<V> other,
ItemPath pathPrefix,
boolean ignoreMetadata)
|
protected ItemDelta |
PrismProperty.fixupDelta(ItemDelta delta,
Item otherItem,
ItemPath pathPrefix,
boolean ignoreMetadata)
|
Methods in com.evolveum.midpoint.prism that return types with arguments of type ItemDelta | |
---|---|
java.util.Collection<? extends ItemDelta> |
Item.diff(Item<V> other)
|
java.util.Collection<? extends ItemDelta> |
Item.diff(Item<V> other,
boolean ignoreMetadata,
boolean isLiteral)
|
java.util.Collection<? extends ItemDelta> |
Item.diff(Item<V> other,
ItemPath pathPrefix,
boolean ignoreMetadata,
boolean isLiteral)
|
java.util.Collection<? extends ItemDelta> |
PrismValue.diff(PrismValue otherValue)
Assumes matching representations. |
java.util.Collection<? extends ItemDelta> |
PrismValue.diff(PrismValue otherValue,
ItemPath pathPrefix,
boolean ignoreMetadata,
boolean isLiteral)
Assumes matching representations. |
Methods in com.evolveum.midpoint.prism with parameters of type ItemDelta | |
---|---|
protected ItemDelta |
Item.fixupDelta(ItemDelta delta,
Item<V> other,
ItemPath pathPrefix,
boolean ignoreMetadata)
|
protected ItemDelta |
PrismProperty.fixupDelta(ItemDelta delta,
Item otherItem,
ItemPath pathPrefix,
boolean ignoreMetadata)
|
Method parameters in com.evolveum.midpoint.prism with type arguments of type ItemDelta | |
---|---|
protected void |
Item.diffInternal(Item<V> other,
ItemPath pathPrefix,
java.util.Collection<? extends ItemDelta> deltas,
boolean ignoreMetadata,
boolean isLiteral)
|
Uses of ItemDelta in com.evolveum.midpoint.prism.delta |
---|
Subclasses of ItemDelta in com.evolveum.midpoint.prism.delta | |
---|---|
class |
ContainerDelta<V extends Containerable>
|
class |
PropertyDelta<T>
Relative difference (delta) of a property values. |
class |
ReferenceDelta
|
Methods in com.evolveum.midpoint.prism.delta with type parameters of type ItemDelta | ||
---|---|---|
static
|
ItemDelta.findItemDelta(java.util.Collection<? extends ItemDelta> deltas,
ItemPath propertyPath,
java.lang.Class<D> deltaType)
|
|
static
|
ItemDelta.findItemDelta(java.util.Collection<? extends ItemDelta> deltas,
javax.xml.namespace.QName itemName,
java.lang.Class<D> deltaType)
|
|
static
|
ItemDelta.removeItemDelta(java.util.Collection<? extends ItemDelta> deltas,
ItemPath propertyPath,
java.lang.Class<D> deltaType)
|
Methods in com.evolveum.midpoint.prism.delta that return ItemDelta | |
---|---|
abstract ItemDelta<V> |
ItemDelta.clone()
|
ItemDelta<?> |
ObjectDelta.findItemDelta(ItemPath propertyPath)
|
ItemDelta<?> |
ContainerDelta.findItemDelta(ItemPath path)
|
ItemDelta<V> |
ItemDelta.narrow(PrismObject<? extends Objectable> object)
Filters out all delta values that are meaningless to apply. |
Methods in com.evolveum.midpoint.prism.delta that return types with arguments of type ItemDelta | ||
---|---|---|
static
|
ReferenceDelta.createModificationAddCollection(java.lang.Class<T> type,
javax.xml.namespace.QName refName,
PrismContext prismContext,
PrismObject<?> refTarget)
|
|
static
|
ReferenceDelta.createModificationAddCollection(java.lang.Class<T> type,
javax.xml.namespace.QName refName,
PrismContext prismContext,
PrismReferenceValue refValue)
|
|
static
|
ReferenceDelta.createModificationAddCollection(java.lang.Class<T> type,
javax.xml.namespace.QName refName,
PrismContext prismContext,
java.lang.String targetOid)
|
|
static java.util.Collection<? extends ItemDelta> |
ReferenceDelta.createModificationAddCollection(javax.xml.namespace.QName propertyName,
PrismObjectDefinition<?> objectDefinition,
PrismReferenceValue refValue)
|
|
static
|
ReferenceDelta.createModificationDeleteCollection(java.lang.Class<T> type,
javax.xml.namespace.QName refName,
PrismContext prismContext,
PrismObject<?> refTarget)
|
|
static
|
ReferenceDelta.createModificationDeleteCollection(java.lang.Class<T> type,
javax.xml.namespace.QName refName,
PrismContext prismContext,
PrismReferenceValue refValue)
|
|
static java.util.Collection<? extends ItemDelta> |
ReferenceDelta.createModificationDeleteCollection(javax.xml.namespace.QName propertyName,
PrismObjectDefinition<?> objectDefinition,
PrismReferenceValue refValue)
|
|
static java.util.Collection<? extends ItemDelta> |
ReferenceDelta.createModificationReplaceCollection(javax.xml.namespace.QName propertyName,
PrismObjectDefinition<?> objectDefinition,
PrismReferenceValue refValue)
Convenience method for quick creation of object deltas that replace a single object property. |
|
static java.util.Collection<? extends ItemDelta> |
PropertyDelta.createModificationReplacePropertyCollection(javax.xml.namespace.QName propertyName,
PrismObjectDefinition<?> objectDefinition,
java.lang.Object... propertyValues)
Convenience method for quick creation of object deltas that replace a single object property. |
|
java.util.Collection<? extends ItemDelta> |
ObjectDelta.getModifications()
|
Methods in com.evolveum.midpoint.prism.delta with parameters of type ItemDelta | ||
---|---|---|
void |
ObjectDelta.addModification(ItemDelta itemDelta)
|
|
void |
ObjectDelta.addModifications(ItemDelta<?>... itemDeltas)
|
|
boolean |
ObjectDelta.containsModification(ItemDelta itemDelta)
|
|
protected void |
ItemDelta.copyValues(ItemDelta<V> clone)
|
|
static
|
ObjectDelta.createModifyDelta(java.lang.String oid,
ItemDelta modification,
java.lang.Class<T> objectTypeClass,
PrismContext prismContext)
|
|
void |
ItemDelta.merge(ItemDelta<V> deltaToMerge)
Merge specified delta to this delta. |
|
void |
ObjectDelta.mergeModification(ItemDelta<?> modificationToMerge)
|
|
void |
ObjectDelta.swallow(ItemDelta<?> newItemDelta)
Incorporates the property delta into the existing property deltas (regardless of the change type). |
|
static
|
ItemDelta.toDeltaSetTriple(Item<T> item,
ItemDelta<T> delta)
|
|
static
|
ItemDelta.toDeltaSetTriple(Item<T> item,
ItemDelta<T> delta,
boolean oldValuesValid,
boolean newValuesValid)
Deprecated. |
Method parameters in com.evolveum.midpoint.prism.delta with type arguments of type ItemDelta | ||
---|---|---|
void |
ObjectDelta.addModifications(java.util.Collection<? extends ItemDelta> itemDeltas)
|
|
static void |
ItemDelta.applyDefinition(java.util.Collection<? extends ItemDelta> deltas,
PrismObjectDefinition definition)
|
|
static void |
ItemDelta.applyTo(java.util.Collection<? extends ItemDelta> deltas,
PrismContainer propertyContainer)
|
|
static void |
ItemDelta.checkConsistence(java.util.Collection<? extends ItemDelta> deltas)
|
|
static void |
ItemDelta.checkConsistence(java.util.Collection<? extends ItemDelta> deltas,
boolean requireDefinition,
boolean prohibitRaw)
|
|
static
|
ObjectDelta.createModifyDelta(java.lang.String oid,
java.util.Collection<? extends ItemDelta> modifications,
java.lang.Class<T> objectTypeClass,
PrismContext prismContext)
|
|
static
|
ItemDelta.findContainerDelta(java.util.Collection<? extends ItemDelta> deltas,
ItemPath propertyPath)
|
|
static
|
ItemDelta.findContainerDelta(java.util.Collection<? extends ItemDelta> deltas,
javax.xml.namespace.QName name)
|
|
static
|
ItemDelta.findItemDelta(java.util.Collection<? extends ItemDelta> deltas,
ItemPath propertyPath,
java.lang.Class<D> deltaType)
|
|
static
|
ItemDelta.findItemDelta(java.util.Collection<? extends ItemDelta> deltas,
javax.xml.namespace.QName itemName,
java.lang.Class<D> deltaType)
|
|
static PropertyDelta |
ItemDelta.findPropertyDelta(java.util.Collection<? extends ItemDelta> deltas,
ItemPath propertyPath)
|
|
static PropertyDelta |
PropertyDelta.findPropertyDelta(java.util.Collection<? extends ItemDelta> modifications,
ItemPath propertyPath)
|
|
static PropertyDelta |
ItemDelta.findPropertyDelta(java.util.Collection<? extends ItemDelta> deltas,
ItemPath parentPath,
javax.xml.namespace.QName propertyName)
|
|
static PropertyDelta |
ItemDelta.findPropertyDelta(java.util.Collection<? extends ItemDelta> deltas,
javax.xml.namespace.QName propertyName)
|
|
static PropertyDelta |
PropertyDelta.findPropertyDelta(java.util.Collection<? extends ItemDelta> modifications,
javax.xml.namespace.QName propertyName)
|
|
static ReferenceDelta |
ItemDelta.findReferenceModification(java.util.Collection<? extends ItemDelta> deltas,
javax.xml.namespace.QName itemName)
|
|
void |
ObjectDelta.mergeModifications(java.util.Collection<? extends ItemDelta> modificationsToMerge)
|
|
static
|
ItemDelta.removeItemDelta(java.util.Collection<? extends ItemDelta> deltas,
ItemPath propertyPath,
java.lang.Class<D> deltaType)
|
Uses of ItemDelta in com.evolveum.midpoint.prism.util |
---|
Method parameters in com.evolveum.midpoint.prism.util with type arguments of type ItemDelta | |
---|---|
static void |
PrismAsserts.assertPropertyAdd(java.util.Collection<? extends ItemDelta> modifications,
ItemPath propertyPath,
java.lang.Object... expectedValues)
|
static void |
PrismAsserts.assertPropertyDelete(java.util.Collection<? extends ItemDelta> modifications,
ItemPath propertyPath,
java.lang.Object... expectedValues)
|
static void |
PrismAsserts.assertPropertyReplace(java.util.Collection<? extends ItemDelta> modifications,
ItemPath propertyPath,
java.lang.Object... expectedValues)
|
Uses of ItemDelta in com.evolveum.midpoint.provisioning.api |
---|
Method parameters in com.evolveum.midpoint.provisioning.api with type arguments of type ItemDelta | ||
---|---|---|
|
ProvisioningService.modifyObject(java.lang.Class<T> type,
java.lang.String oid,
java.util.Collection<? extends ItemDelta> modifications,
ProvisioningScriptsType scripts,
OperationResult parentResult)
Modifies object using relative change description. |
Uses of ItemDelta in com.evolveum.midpoint.provisioning.consistency.api |
---|
Methods in com.evolveum.midpoint.provisioning.consistency.api that return types with arguments of type ItemDelta | ||
---|---|---|
protected
|
ErrorHandler.createAttemptModification(T shadow,
java.util.Collection<ItemDelta> modifications)
|
Method parameters in com.evolveum.midpoint.provisioning.consistency.api with type arguments of type ItemDelta | ||
---|---|---|
protected
|
ErrorHandler.createAttemptModification(T shadow,
java.util.Collection<ItemDelta> modifications)
|
Uses of ItemDelta in com.evolveum.midpoint.provisioning.impl |
---|
Method parameters in com.evolveum.midpoint.provisioning.impl with type arguments of type ItemDelta | ||
---|---|---|
|
ProvisioningServiceImpl.modifyObject(java.lang.Class<T> type,
java.lang.String oid,
java.util.Collection<? extends ItemDelta> modifications,
ProvisioningScriptsType scripts,
OperationResult parentResult)
|
|
java.lang.String |
ShadowCache.modifyShadow(ObjectType objectType,
ResourceType resource,
java.lang.String oid,
java.util.Collection<? extends ItemDelta> modifications,
boolean isReconciled,
ProvisioningScriptsType scripts,
OperationResult parentResult)
|
|
java.util.Set<PropertyModificationOperation> |
ShadowConverter.modifyShadow(ResourceType resource,
ResourceObjectShadowType shadow,
java.util.Collection<Operation> operations,
java.lang.String oid,
java.util.Collection<? extends ItemDelta> objectChanges,
OperationResult parentResult)
|
Uses of ItemDelta in com.evolveum.midpoint.repo.api |
---|
Method parameters in com.evolveum.midpoint.repo.api with type arguments of type ItemDelta | ||
---|---|---|
|
RepositoryService.modifyObject(java.lang.Class<T> type,
java.lang.String oid,
java.util.Collection<? extends ItemDelta> modifications,
OperationResult parentResult)
Modifies object using relative change description. |
Uses of ItemDelta in com.evolveum.midpoint.repo.cache |
---|
Method parameters in com.evolveum.midpoint.repo.cache with type arguments of type ItemDelta | ||
---|---|---|
|
RepositoryCache.modifyObject(java.lang.Class<T> type,
java.lang.String oid,
java.util.Collection<? extends ItemDelta> modifications,
OperationResult parentResult)
|
Uses of ItemDelta in com.evolveum.midpoint.repo.sql |
---|
Method parameters in com.evolveum.midpoint.repo.sql with type arguments of type ItemDelta | ||
---|---|---|
|
SqlRepositoryServiceImpl.modifyObject(java.lang.Class<T> type,
java.lang.String oid,
java.util.Collection<? extends ItemDelta> modifications,
OperationResult result)
|
Uses of ItemDelta in com.evolveum.midpoint.schema |
---|
Methods in com.evolveum.midpoint.schema that return ItemDelta | |
---|---|
static ItemDelta |
DeltaConvertor.createItemDelta(ItemDeltaType propMod,
java.lang.Class<? extends Objectable> objectType,
PrismContext prismContext)
Creates delta from PropertyModificationType (XML). |
static ItemDelta |
DeltaConvertor.createItemDelta(ItemDeltaType propMod,
PrismContainerDefinition pcDef)
|
Methods in com.evolveum.midpoint.schema that return types with arguments of type ItemDelta | ||
---|---|---|
static
|
DeltaConvertor.toModifications(java.util.Collection<ItemDeltaType> itemDeltaTypes,
PrismObjectDefinition<T> objDef)
|
|
static
|
DeltaConvertor.toModifications(ObjectModificationType objectModification,
java.lang.Class<T> type,
PrismContext prismContext)
|
|
static
|
DeltaConvertor.toModifications(ObjectModificationType objectModification,
PrismObjectDefinition<T> objDef)
|
Methods in com.evolveum.midpoint.schema with parameters of type ItemDelta | |
---|---|
static java.util.Collection<ItemDeltaType> |
DeltaConvertor.toPropertyModificationTypes(ItemDelta delta)
Converts this delta to PropertyModificationType (XML). |
Uses of ItemDelta in com.evolveum.midpoint.task.api |
---|
Methods in com.evolveum.midpoint.task.api that return ItemDelta | |
---|---|
ItemDelta<?> |
Task.createExtensionDelta(PrismPropertyDefinition definition,
java.lang.Object realValue)
|
Methods in com.evolveum.midpoint.task.api with parameters of type ItemDelta | |
---|---|
void |
Task.modifyExtension(ItemDelta itemDelta)
|
void |
Task.pushHandlerUri(java.lang.String uri,
ScheduleType schedule,
TaskBinding binding,
ItemDelta<?> delta)
|
Method parameters in com.evolveum.midpoint.task.api with type arguments of type ItemDelta | |
---|---|
void |
TaskManager.modifyTask(java.lang.String oid,
java.util.Collection<? extends ItemDelta> modifications,
OperationResult parentResult)
Deprecated. |
void |
Task.pushHandlerUri(java.lang.String uri,
ScheduleType schedule,
TaskBinding binding,
java.util.Collection<ItemDelta<?>> extensionDeltas)
|
TaskRunResult |
Task.waitForSubtasks(java.lang.Integer interval,
java.util.Collection<ItemDelta<?>> extensionDeltas,
OperationResult parentResult)
|
Uses of ItemDelta in com.evolveum.midpoint.task.quartzimpl |
---|
Methods in com.evolveum.midpoint.task.quartzimpl that return ItemDelta | |
---|---|
ItemDelta<?> |
TaskQuartzImpl.createExtensionDelta(PrismPropertyDefinition definition,
java.lang.Object realValue)
|
Methods in com.evolveum.midpoint.task.quartzimpl with parameters of type ItemDelta | |
---|---|
void |
TaskQuartzImpl.addPendingModification(ItemDelta<?> delta)
|
void |
TaskQuartzImpl.modifyExtension(ItemDelta itemDelta)
|
void |
TaskQuartzImpl.pushHandlerUri(java.lang.String uri,
ScheduleType schedule,
TaskBinding binding,
ItemDelta<?> delta)
|
Method parameters in com.evolveum.midpoint.task.quartzimpl with type arguments of type ItemDelta | |
---|---|
void |
TaskManagerQuartzImpl.modifyTask(java.lang.String oid,
java.util.Collection<? extends ItemDelta> modifications,
OperationResult parentResult)
Deprecated. |
void |
TaskQuartzImpl.pushHandlerUri(java.lang.String uri,
ScheduleType schedule,
TaskBinding binding,
java.util.Collection<ItemDelta<?>> extensionDeltas)
Makes (uri, schedule, binding) the current task properties, and pushes current (uri, schedule, binding, extensionChange) onto the stack. |
TaskRunResult |
TaskQuartzImpl.waitForSubtasks(java.lang.Integer interval,
java.util.Collection<ItemDelta<?>> extensionDeltas,
OperationResult parentResult)
|
Uses of ItemDelta in com.evolveum.midpoint.web.page.admin.users.dto |
---|
Methods in com.evolveum.midpoint.web.page.admin.users.dto that return ItemDelta | |
---|---|
ItemDelta |
SubmitDeltaObjectDto.getItemDelta()
|
Constructors in com.evolveum.midpoint.web.page.admin.users.dto with parameters of type ItemDelta | |
---|---|
SubmitDeltaObjectDto(ItemDelta itemDelta,
boolean secondaryValue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |