Uses of Class
com.evolveum.midpoint.model.impl.lens.LensObjectDeltaOperation
-
Packages that use LensObjectDeltaOperation Package Description com.evolveum.midpoint.model.impl.lens -
-
Uses of LensObjectDeltaOperation in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return LensObjectDeltaOperation Modifier and Type Method Description LensObjectDeltaOperation<T>
LensObjectDeltaOperation. 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 LensObjectDeltaOperation Modifier and Type Method Description @NotNull List<LensObjectDeltaOperation<O>>
LensElementContext. getExecutedDeltas()
@NotNull List<LensObjectDeltaOperation<?>>
LensContext. getRottenExecutedDeltas()
Methods in com.evolveum.midpoint.model.impl.lens with parameters of type LensObjectDeltaOperation Modifier and Type Method Description void
LensElementContext. addToExecutedDeltas(LensObjectDeltaOperation<O> executedDelta)
protected void
LensObjectDeltaOperation. copyToClone(LensObjectDeltaOperation<T> clone)
-