Uses of Class
com.evolveum.midpoint.model.impl.lens.LensObjectDeltaOperation
Packages that use LensObjectDeltaOperation
-
Uses of LensObjectDeltaOperation in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return LensObjectDeltaOperationModifier and TypeMethodDescriptionLensObjectDeltaOperation.clone()static <T extends ObjectType>
LensObjectDeltaOperation<T>LensUtil.createObjectDeltaOperation(ObjectDelta<T> objectDelta, OperationResult result, LensElementContext<T> objectContext, ResourceType resource) Methods in com.evolveum.midpoint.model.impl.lens that return types with arguments of type LensObjectDeltaOperationModifier and TypeMethodDescription@NotNull List<LensObjectDeltaOperation<O>>LensElementContext.getExecutedDeltas()LensElementContext.getExecutedDeltas(int wave) @NotNull List<LensObjectDeltaOperation<?>>LensContext.getRottenExecutedDeltas()Methods in com.evolveum.midpoint.model.impl.lens with parameters of type LensObjectDeltaOperationModifier and TypeMethodDescriptionvoidLensElementContext.addToExecutedDeltas(LensObjectDeltaOperation<O> executedDelta) voidChangeExecutionResult.setExecutedOperation(@NotNull LensObjectDeltaOperation<O> objectDeltaOperation)