Uses of Class
com.evolveum.midpoint.schema.ObjectDeltaOperation
-
-
Uses of ObjectDeltaOperation in com.evolveum.midpoint.audit.api
Methods in com.evolveum.midpoint.audit.api that return types with arguments of type ObjectDeltaOperation Modifier and Type Method Description @NotNull Collection<ObjectDeltaOperation<? extends ObjectType>>
AuditEventRecord. getDeltas()
Methods in com.evolveum.midpoint.audit.api with parameters of type ObjectDeltaOperation Modifier and Type Method Description void
AuditEventRecord. addDelta(ObjectDeltaOperation<? extends ObjectType> delta)
Method parameters in com.evolveum.midpoint.audit.api with type arguments of type ObjectDeltaOperation Modifier and Type Method Description void
AuditEventRecord. addDeltas(Collection<? extends ObjectDeltaOperation<? extends ObjectType>> deltasToAdd)
-
Uses of ObjectDeltaOperation in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return types with arguments of type ObjectDeltaOperation Modifier and Type Method Description Collection<ObjectDeltaOperation<? extends ObjectType>>
ModelService. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult parentResult)
Execute the provided object deltas.Collection<ObjectDeltaOperation<? extends ObjectType>>
ModelService. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, Collection<ProgressListener> listeners, OperationResult parentResult)
<O extends ObjectType>
Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService. mergeObjects(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, Task task, OperationResult result)
Merge two objects into one. -
Uses of ObjectDeltaOperation in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return types with arguments of type ObjectDeltaOperation Modifier and Type Method Description List<? extends ObjectDeltaOperation>
ModelElementContext. getExecutedDeltas()
-
Uses of ObjectDeltaOperation in com.evolveum.midpoint.model.impl.controller
-
Uses of ObjectDeltaOperation in com.evolveum.midpoint.model.impl.lens
Subclasses of ObjectDeltaOperation in com.evolveum.midpoint.model.impl.lens Modifier and Type Class Description class
LensObjectDeltaOperation<T extends ObjectType>
Methods in com.evolveum.midpoint.model.impl.lens that return types with arguments of type ObjectDeltaOperation Modifier and Type Method Description @NotNull Collection<ObjectDeltaOperation<? extends ObjectType>>
LensContext. getExecutedDeltas()
Returns all executed deltas, user and all accounts.@NotNull Collection<ObjectDeltaOperation<? extends ObjectType>>
LensContext. getUnauditedExecutedDeltas()
Returns all executed deltas, user and all accounts. -
Uses of ObjectDeltaOperation in com.evolveum.midpoint.model.impl.scripting.helpers
Methods in com.evolveum.midpoint.model.impl.scripting.helpers that return types with arguments of type ObjectDeltaOperation Modifier and Type Method Description Collection<ObjectDeltaOperation<? extends ObjectType>>
OperationsHelper. applyDelta(ObjectDelta<? extends ObjectType> delta, ModelExecuteOptions options, boolean dryRun, ExecutionContext context, OperationResult result)
Collection<ObjectDeltaOperation<? extends ObjectType>>
OperationsHelper. applyDelta(ObjectDelta delta, ModelExecuteOptions options, ExecutionContext context, OperationResult result)
Collection<ObjectDeltaOperation<? extends ObjectType>>
OperationsHelper. applyDelta(ObjectDelta delta, ExecutionContext context, OperationResult result)
-
Uses of ObjectDeltaOperation in com.evolveum.midpoint.model.impl.util
Method parameters in com.evolveum.midpoint.model.impl.util with type arguments of type ObjectDeltaOperation Modifier and Type Method Description static PrismReferenceValue
ModelImplUtils. determineAuditTargetDeltaOps(Collection<ObjectDeltaOperation<? extends ObjectType>> deltaOps)
-
Uses of ObjectDeltaOperation in com.evolveum.midpoint.notifications.api.events
Methods in com.evolveum.midpoint.notifications.api.events that return types with arguments of type ObjectDeltaOperation Modifier and Type Method Description List<ObjectDeltaOperation>
ModelEvent. getAllExecutedDeltas()
List<? extends ObjectDeltaOperation>
ModelEvent. getFocusExecutedDeltas()
-
Uses of ObjectDeltaOperation in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return ObjectDeltaOperation Modifier and Type Method Description ObjectDeltaOperation<O>
ObjectDeltaOperation. clone()
static ObjectDeltaOperation<?>
DeltaConvertor. createObjectDeltaOperation(ObjectDeltaOperationType odoBean, PrismContext prismContext)
Object delta operation: XML -> native.static <O extends ObjectType>
ObjectDeltaOperation<O>ObjectDeltaOperation. findAddDelta(Collection<ObjectDeltaOperation<? extends ObjectType>> executedChanges, PrismObject<O> object)
static ObjectDeltaOperation<? extends ObjectType>
ObjectDeltaOperation. findFocusDeltaInCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> odos)
Methods in com.evolveum.midpoint.schema that return types with arguments of type ObjectDeltaOperation Modifier and Type Method Description static Collection<ObjectDeltaOperation<? extends ObjectType>>
ObjectDeltaOperation. cloneCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection)
static Collection<ObjectDeltaOperation<? extends ObjectType>>
ObjectDeltaOperation. cloneDeltaCollection(Collection<ObjectDelta<? extends ObjectType>> origCollection)
static List<ObjectDeltaOperation<ShadowType>>
ObjectDeltaOperation. findProjectionDeltasInCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> odos)
Collection<ObjectDeltaOperation<ShadowType>>
RefreshShadowOperation. getExecutedDeltas()
Methods in com.evolveum.midpoint.schema with parameters of type ObjectDeltaOperation Modifier and Type Method Description protected void
ObjectDeltaOperation. copyToClone(ObjectDeltaOperation<O> clone)
static ObjectDeltaOperationType
DeltaConvertor. toObjectDeltaOperationType(ObjectDeltaOperation<?> objectDeltaOperation)
Object delta operation: native -> XML.static ObjectDeltaOperationType
DeltaConvertor. toObjectDeltaOperationType(ObjectDeltaOperation<?> odo, DeltaConversionOptions options)
Object delta operation: native -> XML.static void
DeltaConvertor. toObjectDeltaOperationType(ObjectDeltaOperation<?> odo, ObjectDeltaOperationType odoBean, DeltaConversionOptions options)
Object delta operation: native -> XML (passed as parameter). -
Uses of ObjectDeltaOperation in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ObjectDeltaOperation Modifier and Type Method Description static Collection<ObjectDeltaOperation<? extends ObjectType>>
MiscSchemaUtil. cloneObjectDeltaOperationCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection)
Method parameters in com.evolveum.midpoint.schema.util with type arguments of type ObjectDeltaOperation Modifier and Type Method Description static Collection<ObjectDeltaOperation<? extends ObjectType>>
MiscSchemaUtil. cloneObjectDeltaOperationCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection)
-