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.
-
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 ObjectDeltaMemberPopupTabPanel.prepareDelta()protected ObjectDeltaMultiTypesMemberPopupTabPanel.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 voidWebComponentUtil.encryptCredentials(ObjectDelta delta, boolean encrypt, ModelServiceLocator serviceLocator) static voidWebComponentUtil.encryptCredentials(ObjectDelta delta, boolean encrypt, MidPointApplication app) static voidWebModelServiceUtils.save(ObjectDelta delta, ModelExecuteOptions options, OperationResult result, com.evolveum.midpoint.task.api.Task task, PageAdminLTE page) static voidWebModelServiceUtils.save(ObjectDelta delta, OperationResult result, PageAdminLTE page) static voidWebModelServiceUtils.save(ObjectDelta delta, OperationResult result, com.evolveum.midpoint.task.api.Task task, PageAdminLTE page) Method parameters in com.evolveum.midpoint.gui.api.util with type arguments of type ObjectDeltaModifier and TypeMethodDescriptionstatic voidWebModelServiceUtils.save(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, OperationResult result, com.evolveum.midpoint.task.api.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 voidObjectDetailsModels.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, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangeExecutor.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangesExecutorImpl.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangesExecutorImpl.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result) Executes changes on behalf of the parent page.Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangesExecutorImpl.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, com.evolveum.midpoint.task.api.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, com.evolveum.midpoint.task.api.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, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) protected booleanAbstractPageObjectDetails.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 voidFocusDetailsModels.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, com.evolveum.midpoint.task.api.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 TypeMethodDescriptionvoidBusinessRoleDto.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 VisualizationSimulationsGuiUtil.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 voidPageUser.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, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) protected booleanPageUser.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(com.evolveum.midpoint.task.api.Task task, OperationResult result) protected ObjectDelta<UserType>PageSelfRegistration.prepareUserDelta(com.evolveum.midpoint.task.api.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 voidChangePasswordPanel.collectDeltas(Collection<ObjectDelta<? extends ObjectType>> deltas, ProtectedStringType currentPassword, ItemPath valuePath) protected voidPropagatePasswordPanel.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 TypeMethodDescriptionAssignmentHolderWrapper.getObjectDelta()PrismObjectWrapperImpl.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 TypeMethodDescriptionvoidObjectTreeDeltas.addProjectionChange(ProjectionContextKey key, ObjectDelta<ShadowType> primaryDelta) voidCaseService.completeWorkItem(@NotNull WorkItemId workItemId, @NotNull AbstractWorkItemOutputType output, @Nullable ObjectDelta<?> additionalDelta, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) Completes a work item.voidObjectTreeDeltas.setFocusChange(ObjectDelta<T> focusChange) @NotNull VisualizationModelInteractionService.visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, boolean includeOriginalObject, com.evolveum.midpoint.task.api.Task task, OperationResult result) @NotNull VisualizationModelInteractionService.visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, com.evolveum.midpoint.task.api.Task task, OperationResult result) @NotNull VisualizationModelInteractionService.visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, ObjectReferenceType objectRef, com.evolveum.midpoint.task.api.Task task, OperationResult result) @NotNull VisualizationModelInteractionService.visualizeDelta(ObjectDelta<? extends ObjectType> delta, com.evolveum.midpoint.task.api.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, com.evolveum.midpoint.task.api.Task task, OperationResult result) Execute the provided object deltas.Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, Collection<ProgressListener> listeners, OperationResult parentResult) <F extends ObjectType>
ModelContext<F>ModelInteractionService.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.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, com.evolveum.midpoint.task.api.Task task, Collection<ProgressListener> listeners, OperationResult result) ModelInteractionService.visualizeDeltas(List<ObjectDelta<? extends ObjectType>> deltas, com.evolveum.midpoint.task.api.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 TypeMethodDescriptionvoidModelElementContext.addToPrimaryDelta(ObjectDelta<O> value) Add a delta to the primary delta.voidModelElementContext.setPrimaryDelta(ObjectDelta<O> primaryDelta) Sets the primary delta.voidModelProjectionContext.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 TypeMethodDescriptionvoidMidpointFunctions.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 TypeMethodDescriptionvoidMidpointFunctions.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas) Execute the provided object deltas.voidMidpointFunctions.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, com.evolveum.midpoint.task.api.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.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.offspringfinal ObjectDelta<T>ObjectDelta.FactorOutResultMulti.remainderfinal ObjectDelta<T>ObjectDelta.FactorOutResultSingle.remainderFields in com.evolveum.midpoint.prism.delta with type parameters of type ObjectDeltaModifier and TypeFieldDescriptionfinal List<ObjectDelta<T>>ObjectDelta.FactorOutResultMulti.offspringsMethods 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 TypeMethodDescriptionbooleanObjectDelta.equivalent(ObjectDelta other) static booleanObjectDelta.isAdd(ObjectDelta<?> objectDelta) static booleanObjectDelta.isDelete(ObjectDelta<?> objectDelta) static booleanObjectDelta.isEmpty(ObjectDelta delta) static booleanObjectDelta.isModify(ObjectDelta<?> objectDelta) voidObjectDelta.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 voidObjectDeltaCollectionsUtil.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.delta
Classes in com.evolveum.midpoint.prism.impl.delta that implement ObjectDeltaModifier and TypeClassDescriptionclasscom.evolveum.midpoint.prism.impl.delta.ObjectDeltaImpl<O extends Objectable> -
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 voidPrismAsserts.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 voidPrismAsserts.assertDeltaEmpty(String message, ObjectDelta<?> delta) static voidPrismAsserts.assertEmpty(ObjectDelta<?> objectDelta) static voidPrismAsserts.assertEmpty(String message, ObjectDelta<?> objectDelta) static voidPrismAsserts.assertIsAdd(ObjectDelta<?> objectDelta) static voidPrismAsserts.assertIsDelete(ObjectDelta<?> objectDelta) static voidPrismAsserts.assertIsModify(ObjectDelta<?> objectDelta) static voidPrismAsserts.assertModifications(ObjectDelta<?> objectDelta, int expectedNumberOfModifications) static voidPrismAsserts.assertModifications(String message, ObjectDelta<?> objectDelta, int expectedNumberOfModifications) static voidPrismAsserts.assertNoDelta(String message, ObjectDelta<?> delta) static voidPrismAsserts.assertNoItemDelta(ObjectDelta<?> objectDelta, ItemPath itemPath) static voidPrismAsserts.assertOrigin(ObjectDelta<?> objectDelta, Objectable expectedOriginObject, OriginType... expectedOriginTypes) static <T> voidPrismAsserts.assertOrigin(ObjectDelta<?> objectDelta, OriginType... expectedOriginTypes) static voidPrismAsserts.assertPropertyAdd(ObjectDelta<?> objectDelta, ItemPath propertyPath, Object... expectedValues) static voidPrismAsserts.assertPropertyDelete(ObjectDelta<?> userDelta, ItemPath propertyPath, Object... expectedValues) static <T> voidPrismAsserts.assertPropertyReplace(ObjectDelta<?> userDelta, ItemPath path, T... expectedValues) static voidPrismAsserts.assertPropertyReplaceSimple(ObjectDelta<?> objectDelta, ItemPath path) static voidPrismAsserts.assertReferenceAdd(ObjectDelta<?> objectDelta, QName refName, String... expectedOids) static voidPrismAsserts.assertReferenceDelete(ObjectDelta<?> objectDelta, QName refName, String... expectedOids) static voidPrismAsserts.assertReferenceReplace(ObjectDelta<?> objectDelta, QName refName, String... expectedOids) Method parameters in com.evolveum.midpoint.prism.util with type arguments of type ObjectDeltaModifier and TypeMethodDescriptionstatic voidPrismAsserts.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.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 TypeMethodDescriptionbooleanObjectDeltaOperation.containsDelta(ObjectDelta<O> delta, ParameterizedEquivalenceStrategy equivalenceStrategy) static StringDeltaConvertor.serializeDelta(ObjectDelta<? extends ObjectType> delta, DeltaConversionOptions options, @NotNull String language) Object delta: native -> serialized XML.voidObjectDeltaOperation.setObjectDelta(ObjectDelta<O> objectDelta) static ObjectDeltaTypeDeltaConvertor.toObjectDeltaType(ObjectDelta<?> objectDelta) Object delta: native -> XML.static ObjectDeltaTypeDeltaConvertor.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 TypeInterfaceDescriptioninterfaceShadowCoordinatesQualifiedObjectDelta<T extends Objectable>AnObjectDeltaenriched byResourceShadowCoordinates(pointing to a resource object type).Classes in com.evolveum.midpoint.schema.processor that implement ObjectDeltaModifier and TypeClassDescriptionclassAnObjectDeltaenriched 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) voidOperationResult.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 voidObjectDeltaSchemaLevelUtil.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 ActivityDefinitionTypeSpecificWorkDefinitionUtil.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.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 TypeMethodDescriptionvoidProgressPanel.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) Executes changes on behalf of the parent page.voidProgressPanel.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ExecuteChangeOptionsDto executeOptions, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) voidProgressPanel.executeChangesInBackground(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ModelExecuteOptions options, com.evolveum.midpoint.task.api.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 voidLivesyncTokenEditorPanel.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)