Uses of Interface
com.evolveum.midpoint.prism.delta.ObjectDelta
Packages that use ObjectDelta
Package
Description
Package for reusable and stable GUI Wicket Components.
Package that contains base page classes.
GUI API package for various utility classes and interfaces.
Implements gathering and evaluation of inbound mappings: both during clockwork and before it (for correlation purposes).
-
Uses of ObjectDelta in com.evolveum.midpoint.common.crypto
Methods in com.evolveum.midpoint.common.crypto with parameters of type ObjectDeltaModifier and TypeMethodDescriptionstatic <T extends ObjectType>
voidCryptoUtil.checkEncrypted
(ObjectDelta<T> delta) static <T extends ObjectType>
voidCryptoUtil.encryptValues
(Protector protector, ObjectDelta<T> delta) Encrypts all encryptable values in delta. -
Uses of ObjectDelta in com.evolveum.midpoint.gui.api.component
Methods in com.evolveum.midpoint.gui.api.component that return ObjectDeltaModifier and TypeMethodDescriptionprotected ObjectDelta
MemberPopupTabPanel.prepareDelta()
protected ObjectDelta
MultiTypesMemberPopupTabPanel.prepareDelta()
-
Uses of ObjectDelta in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page with parameters of type ObjectDeltaModifier and TypeMethodDescription<O extends ObjectType,
T extends ObjectType>
voidPageBase.authorize
(String operationUrl, AuthorizationPhaseType phase, PrismObject<O> object, ObjectDelta<O> delta, PrismObject<T> target, OperationResult result) <O extends ObjectType,
T extends ObjectType>
booleanPageAdminLTE.isAuthorized
(String operationUrl, AuthorizationPhaseType phase, PrismObject<O> object, ObjectDelta<O> delta, PrismObject<T> target) -
Uses of ObjectDelta in com.evolveum.midpoint.gui.api.prism.wrapper
Methods in com.evolveum.midpoint.gui.api.prism.wrapper that return ObjectDelta -
Uses of ObjectDelta in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return ObjectDeltaModifier and TypeMethodDescriptionstatic <T extends ObjectType>
ObjectDelta<T>WebModelServiceUtils.createActivationAdminStatusDelta
(Class<T> type, String oid, boolean enabled, PrismContext context) Methods in com.evolveum.midpoint.gui.api.util with parameters of type ObjectDeltaModifier and TypeMethodDescriptionstatic void
WebComponentUtil.encryptCredentials
(ObjectDelta delta, boolean encrypt, ModelServiceLocator serviceLocator) static void
WebComponentUtil.encryptCredentials
(ObjectDelta delta, boolean encrypt, MidPointApplication app) static void
WebModelServiceUtils.save
(ObjectDelta delta, ModelExecuteOptions options, OperationResult result, Task task, PageAdminLTE page) static void
WebModelServiceUtils.save
(ObjectDelta delta, OperationResult result, PageAdminLTE page) static void
WebModelServiceUtils.save
(ObjectDelta delta, OperationResult result, Task task, PageAdminLTE page) Method parameters in com.evolveum.midpoint.gui.api.util with type arguments of type ObjectDeltaModifier and TypeMethodDescriptionstatic void
WebModelServiceUtils.save
(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, OperationResult result, Task task, PageAdminLTE page) -
Uses of ObjectDelta in com.evolveum.midpoint.gui.impl.page.admin
Methods in com.evolveum.midpoint.gui.impl.page.admin that return ObjectDeltaMethods in com.evolveum.midpoint.gui.impl.page.admin that return types with arguments of type ObjectDeltaModifier and TypeMethodDescriptionCollection<ObjectDelta<? extends ObjectType>>
ObjectDetailsModels.collectDeltas
(OperationResult result) Collection<ObjectDelta<? extends ObjectType>>
ObjectDetailsModels.collectDeltaWithoutSavedDeltas
(OperationResult result) protected List<ObjectDelta<? extends ObjectType>>
ObjectDetailsModels.getAdditionalModifyDeltas
(OperationResult result) Methods in com.evolveum.midpoint.gui.impl.page.admin with parameters of type ObjectDeltaModifier and TypeMethodDescriptionprotected void
ObjectDetailsModels.prepareObjectDeltaForModify
(ObjectDelta<O> modifyDelta) Method parameters in com.evolveum.midpoint.gui.impl.page.admin with type arguments of type ObjectDeltaModifier and TypeMethodDescriptionprotected Collection<ObjectDeltaOperation<? extends ObjectType>>
AbstractPageObjectDetails.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ExecuteChangeOptionsDto options, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) Collection<ObjectDeltaOperation<? extends ObjectType>>
ObjectChangeExecutor.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) Collection<ObjectDeltaOperation<? extends ObjectType>>
ObjectChangesExecutorImpl.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) Collection<ObjectDeltaOperation<? extends ObjectType>>
ObjectChangesExecutorImpl.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult result) Executes changes on behalf of the parent page.Collection<ObjectDeltaOperation<? extends ObjectType>>
ObjectChangesExecutorImpl.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) Collection<ObjectDeltaOperation<? extends ObjectType>>
ProgressAwareChangesExecutorImpl.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ModelExecuteOptions options, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) Executes changes on behalf of the parent page.Collection<ObjectDeltaOperation<? extends ObjectType>>
ProgressAwareChangesExecutorImpl.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) protected boolean
AbstractPageObjectDetails.noChangesToExecute
(Collection<ObjectDelta<? extends ObjectType>> deltas, ExecuteChangeOptionsDto options) protected Collection<SimpleValidationError>
ObjectDetailsModels.performCustomValidation
(PrismObject<O> object, Collection<ObjectDelta<? extends ObjectType>> deltas) -
Uses of ObjectDelta in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType.inducement
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType.inducement with type arguments of type ObjectDeltaModifier and TypeMethodDescriptionInducedEntitlementsValidator.validateObject
(PrismObject<? extends ObjectType> object, Collection<ObjectDelta<? extends ObjectType>> deltas) -
Uses of ObjectDelta in com.evolveum.midpoint.gui.impl.page.admin.focus
Methods in com.evolveum.midpoint.gui.impl.page.admin.focus that return types with arguments of type ObjectDeltaModifier and TypeMethodDescriptionprotected List<ObjectDelta<? extends ObjectType>>
FocusDetailsModels.getAdditionalModifyDeltas
(OperationResult result) Methods in com.evolveum.midpoint.gui.impl.page.admin.focus with parameters of type ObjectDeltaModifier and TypeMethodDescriptionprotected void
FocusDetailsModels.prepareObjectDeltaForModify
(ObjectDelta<F> focusDelta) Method parameters in com.evolveum.midpoint.gui.impl.page.admin.focus with type arguments of type ObjectDeltaModifier and TypeMethodDescriptionprotected Collection<ObjectDeltaOperation<? extends ObjectType>>
PageFocusDetails.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ExecuteChangeOptionsDto options, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of ObjectDelta in com.evolveum.midpoint.gui.impl.page.admin.role.mining.model
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining.model that return types with arguments of type ObjectDeltaModifier and TypeMethodDescriptionList<ObjectDelta<? extends ObjectType>>
BusinessRoleDto.getObjectDeltas()
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.role.mining.model with type arguments of type ObjectDeltaModifier and TypeMethodDescriptionvoid
BusinessRoleDto.setObjectDeltas
(List<ObjectDelta<? extends ObjectType>> objectDeltas) Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.role.mining.model with type arguments of type ObjectDeltaModifierConstructorDescriptionBusinessRoleDto
(PrismObject<UserType> prismObjectUser, PrismObject<RoleType> prismRoleObject, List<ObjectDelta<? extends ObjectType>> objectDeltas, int assignedCount, int unassignedCount, boolean include) -
Uses of ObjectDelta in com.evolveum.midpoint.gui.impl.page.admin.simulation
Methods in com.evolveum.midpoint.gui.impl.page.admin.simulation with parameters of type ObjectDeltaModifier and TypeMethodDescriptionstatic Visualization
SimulationsGuiUtil.createVisualization
(ObjectDelta<? extends ObjectType> delta, PageBase page) -
Uses of ObjectDelta in com.evolveum.midpoint.gui.impl.page.admin.user
Methods in com.evolveum.midpoint.gui.impl.page.admin.user with parameters of type ObjectDeltaModifier and TypeMethodDescriptionprotected void
PageUser.handleDelegationAssignmentDeltas
(ObjectDelta<UserType> focusDelta, List<AssignmentEditorDto> assignments, PrismContainerDefinition<AssignmentType> def) Method parameters in com.evolveum.midpoint.gui.impl.page.admin.user with type arguments of type ObjectDeltaModifier and TypeMethodDescriptionprotected Collection<ObjectDeltaOperation<? extends ObjectType>>
PageUser.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ExecuteChangeOptionsDto options, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) protected boolean
PageUser.noChangesToExecute
(Collection<ObjectDelta<? extends ObjectType>> deltas, ExecuteChangeOptionsDto options) -
Uses of ObjectDelta in com.evolveum.midpoint.gui.impl.page.login
Methods in com.evolveum.midpoint.gui.impl.page.login that return ObjectDeltaModifier and TypeMethodDescriptionprotected ObjectDelta<UserType>
PageInvitation.prepareUserDelta
(Task task, OperationResult result) protected ObjectDelta<UserType>
PageSelfRegistration.prepareUserDelta
(Task task, OperationResult result) -
Uses of ObjectDelta in com.evolveum.midpoint.gui.impl.page.self.credentials
Method parameters in com.evolveum.midpoint.gui.impl.page.self.credentials with type arguments of type ObjectDeltaModifier and TypeMethodDescriptionprotected void
ChangePasswordPanel.collectDeltas
(Collection<ObjectDelta<? extends ObjectType>> deltas, ProtectedStringType currentPassword, ItemPath valuePath) protected void
PropagatePasswordPanel.collectDeltas
(Collection<ObjectDelta<? extends ObjectType>> deltas, ProtectedStringType currentPassword, ItemPath valuePath) -
Uses of ObjectDelta in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return ObjectDeltaModifier and TypeMethodDescriptionPrismObjectWrapperImpl.getObjectDelta()
ResourceWrapper.getObjectDelta()
-
Uses of ObjectDelta in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return ObjectDeltaModifier and TypeMethodDescriptionObjectTreeDeltas.getFocusChange()
ObjectTreeDeltas.getProjectionChange
(ProjectionContextKey key) Methods in com.evolveum.midpoint.model.api that return types with arguments of type ObjectDeltaModifier and TypeMethodDescriptionList<ObjectDelta<? extends ObjectType>>
ObjectTreeDeltas.getDeltaList()
ObjectTreeDeltas.getProjectionChangeMap()
ObjectTreeDeltas.getProjectionChangeMapEntries()
Methods in com.evolveum.midpoint.model.api with parameters of type ObjectDeltaModifier and TypeMethodDescriptionvoid
ObjectTreeDeltas.addProjectionChange
(ProjectionContextKey key, ObjectDelta<ShadowType> primaryDelta) void
CaseService.completeWorkItem
(@NotNull WorkItemId workItemId, @NotNull AbstractWorkItemOutputType output, @Nullable ObjectDelta<?> additionalDelta, @NotNull Task task, @NotNull OperationResult parentResult) Completes a work item.void
ObjectTreeDeltas.setFocusChange
(ObjectDelta<T> focusChange) @NotNull Visualization
ModelInteractionService.visualizeDelta
(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, boolean includeOriginalObject, Task task, OperationResult result) @NotNull Visualization
ModelInteractionService.visualizeDelta
(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, Task task, OperationResult result) @NotNull Visualization
ModelInteractionService.visualizeDelta
(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, ObjectReferenceType objectRef, Task task, OperationResult result) @NotNull Visualization
ModelInteractionService.visualizeDelta
(ObjectDelta<? extends ObjectType> delta, Task task, OperationResult result) Method parameters in com.evolveum.midpoint.model.api with type arguments of type ObjectDeltaModifier and TypeMethodDescriptiondefault Collection<ObjectDeltaOperation<? extends ObjectType>>
ModelService.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult result) Execute the provided object deltas.Collection<ObjectDeltaOperation<? extends ObjectType>>
ModelService.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, Collection<ProgressListener> listeners, OperationResult parentResult) <F extends ObjectType>
ModelContext<F>ModelInteractionService.previewChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult result) Computes the most likely changes triggered by the provided delta.<F extends ObjectType>
ModelContext<F>ModelInteractionService.previewChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, Collection<ProgressListener> listeners, OperationResult result) ModelInteractionService.visualizeDeltas
(List<ObjectDelta<? extends ObjectType>> deltas, Task task, OperationResult result) Constructors in com.evolveum.midpoint.model.api with parameters of type ObjectDelta -
Uses of ObjectDelta in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return ObjectDeltaModifier and TypeMethodDescriptionObjectDelta<?>
ModelElementContext.getCurrentDelta()
Returns object delta valid for the current clockwork click.ModelProjectionContext.getExecutableDelta()
Returns delta suitable for execution.ModelElementContext.getPrimaryDelta()
ModelElementContext.getSecondaryDelta()
Returns secondary delta for the current clockwork click.ModelElementContext.getSummaryDelta()
Returns object delta comprising both primary delta and (all) secondary deltas, merged together.ModelElementContext.getSummarySecondaryDelta()
Returns all secondary deltas, merged together.ModelProjectionContext.getSyncDelta()
Returns synchronization delta.Methods in com.evolveum.midpoint.model.api.context with parameters of type ObjectDeltaModifier and TypeMethodDescriptionvoid
ModelElementContext.addToPrimaryDelta
(ObjectDelta<O> value) Add a delta to the primary delta.void
ModelElementContext.setPrimaryDelta
(ObjectDelta<O> primaryDelta) Sets the primary delta.void
ModelProjectionContext.setSyncDelta
(ObjectDelta<ShadowType> syncDelta) -
Uses of ObjectDelta in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr with parameters of type ObjectDeltaModifier and TypeMethodDescriptionvoid
MidpointFunctions.executeChanges
(ObjectDelta<? extends ObjectType>... deltas) Execute the provided object deltas.MidpointFunctions.getPlaintextAccountPasswordFromDelta
(ObjectDelta<? extends ShadowType> delta) <T extends ObjectType>
voidMidpointFunctions.modifyObject
(ObjectDelta<T> modifyDelta) <T extends ObjectType>
voidMidpointFunctions.modifyObject
(ObjectDelta<T> modifyDelta, ModelExecuteOptions options) Method parameters in com.evolveum.midpoint.model.api.expr with type arguments of type ObjectDeltaModifier and TypeMethodDescriptionvoid
MidpointFunctions.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas) Execute the provided object deltas.void
MidpointFunctions.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options) Execute the provided object deltas.MidpointFunctions.executeChangesAsynchronously
(Collection<ObjectDelta<?>> deltas, ModelExecuteOptions options, String templateTaskOid) MidpointFunctions.executeChangesAsynchronously
(Collection<ObjectDelta<?>> deltas, ModelExecuteOptions options, String templateTaskOid, Task opTask, OperationResult result) MidpointFunctions.getPlaintextUserPasswordFromDeltas
(List<ObjectDelta<? extends FocusType>> deltas) <F extends ObjectType>
ModelContext<F>MidpointFunctions.previewChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options) <F extends ObjectType>
ModelContext<F>MidpointFunctions.previewChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, OperationResult result) -
Uses of ObjectDelta in com.evolveum.midpoint.model.api.simulation
Methods in com.evolveum.midpoint.model.api.simulation that return ObjectDeltaModifier and TypeMethodDescription@Nullable ObjectDelta<O>
ProcessedObject.getDelta()
Returns the operation that is to be executed. -
Uses of ObjectDelta in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util that return ObjectDeltaModifier and TypeMethodDescriptionMergeDeltas.getLeftLinkDelta()
MergeDeltas.getLeftObjectDelta()
MergeDeltas.getRightLinkDelta()
Constructors in com.evolveum.midpoint.model.api.util with parameters of type ObjectDeltaModifierConstructorDescriptionMergeDeltas
(ObjectDelta<O> leftObjectDelta, ObjectDelta<O> leftLinkDelta, ObjectDelta<O> rightLinkDelta) -
Uses of ObjectDelta in com.evolveum.midpoint.model.api.visualizer
Methods in com.evolveum.midpoint.model.api.visualizer that return ObjectDeltaModifier and TypeMethodDescriptionObjectDelta<?>
Visualization.getSourceDelta()
Source object delta where more details can be found. -
Uses of ObjectDelta in com.evolveum.midpoint.model.impl
Methods in com.evolveum.midpoint.model.impl that return ObjectDeltaModifier and TypeMethodDescription@Nullable ObjectDelta<ShadowType>
ResourceObjectProcessingContext.getResourceObjectDelta()
ResourceObjectProcessingContextImpl.getResourceObjectDelta()
Methods in com.evolveum.midpoint.model.impl with parameters of type ObjectDeltaModifier and TypeMethodDescriptionResourceObjectProcessingContextImpl.ResourceObjectProcessingContextBuilder.withResourceObjectDelta
(ObjectDelta<ShadowType> resourceObjectDelta) -
Uses of ObjectDelta in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller with parameters of type ObjectDeltaModifier and TypeMethodDescriptionvoid
ModelController.completeWorkItem
(@NotNull WorkItemId workItemId, @NotNull AbstractWorkItemOutputType output, @Nullable ObjectDelta<?> additionalDelta, @NotNull Task task, @NotNull OperationResult parentResult) @NotNull Visualization
ModelInteractionServiceImpl.visualizeDelta
(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, boolean includeOriginalObject, Task task, OperationResult result) @NotNull Visualization
ModelInteractionServiceImpl.visualizeDelta
(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, Task task, OperationResult result) @NotNull Visualization
ModelInteractionServiceImpl.visualizeDelta
(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, ObjectReferenceType objectRef, Task task, OperationResult result) @NotNull Visualization
ModelInteractionServiceImpl.visualizeDelta
(ObjectDelta<? extends ObjectType> delta, Task task, OperationResult result) Method parameters in com.evolveum.midpoint.model.impl.controller with type arguments of type ObjectDeltaModifier and TypeMethodDescriptionCollection<ObjectDeltaOperation<? extends ObjectType>>
ModelController.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, Collection<ProgressListener> statusListeners, OperationResult parentResult) <F extends ObjectType>
ModelContext<F>ModelInteractionServiceImpl.previewChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult parentResult) <F extends ObjectType>
ModelContext<F>ModelInteractionServiceImpl.previewChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, Collection<ProgressListener> listeners, OperationResult parentResult) ModelInteractionServiceImpl.visualizeDeltas
(List<ObjectDelta<? extends ObjectType>> deltas, Task task, OperationResult result) -
Uses of ObjectDelta in com.evolveum.midpoint.model.impl.expr
Methods in com.evolveum.midpoint.model.impl.expr with parameters of type ObjectDeltaModifier and TypeMethodDescriptionfinal void
MidpointFunctionsImpl.executeChanges
(ObjectDelta<? extends ObjectType>... deltas) MidpointFunctionsImpl.getPlaintextAccountPasswordFromDelta
(ObjectDelta<? extends ShadowType> delta) <T extends ObjectType>
voidMidpointFunctionsImpl.modifyObject
(ObjectDelta<T> modifyDelta) <T extends ObjectType>
voidMidpointFunctionsImpl.modifyObject
(ObjectDelta<T> modifyDelta, ModelExecuteOptions options) Method parameters in com.evolveum.midpoint.model.impl.expr with type arguments of type ObjectDeltaModifier and TypeMethodDescriptionvoid
MidpointFunctionsImpl.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas) void
MidpointFunctionsImpl.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options) MidpointFunctionsImpl.executeChangesAsynchronously
(Collection<ObjectDelta<?>> deltas, ModelExecuteOptions options, String templateTaskOid) MidpointFunctionsImpl.executeChangesAsynchronously
(Collection<ObjectDelta<?>> deltas, ModelExecuteOptions options, String templateTaskOid, Task opTask, OperationResult result) MidpointFunctionsImpl.getPlaintextUserPasswordFromDeltas
(List<ObjectDelta<? extends FocusType>> objectDeltas) <F extends ObjectType>
ModelContext<F>MidpointFunctionsImpl.previewChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options) <F extends ObjectType>
ModelContext<F>MidpointFunctionsImpl.previewChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, OperationResult result) -
Uses of ObjectDelta in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return ObjectDeltaModifier and TypeMethodDescriptionstatic <F extends ObjectType,
T>
ObjectDelta<ShadowType>LensUtil.findAPrioriDelta
(LensContext<F> context, LensProjectionContext projCtx) Extracts the delta from this projection context and also from all other projection contexts that have equivalent discriminator.LensElementContext.getCurrentDelta()
LensProjectionContext.getExecutableDelta()
LensElementContext.getPrimaryDelta()
LensElementContext.getSecondaryDelta()
@Nullable ObjectDelta<O>
RememberedElementState.getSecondaryDelta()
LensElementContext.getSummaryDelta()
LensElementContext.getSummaryExecutedDelta()
LensFocusContext.getSummarySecondaryDelta()
LensProjectionContext.getSummarySecondaryDelta()
LensProjectionContext.getSyncDelta()
Methods in com.evolveum.midpoint.model.impl.lens that return types with arguments of type ObjectDeltaModifier and TypeMethodDescriptionCollection<ObjectDelta<? extends ObjectType>>
LensContext.getPrimaryChanges()
@NotNull Iterator<ObjectDelta<O>>
ObjectDeltaWaves.iterator()
Methods in com.evolveum.midpoint.model.impl.lens with parameters of type ObjectDeltaModifier and TypeMethodDescriptionvoid
ObjectDeltaWaves.add
(int wave, ObjectDelta<O> delta) void
LensProjectionContext.addAccountSyncDelta
(ObjectDelta<ShadowType> delta) void
LensElementContext.addToPrimaryDelta
(ObjectDelta<O> delta) Adds (merges) a delta into primary delta.<T extends ObjectType,
F extends ObjectType, AH extends AssignmentHolderType>
voidOperationalDataManager.applyMetadataModify
(ObjectDelta<T> objectDelta, Class<T> objectTypeClass, LensElementContext<T> elementContext, XMLGregorianCalendar now, Task task, LensContext<F> context) static <F extends ObjectType>
LensObjectDeltaOperation<F>LensUtil.createObjectDeltaOperation
(ObjectDelta<F> focusDelta, OperationResult result, LensElementContext<F> focusContext, LensProjectionContext projCtx) static <T extends ObjectType>
LensObjectDeltaOperation<T>LensUtil.createObjectDeltaOperation
(ObjectDelta<T> objectDelta, OperationResult result, LensElementContext<T> objectContext, LensProjectionContext projCtx, ResourceType resource) static <AH extends AssignmentHolderType>
ItemDeltaLensUtil.getAprioriItemDelta
(ObjectDelta<AH> focusDelta, ItemPath itemPath) void
LensElementContext.initializeElementState
(String oid, PrismObject<O> objectOld, PrismObject<O> objectCurrent, ObjectDelta<O> primaryDelta) Initializes the state of the element: sets old/current state and primary delta, clears the secondary delta.void
LensElementContext.DeltaModifier.modify
(ObjectDelta<O> delta) void
LensElementContext.resolveTemporaryContainerIds
(ObjectDelta<O> objectDelta) static <O extends ObjectType>
voidLensUtil.setDeltaOldValue
(LensElementContext<O> ctx, ObjectDelta<O> objectDelta) void
LensElementContext.setPrimaryDelta
(ObjectDelta<O> primaryDelta) Assumes clockwork was not started.void
LensElementContext.setPrimaryDeltaAfterStart
(ObjectDelta<O> primaryDelta) Sets the primary delta.void
LensProjectionContext.setSyncDelta
(ObjectDelta<ShadowType> syncDelta) void
LensElementContext.simulateDeltaExecution
(@NotNull ObjectDelta<O> delta) Updates the state to reflect that a delta was "executed" in simulation mode.void
LensProjectionContext.simulateDeltaExecution
(@NotNull ObjectDelta<ShadowType> delta) Method parameters in com.evolveum.midpoint.model.impl.lens with type arguments of type ObjectDeltaModifier and TypeMethodDescription<F extends ObjectType>
LensContext<F>ContextFactory.createContext
(@NotNull Collection<ObjectDelta<? extends ObjectType>> deltas, @Nullable ModelExecuteOptions options, @NotNull Task task, @NotNull OperationResult result) Creates aLensContext
from a set of deltas (to be executed or previewed).void
LensElementContext.forEachDelta
(Consumer<ObjectDelta<O>> consumer) void
LensProjectionContext.forEachDelta
(Consumer<ObjectDelta<ShadowType>> consumer) Constructors in com.evolveum.midpoint.model.impl.lens with parameters of type ObjectDeltaModifierConstructorDescriptionLensObjectDeltaOperation
(ObjectDelta<T> objectDelta) RememberedElementState
(@Nullable ObjectDelta<O> secondaryDelta) -
Uses of ObjectDelta in com.evolveum.midpoint.model.impl.lens.indexing
Methods in com.evolveum.midpoint.model.impl.lens.indexing with parameters of type ObjectDeltaModifier and TypeMethodDescription<O extends ObjectType>
voidIndexingManager.updateIndexDataOnElementModify
(O current, @NotNull ObjectDelta<O> delta, @NotNull Class<O> objectClass, @NotNull LensElementContext<O> elementContext, @NotNull Task task, @NotNull OperationResult result) Updates normalized (indexed) identity data on focus modification (by adding necessary changes to the `delta` parameter.) -
Uses of ObjectDelta in com.evolveum.midpoint.model.impl.lens.projector.credentials
Methods in com.evolveum.midpoint.model.impl.lens.projector.credentials that return ObjectDeltaModifier and TypeMethodDescription<O extends ObjectType>
ObjectDelta<O>CredentialsProcessor.transformFocusExecutionDelta
(LensContext<O> context, ObjectDelta<O> focusDelta) Called from ChangeExecutor.Methods in com.evolveum.midpoint.model.impl.lens.projector.credentials with parameters of type ObjectDeltaModifier and TypeMethodDescription<O extends ObjectType>
ObjectDelta<O>CredentialsProcessor.transformFocusExecutionDelta
(LensContext<O> context, ObjectDelta<O> focusDelta) Called from ChangeExecutor. -
Uses of ObjectDelta in com.evolveum.midpoint.model.impl.lens.projector.focus
Methods in com.evolveum.midpoint.model.impl.lens.projector.focus with parameters of type ObjectDeltaModifier and TypeMethodDescriptionstatic <F extends AssignmentHolderType,
T extends AssignmentHolderType>
TemplateMappingsEvaluation<F,T> TemplateMappingsEvaluation.createForPersonaTemplate
(ModelBeans beans, LensContext<F> context, ObjectDeltaObject<F> focusOdoAbsolute, ObjectTemplateType template, @NotNull PrismObject<T> targetObject, ObjectDelta<T> targetAPrioriDelta, String contextDescription, XMLGregorianCalendar now, Task task, OperationResult result) -
Uses of ObjectDelta in com.evolveum.midpoint.model.impl.lens.projector.focus.consolidation
Constructors in com.evolveum.midpoint.model.impl.lens.projector.focus.consolidation with parameters of type ObjectDeltaModifierConstructorDescriptionDeltaSetTripleMapConsolidation
(PathKeyedMap<DeltaSetTriple<ItemValueWithOrigin<?, ?>>> outputTripleMap, PrismObject<T> targetObject, ObjectDelta<T> targetAPrioriDelta, Function<ItemPath, Boolean> itemDeltaExistsProvider, Boolean addUnchangedValuesOverride, Consumer<IvwoConsolidatorBuilder> consolidatorCustomizer, DeltaSetTripleMapConsolidation.ItemDefinitionProvider itemDefinitionProvider, MappingEvaluationEnvironment env, ModelBeans beans, @Nullable LensContext<?> lensContext, OperationResult parentResult) -
Uses of ObjectDelta in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds
Methods in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds that return ObjectDeltaModifier and TypeMethodDescriptionprotected @Nullable ObjectDelta<F>
ClockworkInboundsProcessing.getFocusAPrioriDelta()
protected @Nullable ObjectDelta<F>
PreInboundsProcessing.getFocusAPrioriDelta()
@Nullable ObjectDelta<ShadowType>
PreInboundsContext.getResourceObjectDelta()
@Nullable ObjectDelta<ShadowType>
SimplePreInboundsContextImpl.getResourceObjectDelta()
-
Uses of ObjectDelta in com.evolveum.midpoint.model.impl.lens.projector.mappings
Methods in com.evolveum.midpoint.model.impl.lens.projector.mappings that return ObjectDeltaMethods in com.evolveum.midpoint.model.impl.lens.projector.mappings with parameters of type ObjectDeltaModifier and TypeMethodDescriptionvoid
MappingEvaluatorParams.setAPrioriTargetDelta
(ObjectDelta<T> aPrioriTargetDelta) -
Uses of ObjectDelta in com.evolveum.midpoint.model.impl.lens.tasks
Methods in com.evolveum.midpoint.model.impl.lens.tasks with parameters of type ObjectDeltaModifier and TypeMethodDescription<O extends ObjectType>
voidTaskOperationalDataManager.updateOnElementModify
(O current, @NotNull ObjectDelta<O> delta, @NotNull Class<O> objectClass, @NotNull LensElementContext<O> elementContext, OperationResult result) Updates "affected objects" data on task modification (by adding necessary changes to the `delta` parameter.) -
Uses of ObjectDelta in com.evolveum.midpoint.model.impl.scripting.actions
Methods in com.evolveum.midpoint.model.impl.scripting.actions that return ObjectDeltaModifier and TypeMethodDescriptionprotected ObjectDelta<? extends ObjectType>
AssignExecutor.createDelta
(AssignmentHolderType object, PipelineItem item, AssignExecutor.AssignParameters parameters, ExecutionContext context, OperationResult result) protected ObjectDelta<? extends ObjectType>
UnassignExecutor.createDelta
(AssignmentHolderType object, PipelineItem item, UnassignExecutor.UnassignParameters parameters, ExecutionContext context, OperationResult result) -
Uses of ObjectDelta in com.evolveum.midpoint.model.impl.scripting.helpers
Methods in com.evolveum.midpoint.model.impl.scripting.helpers with parameters of type ObjectDeltaModifier and TypeMethodDescriptionCollection<ObjectDeltaOperation<? extends ObjectType>>
OperationsHelper.applyDelta
(ObjectDelta<? extends ObjectType> delta, ModelExecuteOptions options, boolean dryRun, ExecutionContext context, OperationResult result) Collection<ObjectDeltaOperation<? extends ObjectType>>
OperationsHelper.applyDelta
(ObjectDelta delta, ModelExecuteOptions options, ExecutionContext context, OperationResult result) Collection<ObjectDeltaOperation<? extends ObjectType>>
OperationsHelper.applyDelta
(ObjectDelta delta, ExecutionContext context, OperationResult result) -
Uses of ObjectDelta in com.evolveum.midpoint.model.impl.simulation
Methods in com.evolveum.midpoint.model.impl.simulation that return ObjectDeltaMethods in com.evolveum.midpoint.model.impl.simulation with parameters of type ObjectDeltaModifier and TypeMethodDescriptionstatic <E extends ObjectType>
SingleDeltaSimulationDataImpl<E>SingleDeltaSimulationDataImpl.of
(@NotNull LensElementContext<E> elementContext, @NotNull ObjectDelta<E> simulationDelta) -
Uses of ObjectDelta in com.evolveum.midpoint.model.impl.sync
Methods in com.evolveum.midpoint.model.impl.sync that return ObjectDeltaModifier and TypeMethodDescription@Nullable ObjectDelta<ShadowType>
SynchronizationContext.getResourceObjectDelta()
-
Uses of ObjectDelta in com.evolveum.midpoint.model.impl.util
Methods in com.evolveum.midpoint.model.impl.util with parameters of type ObjectDeltaModifier and TypeMethodDescriptionstatic <O extends ObjectType>
StringModelImplUtils.getOperationUrlFromDelta
(ObjectDelta<O> delta) static <T extends ObjectType>
voidModelImplUtils.resolveReferences
(ObjectDelta<T> objectDelta, RepositoryService repository, boolean enforceReferentialIntegrity, boolean forceFilterReevaluation, EvaluationTimeType resolutionTime, boolean throwExceptionOnFailure, OperationResult result) Resolves references contained in ADD and REPLACE value sets for item modifications in a given ObjectDelta.Method parameters in com.evolveum.midpoint.model.impl.util with type arguments of type ObjectDeltaModifier and TypeMethodDescriptionstatic PrismReferenceValue
ModelImplUtils.determineAuditTarget
(Collection<ObjectDelta<? extends ObjectType>> deltas) static void
ModelImplUtils.encrypt
(Collection<ObjectDelta<? extends ObjectType>> deltas, Protector protector, ModelExecuteOptions options, OperationResult result) -
Uses of ObjectDelta in com.evolveum.midpoint.model.impl.visualizer
Methods in com.evolveum.midpoint.model.impl.visualizer with parameters of type ObjectDeltaModifier and TypeMethodDescription<O extends ObjectType>
voidResolver.resolve
(ObjectDelta<O> objectDelta, boolean includeOriginalObject, Task task, OperationResult result) @NotNull VisualizationImpl
Visualizer.visualizeDelta
(@NotNull ObjectDelta<? extends ObjectType> objectDelta, Task task, OperationResult parentResult) @NotNull VisualizationImpl
Visualizer.visualizeDelta
(@NotNull ObjectDelta<? extends ObjectType> objectDelta, ObjectReferenceType objectRef, boolean includeOperationalItems, boolean includeOriginalObject, Task task, OperationResult parentResult) @NotNull VisualizationImpl
Visualizer.visualizeDelta
(@NotNull ObjectDelta<? extends ObjectType> objectDelta, ObjectReferenceType objectRef, Task task, OperationResult parentResult) Method parameters in com.evolveum.midpoint.model.impl.visualizer with type arguments of type ObjectDeltaModifier and TypeMethodDescriptionvoid
Resolver.resolve
(List<ObjectDelta<? extends ObjectType>> deltas, Task task, OperationResult result) Visualizer.visualizeDeltas
(@NotNull List<ObjectDelta<? extends ObjectType>> deltas, Task task, OperationResult parentResult) -
Uses of ObjectDelta in com.evolveum.midpoint.model.impl.visualizer.output
Methods in com.evolveum.midpoint.model.impl.visualizer.output that return ObjectDeltaMethods in com.evolveum.midpoint.model.impl.visualizer.output with parameters of type ObjectDeltaModifier and TypeMethodDescriptionvoid
VisualizationImpl.setSourceDelta
(ObjectDelta<?> sourceDelta) -
Uses of ObjectDelta in com.evolveum.midpoint.notifications.api.events
Methods in com.evolveum.midpoint.notifications.api.events that return ObjectDeltaModifier and TypeMethodDescriptionObjectDelta<?>
ModelEvent.getFocusPrimaryDelta()
ObjectDelta<?>
ModelEvent.getFocusSecondaryDelta()
ObjectDelta<?>
ModelEvent.getFocusSummaryDelta()
ResourceObjectEvent.getShadowDelta()
ObjectDelta<? extends AssignmentHolderType>
ModelEvent.getSummarizedFocusDeltas()
Methods in com.evolveum.midpoint.notifications.api.events that return types with arguments of type ObjectDelta -
Uses of ObjectDelta in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return ObjectDeltaModifier and TypeMethodDescriptionPrismObject.createAddDelta()
PrismObject.createDeleteDelta()
PrismObject.createDelta
(ChangeType changeType) PrismObject.createModifyDelta()
@NotNull ObjectDelta<O>
PrismObject.diff
(PrismObject<O> other) @NotNull ObjectDelta<O>
PrismObject.diff
(PrismObject<O> other, ParameterizedEquivalenceStrategy strategy) Methods in com.evolveum.midpoint.prism with parameters of type ObjectDeltaModifier and TypeMethodDescription<T extends Objectable>
voidPrismContext.adopt
(ObjectDelta<T> delta) -
Uses of ObjectDelta in com.evolveum.midpoint.prism.delta
Fields in com.evolveum.midpoint.prism.delta declared as ObjectDeltaModifier and TypeFieldDescriptionfinal ObjectDelta<T>
ObjectDelta.FactorOutResultSingle.offspring
final ObjectDelta<T>
ObjectDelta.FactorOutResultMulti.remainder
final ObjectDelta<T>
ObjectDelta.FactorOutResultSingle.remainder
Fields in com.evolveum.midpoint.prism.delta with type parameters of type ObjectDeltaModifier and TypeFieldDescriptionfinal List<ObjectDelta<T>>
ObjectDelta.FactorOutResultMulti.offsprings
Methods in com.evolveum.midpoint.prism.delta that return ObjectDeltaModifier and TypeMethodDescriptionObjectDelta.clone()
Deep clone.<O extends Objectable>
ObjectDelta<O>DeltaFactory.Object.create
(Class<O> type, ChangeType changeType) static <O extends Objectable>
ObjectDelta<O>DeltaFactory.Object.createAddDelta
(PrismObject<O> objectToAdd) <O extends Objectable>
ObjectDelta<O>DeltaFactory.Object.createDeleteDelta
(Class<O> type, String oid) <O extends Objectable>
ObjectDelta<O>DeltaFactory.Object.createEmptyAddDelta
(Class<O> type, String oid) <O extends Objectable>
ObjectDelta<O>DeltaFactory.Object.createEmptyDeleteDelta
(Class<O> type, String oid) <O extends Objectable>
ObjectDelta<O>DeltaFactory.Object.createEmptyDelta
(Class<O> type, String oid, ChangeType changeType) <O extends Objectable>
ObjectDelta<O>DeltaFactory.Object.createEmptyModifyDelta
(Class<O> type, String oid) <O extends Objectable,
C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationAddContainer
(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <O extends Objectable,
C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationAddContainer
(Class<O> type, String oid, ItemPath propertyPath, PrismContainerValue<C>... containerValues) <O extends Objectable,
X>
ObjectDelta<O>DeltaFactory.Object.createModificationAddProperty
(Class<O> type, String oid, ItemPath propertyPath, X... propertyValues) <O extends Objectable>
ObjectDelta<O>DeltaFactory.Object.createModificationAddReference
(Class<O> type, String oid, QName propertyName, PrismObject<?>... referenceObjects) <O extends Objectable>
ObjectDelta<O>DeltaFactory.Object.createModificationAddReference
(Class<O> type, String oid, QName propertyName, PrismReferenceValue... referenceValues) <O extends Objectable>
ObjectDelta<O>DeltaFactory.Object.createModificationAddReference
(Class<O> type, String oid, QName propertyName, String... targetOids) <O extends Objectable,
C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationDeleteContainer
(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <O extends Objectable,
C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationDeleteContainer
(Class<O> type, String oid, ItemPath containerPath, PrismContainerValue<C>... containerValues) <O extends Objectable,
X>
ObjectDelta<O>DeltaFactory.Object.createModificationDeleteProperty
(Class<O> type, String oid, ItemPath propertyPath, X... propertyValues) <O extends Objectable>
ObjectDelta<O>DeltaFactory.Object.createModificationDeleteReference
(Class<O> type, String oid, QName propertyName, PrismReferenceValue... referenceValues) <O extends Objectable>
ObjectDelta<O>DeltaFactory.Object.createModificationDeleteReference
(Class<O> type, String oid, QName propertyName, String... targetOids) <O extends Objectable,
C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationReplaceContainer
(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <O extends Objectable,
C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationReplaceContainer
(Class<O> type, String oid, ItemPath containerPath, PrismContainerValue<C>... containerValues) <O extends Objectable,
X>
ObjectDelta<O>DeltaFactory.Object.createModificationReplaceProperty
(Class<O> type, String oid, ItemPath propertyPath, X... propertyValues) <O extends Objectable>
ObjectDelta<O>DeltaFactory.Object.createModificationReplaceReference
(Class<O> type, String oid, ItemPath refPath, PrismReferenceValue... refValues) <T extends Objectable>
ObjectDelta<T>DeltaFactory.Object.createModifyDelta
(String oid, ItemDelta modification, Class<T> objectTypeClass) <T extends Objectable>
ObjectDelta<T>DeltaFactory.Object.createModifyDelta
(String oid, Collection<? extends ItemDelta> modifications, Class<T> objectTypeClass) ObjectDelta.createReverseDelta()
static <T extends Objectable>
ObjectDelta<T>DiffUtil.diff
(PrismObject<T> oldObject, PrismObject<T> newObject) static <T extends Objectable>
ObjectDelta<T>DiffUtil.diff
(File oldXmlFile, File newXmlFile, Class<T> type, PrismContext prismContext) static <T extends Objectable>
ObjectDelta<T>DiffUtil.diff
(String oldXml, String newXml, Class<T> type, PrismContext prismContext) static <T extends Objectable>
ObjectDelta<T>DiffUtil.diff
(T oldObjectType, T newObjectType) ObjectDelta.narrow
(PrismObject<O> existingObject, @NotNull ParameterizedEquivalenceStrategy plusStrategy, @NotNull ParameterizedEquivalenceStrategy minusStrategy, boolean assumeMissingItems) ObjectDelta.subtract
(@NotNull Collection<ItemPath> paths) Returns modifications that are related to the given paths; removes them from the original delta.static <T extends Objectable>
ObjectDelta<T>ObjectDeltaCollectionsUtil.summarize
(ObjectDelta<T>... deltas) Returns a delta that is a "sum" of all the deltas in the collection.static <T extends Objectable>
ObjectDelta<T>ObjectDeltaCollectionsUtil.summarize
(List<ObjectDelta<T>> deltas) Returns a delta that is a "sum" of all the deltas in the collection.static <T extends Objectable>
ObjectDelta<T>ObjectDeltaCollectionsUtil.union
(ObjectDelta<T>... deltas) Union of several object deltas.Methods in com.evolveum.midpoint.prism.delta with parameters of type ObjectDeltaModifier and TypeMethodDescriptionboolean
ObjectDelta.equivalent
(ObjectDelta other) static boolean
ObjectDelta.isAdd
(ObjectDelta<?> objectDelta) static boolean
ObjectDelta.isDelete
(ObjectDelta<?> objectDelta) static boolean
ObjectDelta.isEmpty
(ObjectDelta delta) static boolean
ObjectDelta.isModify
(ObjectDelta<?> objectDelta) void
ObjectDelta.merge
(ObjectDelta<O> deltaToMerge) Merge provided delta into this delta.static <T extends Objectable>
ObjectDelta<T>ObjectDeltaCollectionsUtil.summarize
(ObjectDelta<T>... deltas) Returns a delta that is a "sum" of all the deltas in the collection.static <O extends Objectable>
PrismValueDeltaSetTriple<PrismObjectValue<O>>ItemDeltaUtil.toDeltaSetTriple
(PrismObject<O> objectOld, ObjectDelta<O> delta) TheItemDeltaUtil.toDeltaSetTriple(Item, ItemDelta)
for whole objects.static <T extends Objectable>
ObjectDelta<T>ObjectDeltaCollectionsUtil.union
(ObjectDelta<T>... deltas) Union of several object deltas.Method parameters in com.evolveum.midpoint.prism.delta with type arguments of type ObjectDeltaModifier and TypeMethodDescriptionstatic void
ObjectDeltaCollectionsUtil.checkConsistence
(Collection<? extends ObjectDelta<?>> deltas) static <T extends Objectable>
ObjectDelta<T>ObjectDeltaCollectionsUtil.summarize
(List<ObjectDelta<T>> deltas) Returns a delta that is a "sum" of all the deltas in the collection.Constructors in com.evolveum.midpoint.prism.delta with parameters of type ObjectDeltaModifierConstructorDescriptionFactorOutResultMulti
(ObjectDelta<T> remainder) FactorOutResultSingle
(ObjectDelta<T> remainder, ObjectDelta<T> offspring) -
Uses of ObjectDelta in com.evolveum.midpoint.prism.delta.builder
Methods in com.evolveum.midpoint.prism.delta.builder that return ObjectDeltaModifier and TypeMethodDescription<O extends Objectable>
ObjectDelta<O>S_ItemEntry.asObjectDelta
(String oid) default <X extends Objectable>
ObjectDelta<X>S_ItemEntry.asObjectDeltaCast
(String oid) Deprecated.Methods in com.evolveum.midpoint.prism.delta.builder that return types with arguments of type ObjectDelta -
Uses of ObjectDelta in com.evolveum.midpoint.prism.impl
Methods in com.evolveum.midpoint.prism.impl that return ObjectDeltaModifier and TypeMethodDescriptionPrismObjectImpl.createAddDelta()
PrismObjectImpl.createDeleteDelta()
PrismObjectImpl.createDelta
(ChangeType changeType) PrismObjectImpl.createModifyDelta()
@NotNull ObjectDelta<O>
PrismObjectImpl.diff
(PrismObject<O> other) @NotNull ObjectDelta<O>
PrismObjectImpl.diff
(PrismObject<O> other, ParameterizedEquivalenceStrategy strategy) Methods in com.evolveum.midpoint.prism.impl with parameters of type ObjectDeltaModifier and TypeMethodDescription<T extends Objectable>
voidPrismContextImpl.adopt
(ObjectDelta<T> delta) -
Uses of ObjectDelta in com.evolveum.midpoint.prism.impl.delta
Classes in com.evolveum.midpoint.prism.impl.delta that implement ObjectDeltaMethods in com.evolveum.midpoint.prism.impl.delta that return ObjectDeltaModifier and TypeMethodDescription<O extends Objectable>
ObjectDelta<O>ObjectDeltaFactoryImpl.create
(Class<O> type, ChangeType changeType) <O extends Objectable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createDeleteDelta
(Class<O> type, String oid) <O extends Objectable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createEmptyAddDelta
(Class<O> type, String oid) <O extends Objectable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createEmptyDeleteDelta
(Class<O> type, String oid) <O extends Objectable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createEmptyDelta
(Class<O> type, String oid, ChangeType changeType) <O extends Objectable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createEmptyModifyDelta
(Class<O> type, String oid) <O extends Objectable,
C extends Containerable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationAddContainer
(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <O extends Objectable,
C extends Containerable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationAddContainer
(Class<O> type, String oid, ItemPath propertyPath, PrismContainerValue<C>... containerValues) <O extends Objectable,
X>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationAddProperty
(Class<O> type, String oid, ItemPath propertyPath, X... propertyValues) <O extends Objectable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationAddReference
(Class<O> type, String oid, QName propertyName, PrismObject<?>... referenceObjects) Convenience method for quick creation of object deltas that replace a single object property.<O extends Objectable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationAddReference
(Class<O> type, String oid, QName propertyName, PrismReferenceValue... referenceValues) Convenience method for quick creation of object deltas that replace a single object property.<O extends Objectable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationAddReference
(Class<O> type, String oid, QName propertyName, String... targetOids) <O extends Objectable,
C extends Containerable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationDeleteContainer
(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <O extends Objectable,
C extends Containerable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationDeleteContainer
(Class<O> type, String oid, ItemPath containerPath, PrismContainerValue<C>... containerValues) <O extends Objectable,
X>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationDeleteProperty
(Class<O> type, String oid, ItemPath propertyPath, X... propertyValues) <O extends Objectable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationDeleteReference
(Class<O> type, String oid, QName propertyName, PrismReferenceValue... referenceValues) Convenience method for quick creation of object deltas that replace a single object property.<O extends Objectable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationDeleteReference
(Class<O> type, String oid, QName propertyName, String... targetOids) <O extends Objectable,
C extends Containerable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationReplaceContainer
(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <O extends Objectable,
C extends Containerable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationReplaceContainer
(Class<O> type, String oid, ItemPath containerPath, PrismContainerValue<C>... containerValues) <O extends Objectable,
X>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationReplaceProperty
(Class<O> type, String oid, ItemPath propertyPath, X... propertyValues) Convenience method for quick creation of object deltas that replace a single object property.<O extends Objectable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationReplaceReference
(Class<O> type, String oid, ItemPath refPath, PrismReferenceValue... refValues) Convenience method for quick creation of object deltas that replace a single object reference.<T extends Objectable>
ObjectDelta<T>ObjectDeltaFactoryImpl.createModifyDelta
(String oid, ItemDelta modification, Class<T> objectTypeClass) <T extends Objectable>
ObjectDelta<T>ObjectDeltaFactoryImpl.createModifyDelta
(String oid, Collection<? extends ItemDelta> modifications, Class<T> objectTypeClass) Methods in com.evolveum.midpoint.prism.impl.delta with parameters of type ObjectDeltaModifier and TypeMethodDescriptionboolean
ObjectDeltaImpl.equivalent
(ObjectDelta o) static <O extends Objectable,
C extends Containerable>
voidObjectDeltaFactoryImpl.fillInModificationAddContainer
(ObjectDelta<O> objectDelta, ItemPath propertyPath, PrismContainerValue<C>... containerValues) static <O extends Objectable>
voidObjectDeltaFactoryImpl.fillInModificationAddReference
(ObjectDelta<O> objectDelta, ItemPath refPath, PrismReferenceValue... refValues) static <O extends Objectable,
C extends Containerable>
voidObjectDeltaFactoryImpl.fillInModificationDeleteContainer
(ObjectDelta<O> objectDelta, ItemPath propertyPath, PrismContainerValue<C>... containerValues) static <O extends Objectable,
X>
voidObjectDeltaFactoryImpl.fillInModificationDeleteProperty
(ObjectDelta<O> objectDelta, ItemPath propertyPath, X... propertyValues) static <O extends Objectable,
X>
PropertyDelta<X>ObjectDeltaFactoryImpl.fillInModificationReplaceProperty
(ObjectDelta<O> objectDelta, ItemPath propertyPath, X... propertyValues) static <O extends Objectable>
voidObjectDeltaFactoryImpl.fillInModificationReplaceReference
(ObjectDelta<O> objectDelta, ItemPath refPath, PrismReferenceValue... refValues) void
ObjectDeltaImpl.merge
(ObjectDelta<O> deltaToMerge) Merge provided delta into this delta. -
Uses of ObjectDelta in com.evolveum.midpoint.prism.impl.delta.builder
Methods in com.evolveum.midpoint.prism.impl.delta.builder that return ObjectDeltaMethods in com.evolveum.midpoint.prism.impl.delta.builder that return types with arguments of type ObjectDelta -
Uses of ObjectDelta in com.evolveum.midpoint.prism.impl.schema
Methods in com.evolveum.midpoint.prism.impl.schema with parameters of type ObjectDeltaModifier and TypeMethodDescription<O extends Objectable>
voidSchemaRegistryImpl.applyDefinition
(ObjectDelta<O> objectDelta, Class<O> compileTimeClass, boolean force) -
Uses of ObjectDelta in com.evolveum.midpoint.prism.schema
Methods in com.evolveum.midpoint.prism.schema with parameters of type ObjectDeltaModifier and TypeMethodDescription<T extends Objectable>
voidSchemaRegistry.applyDefinition
(ObjectDelta<T> objectDelta, Class<T> type, boolean force) -
Uses of ObjectDelta in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util that return ObjectDeltaMethods in com.evolveum.midpoint.prism.util with parameters of type ObjectDeltaModifier and TypeMethodDescriptionstatic void
PrismAsserts.assertClass
(String message, Class<?> expectedClass, ObjectDelta<?> actualDelta) static <C extends Containerable>
voidPrismAsserts.assertContainerAdd
(ObjectDelta<?> objectDelta, ItemPath propertyPath, C... containerables) static <C extends Containerable>
voidPrismAsserts.assertContainerAdd
(ObjectDelta<?> objectDelta, ItemPath propertyPath, PrismContainerValue<C>... expectedCVals) static ContainerDelta<?>
PrismAsserts.assertContainerAddGetContainerDelta
(ObjectDelta<?> objectDelta, ItemPath propertyPath) static ContainerDelta<?>
PrismAsserts.assertContainerDeleteGetContainerDelta
(ObjectDelta<?> objectDelta, ItemPath propertyPath) static void
PrismAsserts.assertDeltaEmpty
(String message, ObjectDelta<?> delta) static void
PrismAsserts.assertEmpty
(ObjectDelta<?> objectDelta) static void
PrismAsserts.assertEmpty
(String message, ObjectDelta<?> objectDelta) static void
PrismAsserts.assertIsAdd
(ObjectDelta<?> objectDelta) static void
PrismAsserts.assertIsDelete
(ObjectDelta<?> objectDelta) static void
PrismAsserts.assertIsModify
(ObjectDelta<?> objectDelta) static void
PrismAsserts.assertModifications
(ObjectDelta<?> objectDelta, int expectedNumberOfModifications) static void
PrismAsserts.assertModifications
(String message, ObjectDelta<?> objectDelta, int expectedNumberOfModifications) static void
PrismAsserts.assertNoDelta
(String message, ObjectDelta<?> delta) static void
PrismAsserts.assertNoItemDelta
(ObjectDelta<?> objectDelta, ItemPath itemPath) static void
PrismAsserts.assertOrigin
(ObjectDelta<?> objectDelta, Objectable expectedOriginObject, OriginType... expectedOriginTypes) static <T> void
PrismAsserts.assertOrigin
(ObjectDelta<?> objectDelta, OriginType... expectedOriginTypes) static void
PrismAsserts.assertPropertyAdd
(ObjectDelta<?> objectDelta, ItemPath propertyPath, Object... expectedValues) static void
PrismAsserts.assertPropertyDelete
(ObjectDelta<?> userDelta, ItemPath propertyPath, Object... expectedValues) static <T> void
PrismAsserts.assertPropertyReplace
(ObjectDelta<?> userDelta, ItemPath path, T... expectedValues) static void
PrismAsserts.assertPropertyReplaceSimple
(ObjectDelta<?> objectDelta, ItemPath path) static void
PrismAsserts.assertReferenceAdd
(ObjectDelta<?> objectDelta, QName refName, String... expectedOids) static void
PrismAsserts.assertReferenceDelete
(ObjectDelta<?> objectDelta, QName refName, String... expectedOids) static void
PrismAsserts.assertReferenceReplace
(ObjectDelta<?> objectDelta, QName refName, String... expectedOids) Method parameters in com.evolveum.midpoint.prism.util with type arguments of type ObjectDeltaModifier and TypeMethodDescriptionstatic void
PrismAsserts.asserHasDelta
(String message, Collection<? extends ObjectDelta<? extends Objectable>> deltas, ChangeType expectedChangeType, Class<?> expectedClass) Constructors in com.evolveum.midpoint.prism.util with parameters of type ObjectDeltaModifierConstructorDescriptionObjectDeltaObject
(@Nullable PrismObject<O> oldObject, @Nullable ObjectDelta<O> delta, @Nullable PrismObject<O> newObject, @Nullable PrismObjectDefinition<O> explicitDefinition) -
Uses of ObjectDelta in com.evolveum.midpoint.provisioning.api
Methods in com.evolveum.midpoint.provisioning.api that return ObjectDeltaModifier and TypeMethodDescription@NotNull ObjectDelta<ShadowType>
ShadowSimulationData.getDelta()
ExternalResourceEvent.getObjectDelta()
ResourceObjectShadowChangeDescription.getObjectDelta()
ObjectDelta<? extends ShadowType>
ResourceOperationDescription.getObjectDelta()
The operation that was about to execute and that has failed.Methods in com.evolveum.midpoint.provisioning.api with parameters of type ObjectDeltaModifier and TypeMethodDescription<T extends ObjectType>
voidProvisioningService.applyDefinition
(ObjectDelta<T> delta, Objectable object, Task task, OperationResult parentResult) Applies appropriate definition to the shadow/resource delta.<T extends ObjectType>
voidProvisioningService.applyDefinition
(ObjectDelta<T> delta, Task task, OperationResult parentResult) Applies appropriate definition to the shadow/resource delta.void
ResourceObjectShadowChangeDescription.setObjectDelta
(ObjectDelta<ShadowType> objectDelta) void
ResourceOperationDescription.setObjectDelta
(ObjectDelta<? extends ShadowType> objectDelta) Constructors in com.evolveum.midpoint.provisioning.api with parameters of type ObjectDeltaModifierConstructorDescriptionExternalResourceEvent
(ObjectDelta<ShadowType> objectDelta, PrismObject<ShadowType> resourceObject, PrismObject<ShadowType> oldRepoShadow, String sourceChannel) -
Uses of ObjectDelta in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return ObjectDeltaModifier and TypeMethodDescriptionstatic <T extends Objectable>
@NotNull ObjectDelta<T>DeltaConvertor.createObjectDelta
(@NotNull ObjectDeltaType objectDeltaBean) Object delta: XML -> nativestatic <T extends Objectable>
ObjectDelta<T>DeltaConvertor.createObjectDelta
(@NotNull ObjectDeltaType objectDeltaBean, boolean convertUnknownTypes) static <T extends Objectable>
@NotNull ObjectDelta<T>DeltaConvertor.createObjectDelta
(@NotNull ObjectDeltaType deltaBean, PrismContext ignored) Object delta: XML -> nativestatic <T extends Objectable>
@NotNull ObjectDelta<T>DeltaConvertor.createObjectDelta
(ObjectModificationType objectModification, PrismObjectDefinition<T> objDef) Object delta: XML (api-types-3) -> nativestatic <T extends Objectable>
@NotNull ObjectDelta<T>DeltaConvertor.createObjectDelta
(ObjectModificationType objectModification, Class<T> type, PrismContext prismContext) Object delta: XML (api-types-3) -> nativestatic <T extends Objectable>
ObjectDelta<T>DeltaConvertor.createObjectDeltaNullable
(@Nullable ObjectDeltaType objectDeltaBean) ObjectDeltaOperation.getObjectDelta()
Methods in com.evolveum.midpoint.schema that return types with arguments of type ObjectDeltaModifier and TypeMethodDescriptionstatic Collection<ObjectDelta<? extends ObjectType>>
DeltaConvertor.createObjectDeltas
(ObjectDeltaListType deltaList, PrismContext prismContext) Object deltas: XML (api-types-3) -> native Dubious.Methods in com.evolveum.midpoint.schema with parameters of type ObjectDeltaModifier and TypeMethodDescriptionboolean
ObjectDeltaOperation.containsDelta
(ObjectDelta<O> delta, ParameterizedEquivalenceStrategy equivalenceStrategy) static String
DeltaConvertor.serializeDelta
(ObjectDelta<? extends ObjectType> delta, DeltaConversionOptions options, @NotNull String language) Object delta: native -> serialized XML.void
ObjectDeltaOperation.setObjectDelta
(ObjectDelta<O> objectDelta) static ObjectDeltaType
DeltaConvertor.toObjectDeltaType
(ObjectDelta<?> objectDelta) Object delta: native -> XML.static ObjectDeltaType
DeltaConvertor.toObjectDeltaType
(ObjectDelta<?> objectDelta, DeltaConversionOptions options) Object delta: native -> XML.static <T extends Objectable>
ObjectModificationTypeDeltaConvertor.toObjectModificationType
(ObjectDelta<T> delta) Object delta: native -> XML (api-types-3).Method parameters in com.evolveum.midpoint.schema with type arguments of type ObjectDeltaModifier and TypeMethodDescriptionstatic Collection<ObjectDeltaOperation<? extends ObjectType>>
ObjectDeltaOperation.cloneDeltaCollection
(Collection<ObjectDelta<? extends ObjectType>> origCollection) Constructors in com.evolveum.midpoint.schema with parameters of type ObjectDeltaModifierConstructorDescriptionObjectDeltaOperation
(ObjectDelta<O> objectDelta) ObjectDeltaOperation
(ObjectDelta<O> objectDelta, @Nullable OperationResult executionResult) -
Uses of ObjectDelta in com.evolveum.midpoint.schema.processor
Subinterfaces of ObjectDelta in com.evolveum.midpoint.schema.processorModifier and TypeInterfaceDescriptioninterface
ShadowCoordinatesQualifiedObjectDelta<T extends Objectable>
AnObjectDelta
enriched byResourceShadowCoordinates
(pointing to a resource object type).Classes in com.evolveum.midpoint.schema.processor that implement ObjectDeltaModifier and TypeClassDescriptionclass
AnObjectDelta
enriched byResourceShadowCoordinates
(pointing to a resource object type). -
Uses of ObjectDelta in com.evolveum.midpoint.schema.result
Methods in com.evolveum.midpoint.schema.result with parameters of type ObjectDeltaModifier and TypeMethodDescriptionOperationResult.addContext
(String name, ObjectDelta<?> value) OperationResultBuilder.addContext
(String name, ObjectDelta<?> value) OperationResult.addParam
(String name, ObjectDelta<?> value) OperationResultBuilder.addParam
(String name, ObjectDelta<?> value) void
OperationResult.addReturn
(String name, ObjectDelta<?> value) -
Uses of ObjectDelta in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ObjectDeltaModifier and TypeMethodDescriptionstatic Collection<ObjectDelta<? extends ObjectType>>
ObjectTypeUtil.cast
(Collection<ObjectDelta<?>> deltas) static Collection<ObjectDelta<? extends ObjectType>>
MiscSchemaUtil.cloneObjectDeltaCollection
(Collection<ObjectDelta<? extends ObjectType>> origCollection) static Collection<ObjectDelta<? extends ObjectType>>
MiscSchemaUtil.createCollection
(ObjectDelta<?>... deltas) Convenience method that helps avoid some compiler warnings.static List<ObjectDelta<? extends ObjectType>>
ObjectTypeUtil.toDeltaList
(ObjectDelta<?> delta) Methods in com.evolveum.midpoint.schema.util with parameters of type ObjectDeltaModifier and TypeMethodDescriptionstatic Collection<ObjectDelta<? extends ObjectType>>
MiscSchemaUtil.createCollection
(ObjectDelta<?>... deltas) Convenience method that helps avoid some compiler warnings.static void
ObjectDeltaSchemaLevelUtil.resolveNames
(ObjectDelta<? extends ObjectType> delta, ObjectDeltaSchemaLevelUtil.NameResolver nameResolver, PrismContext prismContext) static List<ObjectDelta<? extends ObjectType>>
ObjectTypeUtil.toDeltaList
(ObjectDelta<?> delta) Method parameters in com.evolveum.midpoint.schema.util with type arguments of type ObjectDeltaModifier and TypeMethodDescriptionstatic Collection<ObjectDelta<? extends ObjectType>>
ObjectTypeUtil.cast
(Collection<ObjectDelta<?>> deltas) static Collection<ObjectDelta<? extends ObjectType>>
MiscSchemaUtil.cloneObjectDeltaCollection
(Collection<ObjectDelta<? extends ObjectType>> origCollection) -
Uses of ObjectDelta in com.evolveum.midpoint.schema.util.task.work
Method parameters in com.evolveum.midpoint.schema.util.task.work with type arguments of type ObjectDeltaModifier and TypeMethodDescriptionstatic ActivityDefinitionType
SpecificWorkDefinitionUtil.createExplicitChangeExecutionDef
(@NotNull Collection<ObjectDelta<? extends ObjectType>> deltas, @Nullable ModelExecuteOptionsType options) -
Uses of ObjectDelta in com.evolveum.midpoint.schema.validator
Methods in com.evolveum.midpoint.schema.validator that return ObjectDeltaMethods in com.evolveum.midpoint.schema.validator with parameters of type ObjectDelta -
Uses of ObjectDelta in com.evolveum.midpoint.security.enforcer.api
Methods in com.evolveum.midpoint.security.enforcer.api that return ObjectDeltaMethods in com.evolveum.midpoint.security.enforcer.api with parameters of type ObjectDeltaModifier and TypeMethodDescriptionstatic <O extends ObjectType>
AuthorizationParameters<O,ObjectType> AuthorizationParameters.Builder.buildObjectDelta
(PrismObject<O> object, ObjectDelta<O> delta) AuthorizationParameters.Builder.delta
(ObjectDelta<O> delta) <O extends ObjectType>
AccessDecisionSecurityEnforcer.determineItemDecision
(@NotNull ObjectSecurityConstraints securityConstraints, @NotNull ObjectDelta<O> delta, PrismObject<O> currentObject, @NotNull String operationUrl, @NotNull AuthorizationPhaseType phase, @NotNull ItemPath itemPath) Determines the access to given item (e.g. -
Uses of ObjectDelta in com.evolveum.midpoint.web.component.data.column
Methods in com.evolveum.midpoint.web.component.data.column that return types with arguments of type ObjectDeltaModifier and TypeMethodDescriptionprotected abstract @NotNull org.apache.wicket.model.IModel<ObjectDelta<?>>
DeltaProgressBarColumn.createObjectDeltaModel
(org.apache.wicket.model.IModel<R> rowModel) -
Uses of ObjectDelta in com.evolveum.midpoint.web.component.model.delta
Constructors in com.evolveum.midpoint.web.component.model.delta with parameters of type ObjectDelta -
Uses of ObjectDelta in com.evolveum.midpoint.web.component.prism
Methods in com.evolveum.midpoint.web.component.prism that return ObjectDelta -
Uses of ObjectDelta in com.evolveum.midpoint.web.component.prism.show
Methods in com.evolveum.midpoint.web.component.prism.show that return ObjectDelta -
Uses of ObjectDelta in com.evolveum.midpoint.web.component.progress
Method parameters in com.evolveum.midpoint.web.component.progress with type arguments of type ObjectDeltaModifier and TypeMethodDescriptionvoid
ProgressPanel.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ModelExecuteOptions options, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) Executes changes on behalf of the parent page.void
ProgressPanel.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ExecuteChangeOptionsDto executeOptions, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) void
ProgressPanel.executeChangesInBackground
(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ModelExecuteOptions options, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of ObjectDelta in com.evolveum.midpoint.web.page.admin.server
Methods in com.evolveum.midpoint.web.page.admin.server with parameters of type ObjectDeltaModifier and TypeMethodDescriptionprotected void
LivesyncTokenEditorPanel.saveTokenPerformed
(ObjectDelta<TaskType> tokenDelta, org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of ObjectDelta in com.evolveum.midpoint.web.util.validation
Method parameters in com.evolveum.midpoint.web.util.validation with type arguments of type ObjectDeltaModifier and TypeMethodDescriptionMidpointFormValidator.validateObject
(PrismObject<? extends ObjectType> object, Collection<ObjectDelta<? extends ObjectType>> deltas) Performs a validation on an instance of object.MidpointFormValidatorImpl.validateObject
(PrismObject<? extends ObjectType> object, Collection<ObjectDelta<? extends ObjectType>> deltas)