Uses of Interface
com.evolveum.midpoint.prism.delta.ObjectDelta
-
-
Uses of ObjectDelta in com.evolveum.midpoint.common.crypto
Methods in com.evolveum.midpoint.common.crypto with parameters of type ObjectDelta Modifier and Type Method Description static <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.common.refinery
Subinterfaces of ObjectDelta in com.evolveum.midpoint.common.refinery Modifier and Type Interface Description interfaceShadowDiscriminatorObjectDelta<T extends Objectable>Classes in com.evolveum.midpoint.common.refinery that implement ObjectDelta Modifier and Type Class Description classShadowDiscriminatorObjectDeltaImpl<T extends Objectable> -
Uses of ObjectDelta in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with parameters of type ObjectDelta Modifier and Type Method Description voidWorkflowService. completeWorkItem(WorkItemId workItemId, @NotNull AbstractWorkItemOutputType output, ObjectDelta additionalDelta, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Approves or rejects a work item.@NotNull SceneModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, boolean includeOriginalObject, com.evolveum.midpoint.task.api.Task task, OperationResult result)@NotNull SceneModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, com.evolveum.midpoint.task.api.Task task, OperationResult result)@NotNull SceneModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, ObjectReferenceType objectRef, com.evolveum.midpoint.task.api.Task task, OperationResult result)@NotNull SceneModelInteractionService. 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 ObjectDelta Modifier and Type Method Description Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)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)List<? extends Scene>ModelInteractionService. visualizeDeltas(List<ObjectDelta<? extends ObjectType>> deltas, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of ObjectDelta in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return ObjectDelta Modifier and Type Method Description ObjectDelta<?>ModelElementContext. getCurrentDelta()Returns object delta valid for the current clockwork click.ObjectDelta<ShadowType>ModelProjectionContext. getExecutableDelta()Returns delta suitable for execution.ObjectDelta<O>ModelElementContext. getPrimaryDelta()ObjectDelta<O>ModelElementContext. getSecondaryDelta()Returns secondary delta for the current clockwork click.ObjectDelta<O>ModelElementContext. getSummaryDelta()Returns object delta comprising both primary delta and (all) secondary deltas, merged together.ObjectDelta<O>ModelElementContext. getSummarySecondaryDelta()Returns all secondary deltas, merged together.ObjectDelta<ShadowType>ModelProjectionContext. getSyncDelta()Returns synchronization delta.Methods in com.evolveum.midpoint.model.api.context with parameters of type ObjectDelta Modifier and Type Method Description voidModelElementContext. 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 ObjectDelta Modifier and Type Method Description voidMidpointFunctions. executeChanges(ObjectDelta<? extends ObjectType>... deltas)Execute the provided object deltas.StringMidpointFunctions. 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 ObjectDelta Modifier and Type Method Description voidMidpointFunctions. 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.TaskTypeMidpointFunctions. executeChangesAsynchronously(Collection<ObjectDelta<?>> deltas, ModelExecuteOptions options, String templateTaskOid)TaskTypeMidpointFunctions. executeChangesAsynchronously(Collection<ObjectDelta<?>> deltas, ModelExecuteOptions options, String templateTaskOid, com.evolveum.midpoint.task.api.Task opTask, OperationResult result)StringMidpointFunctions. getPlaintextUserPasswordFromDeltas(List<ObjectDelta<? extends FocusType>> deltas)<F extends ObjectType>
ModelContext<F>MidpointFunctions. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options) -
Uses of ObjectDelta in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util that return ObjectDelta Modifier and Type Method Description ObjectDelta<O>MergeDeltas. getLeftLinkDelta()ObjectDelta<O>MergeDeltas. getLeftObjectDelta()ObjectDelta<O>MergeDeltas. getRightLinkDelta()Constructors in com.evolveum.midpoint.model.api.util with parameters of type ObjectDelta Constructor Description MergeDeltas(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 ObjectDelta Modifier and Type Method Description ObjectDelta<?>Scene. 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 ObjectDelta Modifier and Type Method Description ObjectDelta<O>PrismObject. createAddDelta()ObjectDelta<O>PrismObject. createDeleteDelta()ObjectDelta<O>PrismObject. createDelta(ChangeType changeType)ObjectDelta<O>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 ObjectDelta Modifier and Type Method Description <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 ObjectDelta Modifier and Type Field Description ObjectDelta<T>ObjectDelta.FactorOutResultSingle. offspringObjectDelta<T>ObjectDelta.FactorOutResultMulti. remainderObjectDelta<T>ObjectDelta.FactorOutResultSingle. remainderFields in com.evolveum.midpoint.prism.delta with type parameters of type ObjectDelta Modifier and Type Field Description List<ObjectDelta<T>>ObjectDelta.FactorOutResultMulti. offspringsMethods in com.evolveum.midpoint.prism.delta that return ObjectDelta Modifier and Type Method Description ObjectDelta<O>ObjectDelta. 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<O>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<O>ObjectDelta. narrow(PrismObject<O> existingObject, @NotNull ParameterizedEquivalenceStrategy plusStrategy, @NotNull ParameterizedEquivalenceStrategy minusStrategy, boolean assumeMissingItems)ObjectDelta<O>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 ObjectDelta Modifier and Type Method Description booleanObjectDelta. 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 <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 ObjectDelta Modifier and Type Method Description static 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 ObjectDelta Constructor Description FactorOutResultMulti(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 ObjectDelta Modifier and Type Method Description <O extends Objectable>
ObjectDelta<O>S_ItemEntry. asObjectDelta(String oid)default <X extends Objectable>
ObjectDelta<X>S_ItemEntry. asObjectDeltaCast(String oid)Methods in com.evolveum.midpoint.prism.delta.builder that return types with arguments of type ObjectDelta Modifier and Type Method Description List<ObjectDelta<?>>S_ItemEntry. asObjectDeltas(String oid) -
Uses of ObjectDelta in com.evolveum.midpoint.prism.impl.delta
Classes in com.evolveum.midpoint.prism.impl.delta with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw ObjectDelta Modifier and Type Class Description classcom.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 ObjectDelta Modifier and Type Method Description <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 ObjectDelta Modifier and Type Method Description ObjectDelta<O>ObjectDeltaObject. getObjectDelta()Methods in com.evolveum.midpoint.prism.util with parameters of type ObjectDelta Modifier and Type Method Description static 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<?> userDelta, 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)static <T extends Objectable>
ObjectDeltaObject<T>ObjectDeltaObject. create(PrismObject<T> oldObject, ObjectDelta<T> delta)Method parameters in com.evolveum.midpoint.prism.util with type arguments of type ObjectDelta Modifier and Type Method Description static 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 ObjectDelta Constructor Description ObjectDeltaObject(PrismObject<O> oldObject, ObjectDelta<O> delta, PrismObject<O> newObject, PrismObjectDefinition<O> definition) -
Uses of ObjectDelta in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return ObjectDelta Modifier and Type Method Description static <T extends Objectable>
@NotNull ObjectDelta<T>DeltaConvertor. createObjectDelta(@NotNull ObjectDeltaType deltaBean)Object delta: XML -> nativestatic <T extends Objectable>
@NotNull ObjectDelta<T>DeltaConvertor. createObjectDelta(@NotNull ObjectDeltaType objectDeltaBean, PrismContext prismContext)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) -> nativeObjectDelta<T>ObjectTreeDeltas. getFocusChange()ObjectDelta<O>ObjectDeltaOperation. getObjectDelta()ObjectDelta<ShadowType>ObjectTreeDeltas. getProjectionChange(ResourceShadowDiscriminator discriminator)Methods in com.evolveum.midpoint.schema that return types with arguments of type ObjectDelta Modifier and Type Method Description static Collection<ObjectDelta<? extends ObjectType>>DeltaConvertor. createObjectDeltas(ObjectDeltaListType deltaList, PrismContext prismContext)Object deltas: XML (api-types-3) -> native Dubious.List<ObjectDelta<? extends ObjectType>>ObjectTreeDeltas. getDeltaList()Map<ResourceShadowDiscriminator,ObjectDelta<ShadowType>>ObjectTreeDeltas. getProjectionChangeMap()Set<Map.Entry<ResourceShadowDiscriminator,ObjectDelta<ShadowType>>>ObjectTreeDeltas. getProjectionChangeMapEntries()Methods in com.evolveum.midpoint.schema with parameters of type ObjectDelta Modifier and Type Method Description voidObjectTreeDeltas. addProjectionChange(ResourceShadowDiscriminator resourceShadowDiscriminator, ObjectDelta<ShadowType> primaryDelta)booleanObjectDeltaOperation. containsDelta(ObjectDelta<O> delta, ParameterizedEquivalenceStrategy equivalenceStrategy)static StringDeltaConvertor. serializeDelta(ObjectDelta<? extends ObjectType> delta, DeltaConversionOptions options, @NotNull String language)Object delta: native -> serialized XML.voidObjectTreeDeltas. setFocusChange(ObjectDelta<T> focusChange)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 ObjectDelta Modifier and Type Method Description static Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectDeltaOperation. cloneDeltaCollection(Collection<ObjectDelta<? extends ObjectType>> origCollection)Constructors in com.evolveum.midpoint.schema with parameters of type ObjectDelta Constructor Description ObjectDeltaOperation(ObjectDelta<O> objectDelta)ObjectDeltaOperation(ObjectDelta<O> objectDelta, @Nullable OperationResult executionResult)ObjectTreeDeltas(ObjectDelta<T> focusChange, PrismContext prismContext) -
Uses of ObjectDelta in com.evolveum.midpoint.schema.result
Methods in com.evolveum.midpoint.schema.result with parameters of type ObjectDelta Modifier and Type Method Description OperationResultOperationResult. addContext(String name, ObjectDelta<?> value)OperationResultBuilderOperationResultBuilder. addContext(String name, ObjectDelta<?> value)OperationResultOperationResult. addParam(String name, ObjectDelta<?> value)OperationResultBuilderOperationResultBuilder. 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 ObjectDelta Modifier and Type Method Description static 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 ObjectDelta Modifier and Type Method Description static 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 ObjectDelta Modifier and Type Method Description static 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 ObjectDelta Modifier and Type Method Description static ActivityDefinitionTypeSpecificWorkDefinitionUtil. createNonIterativeChangeExecutionDef(@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 ObjectDelta Modifier and Type Method Description ObjectDelta<?>UpgradeValidationItem. getDelta()Methods in com.evolveum.midpoint.schema.validator with parameters of type ObjectDelta Modifier and Type Method Description voidUpgradeValidationItem. setDelta(ObjectDelta<?> delta)
-