Uses of Interface
com.evolveum.midpoint.model.api.correlation.CorrelationService
Packages that use CorrelationService
Package
Description
-
Uses of CorrelationService in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page that return CorrelationService -
Uses of CorrelationService in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return CorrelationService -
Uses of CorrelationService in com.evolveum.midpoint.model.impl
Fields in com.evolveum.midpoint.model.impl declared as CorrelationService -
Uses of CorrelationService in com.evolveum.midpoint.model.impl.correlation
Classes in com.evolveum.midpoint.model.impl.correlation that implement CorrelationServiceModifier and TypeClassDescriptionclassProvides correlation-related functionality, primarily on top ofCorrelatorinterface: . the correlation itself (`correlate`) - including creation ofCompleteCorrelationResultout of correlator-providedCorrelationResultobject; . determining candidate owner suitability (`checkCandidateOwner`); . describing the correlation case (`describeCorrelationCase`); . completing a correlation case; and further auxiliary methods. -
Uses of CorrelationService in com.evolveum.midpoint.model.impl.correlator.tasks
Constructors in com.evolveum.midpoint.model.impl.correlator.tasks with parameters of type CorrelationServiceModifierConstructorDescriptionCorrelationSimulationActivityHandler(ActivityHandlerRegistry activityHandlerRegistry, CorrelationDefinitionProviderFactory correlationDefinitionProviderFactory, CorrelationService correlationService, ProvisioningService provisioningService) CorrelationSimulationActivityRun(ActivityRunInstantiationContext<CorrelationWorkDefinition, CorrelationSimulationActivityHandler> ctx, CorrelationService correlationService, ProvisioningService provisioningService, PrismContext prismContext) -
Uses of CorrelationService in com.evolveum.midpoint.model.impl.mappings.tasks
Constructors in com.evolveum.midpoint.model.impl.mappings.tasks with parameters of type CorrelationServiceModifierConstructorDescriptionMappingSimulationActivityHandler(ActivityHandlerRegistry activityHandlerRegistry, ProvisioningService provisioningService, CorrelationService correlationService, SystemObjectCache systemObjectCache, PrismContext prismContext) MappingSimulationActivityRun(ActivityRunInstantiationContext<MappingWorkDefinition, MappingSimulationActivityHandler> ctx, ProvisioningService provisioningService, CorrelationService correlationService, SystemObjectCache systemObjectCache, PrismContext prismContext)