Uses of Interface
com.evolveum.midpoint.model.api.correlator.Correlator
Packages that use Correlator
Package
Description
-
Uses of Correlator in com.evolveum.midpoint.model.api.correlator
Classes in com.evolveum.midpoint.model.api.correlator with type parameters of type CorrelatorModifier and TypeInterfaceDescriptioninterfaceCorrelatorFactory<C extends Correlator,CB extends AbstractCorrelatorType> Instantiates configured correlators.Methods in com.evolveum.midpoint.model.api.correlator that return CorrelatorModifier and TypeMethodDescription<CB extends AbstractCorrelatorType>
@NotNull CorrelatorCorrelatorFactoryRegistry.instantiateCorrelator(@NotNull CorrelatorContext<CB> correlatorContext, @NotNull Task task, @NotNull OperationResult result) -
Uses of Correlator in com.evolveum.midpoint.model.impl.correlator
Classes in com.evolveum.midpoint.model.impl.correlator that implement CorrelatorModifier and TypeClassDescriptionclassBaseCorrelator<CCB extends AbstractCorrelatorType>Abstract superclass for built-in correlators.Methods in com.evolveum.midpoint.model.impl.correlator that return CorrelatorModifier and TypeMethodDescriptionprotected @NotNull CorrelatorBaseCorrelator.instantiateChild(@NotNull CorrelatorConfiguration childConfiguration, @NotNull Task task, @NotNull OperationResult result) <CB extends AbstractCorrelatorType>
@NotNull CorrelatorCorrelatorFactoryRegistryImpl.instantiateCorrelator(@NotNull CorrelatorContext<CB> correlatorContext, @NotNull Task task, @NotNull OperationResult result) Convenience method to look up a correlator factory based on the specific (typed) configuration, and then instantiate the correlator. -
Uses of Correlator in com.evolveum.midpoint.model.impl.correlator.composite
Classes in com.evolveum.midpoint.model.impl.correlator.composite that implement CorrelatorModifier and TypeClassDescriptionclassComposite correlator that evaluates its components (child correlators) and builds up the result according to their results. -
Uses of Correlator in com.evolveum.midpoint.model.impl.correlator.expression
Classes in com.evolveum.midpoint.model.impl.correlator.expression that implement CorrelatorModifier and TypeClassDescriptionclassA correlator based on expressions that directly provide focal object(s) (or their references) for given resource object. -
Uses of Correlator in com.evolveum.midpoint.model.impl.correlator.filter
Classes in com.evolveum.midpoint.model.impl.correlator.filter that implement CorrelatorModifier and TypeClassDescriptionclassA correlator based on a filter that matches focal object(s) to given resource object. -
Uses of Correlator in com.evolveum.midpoint.model.impl.correlator.idmatch
Classes in com.evolveum.midpoint.model.impl.correlator.idmatch that implement CorrelatorModifier and TypeClassDescriptionclassA correlator based on an external service providing ID Match API. -
Uses of Correlator in com.evolveum.midpoint.model.impl.correlator.items
Classes in com.evolveum.midpoint.model.impl.correlator.items that implement CorrelatorModifier 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 Correlator in com.evolveum.midpoint.model.impl.correlator.noop
Classes in com.evolveum.midpoint.model.impl.correlator.noop that implement CorrelatorModifier and TypeClassDescriptionclassA correlator that does nothing: returns "no owner" in all cases.