Uses of Class
com.evolveum.midpoint.model.impl.correlator.BaseCorrelator
Packages that use BaseCorrelator
Package
Description
-
Uses of BaseCorrelator in com.evolveum.midpoint.model.impl.correlator.composite
Subclasses of BaseCorrelator in com.evolveum.midpoint.model.impl.correlator.compositeModifier and TypeClassDescriptionclassComposite correlator that evaluates its components (child correlators) and builds up the result according to their results. -
Uses of BaseCorrelator in com.evolveum.midpoint.model.impl.correlator.expression
Subclasses of BaseCorrelator in com.evolveum.midpoint.model.impl.correlator.expressionModifier and TypeClassDescriptionclassA correlator based on expressions that directly provide focal object(s) (or their references) for given resource object. -
Uses of BaseCorrelator in com.evolveum.midpoint.model.impl.correlator.filter
Subclasses of BaseCorrelator in com.evolveum.midpoint.model.impl.correlator.filterModifier and TypeClassDescriptionclassA correlator based on a filter that matches focal object(s) to given resource object. -
Uses of BaseCorrelator in com.evolveum.midpoint.model.impl.correlator.idmatch
Subclasses of BaseCorrelator in com.evolveum.midpoint.model.impl.correlator.idmatchModifier and TypeClassDescriptionclassA correlator based on an external service providing ID Match API. -
Uses of BaseCorrelator in com.evolveum.midpoint.model.impl.correlator.items
Subclasses of BaseCorrelator in com.evolveum.midpoint.model.impl.correlator.itemsModifier and TypeClassDescriptionclassA "user-friendly" correlator based on a list of items that need to be matched between the source (usually the pre-focus, but a shadow is acceptable here as well), and the target (set of focal objects). -
Uses of BaseCorrelator in com.evolveum.midpoint.model.impl.correlator.noop
Subclasses of BaseCorrelator in com.evolveum.midpoint.model.impl.correlator.noopModifier and TypeClassDescriptionclassA correlator that does nothing: returns "no owner" in all cases.