Uses of Interface
com.evolveum.midpoint.model.api.context.ModelElementContext
-
-
Uses of ModelElementContext in com.evolveum.midpoint.model.api.context
Subinterfaces of ModelElementContext in com.evolveum.midpoint.model.api.context Modifier and Type Interface Description interfaceModelProjectionContextMethods in com.evolveum.midpoint.model.api.context that return ModelElementContext Modifier and Type Method Description ModelElementContext<F>ModelContext. getFocusContext()@NotNull ModelElementContext<F>ModelContext. getFocusContextRequired() -
Uses of ModelElementContext in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that return ModelElementContext Modifier and Type Method Description <F extends ObjectType>
ModelElementContext<F>MidpointFunctions. getFocusContext()Method parameters in com.evolveum.midpoint.model.api.expr with type arguments of type ModelElementContext Modifier and Type Method Description List<ShadowType>MidpointFunctions. getShadowsToActivate(Collection<? extends ModelElementContext> projectionContexts)Used for account activation notifier to collect all shadows which are going to be activated. -
Uses of ModelElementContext in com.evolveum.midpoint.model.impl.expr
Methods in com.evolveum.midpoint.model.impl.expr that return ModelElementContext Modifier and Type Method Description <F extends ObjectType>
ModelElementContext<F>MidpointFunctionsImpl. getFocusContext()Method parameters in com.evolveum.midpoint.model.impl.expr with type arguments of type ModelElementContext Modifier and Type Method Description List<ShadowType>MidpointFunctionsImpl. getShadowsToActivate(Collection<? extends ModelElementContext> projectionContexts) -
Uses of ModelElementContext in com.evolveum.midpoint.model.impl.lens
Classes in com.evolveum.midpoint.model.impl.lens that implement ModelElementContext Modifier and Type Class Description classLensElementContext<O extends ObjectType>Lens context for a computation element - a focus or a projection.classLensFocusContext<O extends ObjectType>classLensProjectionContext -
Uses of ModelElementContext in com.evolveum.midpoint.notifications.api.events
Methods in com.evolveum.midpoint.notifications.api.events that return ModelElementContext Modifier and Type Method Description @NotNull ModelElementContext<?>ModelEvent. getFocusContext()
-