Class CorrelatorContext<C extends AbstractCorrelatorType>
java.lang.Object
com.evolveum.midpoint.model.api.correlator.CorrelatorContext<C>
- All Implemented Interfaces:
DebugDumpable
public class CorrelatorContext<C extends AbstractCorrelatorType>
extends Object
implements DebugDumpable
Overall context in which the correlator works.
Differs from
CorrelationContext in that the latter covers only a single correlation operation.
The former covers the whole life of a correlator, and operations other than correlation.-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
ConstructorsConstructorDescriptionCorrelatorContext(@NotNull CorrelatorConfiguration configuration, @NotNull AbstractCorrelatorType originalConfigurationBean, @NotNull CorrelationDefinitionType correlationDefinitionBean, @NotNull TemplateCorrelationConfiguration templateCorrelationConfiguration, @Nullable SystemConfigurationType systemConfiguration) -
Method Summary
Modifier and TypeMethodDescriptiondebugDump(int indent) double@NotNull CorrelatorConfiguration@NotNull CorrelationDefinitionTypedouble@NotNull AbstractCorrelatorType@Nullable SystemConfigurationType@NotNull TemplateCorrelationConfigurationtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Constructor Details
-
CorrelatorContext
public CorrelatorContext(@NotNull @NotNull CorrelatorConfiguration configuration, @NotNull @NotNull AbstractCorrelatorType originalConfigurationBean, @NotNull @NotNull CorrelationDefinitionType correlationDefinitionBean, @NotNull @NotNull TemplateCorrelationConfiguration templateCorrelationConfiguration, @Nullable @Nullable SystemConfigurationType systemConfiguration)
-
-
Method Details
-
getConfigurationBean
-
getConfiguration
-
getOriginalConfigurationBean
-
getCorrelationDefinitionBean
-
getSystemConfiguration
-
getTemplateCorrelationConfiguration
-
getDefiniteThreshold
public double getDefiniteThreshold() -
getCandidateThreshold
public double getCandidateThreshold() -
debugDump
- Specified by:
debugDumpin interfaceDebugDumpable
-
dumpXmlLazily
-
toString
-