Uses of Interface
com.evolveum.midpoint.model.api.correlator.Correlator
-
Packages that use Correlator Package Description com.evolveum.midpoint.model.api.correlator -
-
Uses of Correlator in com.evolveum.midpoint.model.api.correlator
Classes in com.evolveum.midpoint.model.api.correlator with type parameters of type Correlator Modifier and Type Interface Description interface
CorrelatorFactory<C extends Correlator,CB extends AbstractCorrelatorType>
Instantiates configured correlators.Methods in com.evolveum.midpoint.model.api.correlator that return Correlator Modifier and Type Method Description <CB extends AbstractCorrelatorType>
@NotNull CorrelatorCorrelatorFactoryRegistry. instantiateCorrelator(@NotNull CorrelatorContext<CB> correlatorContext, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)
Convenience method to look up a correlator factory based on the specific (typed) configuration, and then instantiate the correlator.
-