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 interface
ShadowDiscriminatorObjectDelta<T extends Objectable>
Classes in com.evolveum.midpoint.common.refinery that implement ObjectDelta Modifier and Type Class Description class
ShadowDiscriminatorObjectDeltaImpl<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 void
WorkflowService. completeWorkItem(WorkItemId workItemId, @NotNull AbstractWorkItemOutputType output, ObjectDelta additionalDelta, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Approves or rejects a work item.@NotNull Scene
ModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, boolean includeOriginalObject, com.evolveum.midpoint.task.api.Task task, OperationResult result)
@NotNull Scene
ModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, com.evolveum.midpoint.task.api.Task task, OperationResult result)
@NotNull Scene
ModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, ObjectReferenceType objectRef, com.evolveum.midpoint.task.api.Task task, OperationResult result)
@NotNull Scene
ModelInteractionService. 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 void
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 ObjectDelta Modifier and Type Method Description void
MidpointFunctions. executeChanges(ObjectDelta<? extends ObjectType>... deltas)
Execute the provided object deltas.String
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 ObjectDelta Modifier and Type Method Description void
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.TaskType
MidpointFunctions. executeChangesAsynchronously(Collection<ObjectDelta<?>> deltas, ModelExecuteOptions options, String templateTaskOid)
TaskType
MidpointFunctions. executeChangesAsynchronously(Collection<ObjectDelta<?>> deltas, ModelExecuteOptions options, String templateTaskOid, com.evolveum.midpoint.task.api.Task opTask, OperationResult result)
String
MidpointFunctions. 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. offspring
ObjectDelta<T>
ObjectDelta.FactorOutResultMulti. remainder
ObjectDelta<T>
ObjectDelta.FactorOutResultSingle. remainder
Fields in com.evolveum.midpoint.prism.delta with type parameters of type ObjectDelta Modifier and Type Field Description List<ObjectDelta<T>>
ObjectDelta.FactorOutResultMulti. offsprings
Methods 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 boolean
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 <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 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 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 class
com.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 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<?> userDelta, 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)
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 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 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 void
ObjectTreeDeltas. addProjectionChange(ResourceShadowDiscriminator resourceShadowDiscriminator, ObjectDelta<ShadowType> primaryDelta)
boolean
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
ObjectTreeDeltas. setFocusChange(ObjectDelta<T> focusChange)
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 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 OperationResult
OperationResult. addContext(String name, ObjectDelta<?> value)
OperationResultBuilder
OperationResultBuilder. addContext(String name, ObjectDelta<?> value)
OperationResult
OperationResult. addParam(String name, ObjectDelta<?> value)
OperationResultBuilder
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 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 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 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 ActivityDefinitionType
SpecificWorkDefinitionUtil. createNonIterativeChangeExecutionDef(@NotNull Collection<ObjectDelta<? extends ObjectType>> deltas, @Nullable ModelExecuteOptionsType options)
-