Uses of Class
com.evolveum.midpoint.model.impl.lens.LensContext.GetOrCreateProjectionContextResult
Packages that use LensContext.GetOrCreateProjectionContextResult
-
Uses of LensContext.GetOrCreateProjectionContextResult in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return LensContext.GetOrCreateProjectionContextResultModifier and TypeMethodDescriptionstatic <F extends ObjectType>
@NotNull LensContext.GetOrCreateProjectionContextResultLensContext.getOrCreateProjectionContext(LensContext<F> context, ProjectionContextKey contextKey) TODO not sure if this method should be here or inProjectionsLoadOperation(that is currently the only client) The reason for being here is the similarity toLensContext.getOrCreateProjectionContext(LensContext, ConstructionTargetKey, boolean)and coupling withLensContext.getOrCreateProjectionContext(LensContext, HumanReadableDescribable, Supplier, Supplier).static <F extends ObjectType>
@NotNull LensContext.GetOrCreateProjectionContextResultLensContext.getOrCreateProjectionContext(LensContext<F> context, ConstructionTargetKey targetKey, boolean acceptReaping)