Uses of Interface
com.evolveum.midpoint.model.api.context.ModelElementContext
-
Packages that use ModelElementContext Package Description com.evolveum.midpoint.model.api.context com.evolveum.midpoint.model.api.expr -
-
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.
-