Uses of Interface
com.evolveum.midpoint.model.api.context.ModelProjectionContext
-
Packages that use ModelProjectionContext Package Description com.evolveum.midpoint.model.api.context com.evolveum.midpoint.model.api.expr -
-
Uses of ModelProjectionContext in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return ModelProjectionContext Modifier and Type Method Description ModelProjectionContext
ModelContext. findProjectionContextByKeyExact(@NotNull ProjectionContextKey key)
Methods in com.evolveum.midpoint.model.api.context that return types with arguments of type ModelProjectionContext Modifier and Type Method Description @NotNull Collection<? extends ModelProjectionContext>
ModelContext. findProjectionContexts(@NotNull ProjectionContextFilter filter)
@NotNull Collection<? extends ModelProjectionContext>
ModelContext. getProjectionContexts()
-
Uses of ModelProjectionContext in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that return ModelProjectionContext Modifier and Type Method Description ModelProjectionContext
MidpointFunctions. getProjectionContext()
Method parameters in com.evolveum.midpoint.model.api.expr with type arguments of type ModelProjectionContext Modifier and Type Method Description List<ShadowType>
MidpointFunctions. getShadowsToActivate(Collection<? extends ModelProjectionContext> projectionContexts)
Used for account activation notifier to collect all shadows which are going to be activated.
-