Uses of Interface
com.evolveum.midpoint.model.api.correlator.Correlator
-
Packages that use Correlator Package Description com.evolveum.midpoint.model.api.correlator com.evolveum.midpoint.model.impl.correlation com.evolveum.midpoint.model.impl.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 Correlator
CorrelationService. instantiateCorrelator(@NotNull CaseType aCase, @NotNull Task task, @NotNull OperationResult result)
Instantiates the correlator for given correlation case.@NotNull Correlator
CorrelationService. instantiateCorrelator(@NotNull ShadowType shadow, @NotNull Task task, @NotNull OperationResult result)
Instantiates the correlator for given shadow.<CB extends AbstractCorrelatorType>
@NotNull CorrelatorCorrelatorFactoryRegistry. 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.correlation
Methods in com.evolveum.midpoint.model.impl.correlation that return Correlator Modifier and Type Method Description Correlator
CorrelationServiceImpl. instantiateCorrelator(@NotNull CaseType aCase, @NotNull Task task, @NotNull OperationResult result)
@NotNull Correlator
CorrelationServiceImpl. instantiateCorrelator(@NotNull ShadowType shadowedResourceObject, @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 Correlator Modifier and Type Class Description class
BaseCorrelator<CCB extends AbstractCorrelatorType>
Abstract superclass for non-trivial built-in correlators.Methods in com.evolveum.midpoint.model.impl.correlator that return Correlator Modifier and Type Method Description protected @NotNull Correlator
BaseCorrelator. 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)
-