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 <F extends ObjectType>
LensObjectDeltaOperation<F>LensUtil.createObjectDeltaOperation(ObjectDelta<F> focusDelta, OperationResult result, LensElementContext<F> focusContext, LensProjectionContext projCtx) static <T extends ObjectType>
LensObjectDeltaOperation<T>LensUtil.createObjectDeltaOperation(ObjectDelta<T> objectDelta, OperationResult result, LensElementContext<T> objectContext, LensProjectionContext projCtx, 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()@NotNull List<LensObjectDeltaOperation<?>>LensContext.getRottenExecutedDeltas()Methods in com.evolveum.midpoint.model.impl.lens with parameters of type LensObjectDeltaOperationModifier and TypeMethodDescriptionvoidLensElementContext.addToExecutedDeltas(LensObjectDeltaOperation<O> executedDelta) protected voidLensObjectDeltaOperation.copyToClone(LensObjectDeltaOperation<T> clone) voidChangeExecutionResult.setExecutedOperation(@NotNull LensObjectDeltaOperation<O> objectDeltaOperation)