Uses of Class
com.evolveum.midpoint.model.api.correlator.CorrelatorContext
-
-
Uses of CorrelatorContext in com.evolveum.midpoint.model.api.correlator
Methods in com.evolveum.midpoint.model.api.correlator that return CorrelatorContext Modifier and Type Method Description @NotNull CorrelatorContext<?>
CorrelationService. createRootCorrelatorContext(@NotNull CompositeCorrelatorType correlators, @Nullable CorrelationDefinitionType correlationDefinitionBean, @Nullable SystemConfigurationType systemConfiguration)
Creates the root correlator context for given configuration.Methods in com.evolveum.midpoint.model.api.correlator with parameters of type CorrelatorContext Modifier and Type Method Description C
CorrelatorFactory. instantiate(@NotNull CorrelatorContext<CB> configuration, @NotNull Task task, @NotNull OperationResult result)
Instantiates correlator of given type with provided configuration.<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 CorrelatorContext in com.evolveum.midpoint.model.impl.correlation
Methods in com.evolveum.midpoint.model.impl.correlation that return CorrelatorContext Modifier and Type Method Description static CorrelatorContext<?>
CorrelatorContextCreator. createChildContext(@NotNull CorrelatorConfiguration childConfiguration, @NotNull AbstractCorrelatorType parentOriginalConfigurationBean, @Nullable CorrelationDefinitionType correlationDefinitionBean, @Nullable SystemConfigurationType systemConfiguration)
@NotNull CorrelatorContext<?>
CorrelationServiceImpl. createRootCorrelatorContext(@NotNull CompositeCorrelatorType correlators, @Nullable CorrelationDefinitionType correlationDefinitionBean, @Nullable SystemConfigurationType systemConfiguration)
-
Uses of CorrelatorContext in com.evolveum.midpoint.model.impl.correlator
Fields in com.evolveum.midpoint.model.impl.correlator declared as CorrelatorContext Modifier and Type Field Description protected @NotNull CorrelatorContext<CCB>
BaseCorrelator. correlatorContext
Correlator [instantiation] context.Methods in com.evolveum.midpoint.model.impl.correlator with parameters of type CorrelatorContext Modifier and Type Method Description <CB extends AbstractCorrelatorType>
@NotNull CorrelatorCorrelatorFactoryRegistryImpl. instantiateCorrelator(@NotNull CorrelatorContext<CB> correlatorContext, @NotNull Task task, @NotNull OperationResult result)
Constructors in com.evolveum.midpoint.model.impl.correlator with parameters of type CorrelatorContext Constructor Description BaseCorrelator(@NotNull Trace logger, @NotNull String typeName, @NotNull CorrelatorContext<CCB> correlatorContext, @NotNull ModelBeans beans)
-
Uses of CorrelatorContext in com.evolveum.midpoint.model.impl.correlator.composite
Methods in com.evolveum.midpoint.model.impl.correlator.composite with parameters of type CorrelatorContext Modifier and Type Method Description @NotNull com.evolveum.midpoint.model.impl.correlator.composite.CompositeCorrelator
CompositeCorrelatorFactory. instantiate(@NotNull CorrelatorContext<CompositeCorrelatorType> context, @NotNull Task task, @NotNull OperationResult result)
-
Uses of CorrelatorContext in com.evolveum.midpoint.model.impl.correlator.expression
Methods in com.evolveum.midpoint.model.impl.correlator.expression with parameters of type CorrelatorContext Modifier and Type Method Description @NotNull com.evolveum.midpoint.model.impl.correlator.expression.ExpressionCorrelator
ExpressionCorrelatorFactory. instantiate(@NotNull CorrelatorContext<ExpressionCorrelatorType> context, @NotNull Task task, @NotNull OperationResult result)
-
Uses of CorrelatorContext in com.evolveum.midpoint.model.impl.correlator.filter
Methods in com.evolveum.midpoint.model.impl.correlator.filter with parameters of type CorrelatorContext Modifier and Type Method Description @NotNull com.evolveum.midpoint.model.impl.correlator.filter.FilterCorrelator
FilterCorrelatorFactory. instantiate(@NotNull CorrelatorContext<FilterCorrelatorType> context, @NotNull Task task, @NotNull OperationResult result)
-
Uses of CorrelatorContext in com.evolveum.midpoint.model.impl.correlator.idmatch
Methods in com.evolveum.midpoint.model.impl.correlator.idmatch with parameters of type CorrelatorContext Modifier and Type Method Description @NotNull com.evolveum.midpoint.model.impl.correlator.idmatch.IdMatchCorrelator
IdMatchCorrelatorFactory. instantiate(@NotNull CorrelatorContext<IdMatchCorrelatorType> correlatorContext, @NotNull Task task, @NotNull OperationResult result)
-
Uses of CorrelatorContext in com.evolveum.midpoint.model.impl.correlator.items
Methods in com.evolveum.midpoint.model.impl.correlator.items with parameters of type CorrelatorContext Modifier and Type Method Description static CorrelationItem
CorrelationItem. create(@NotNull CorrelationItemDefinitionType itemBean, @NotNull CorrelatorContext<?> correlatorContext, @NotNull ShadowType resourceObject, @NotNull ObjectType preFocus)
static CorrelationItem
CorrelationItem. create(@NotNull ItemCorrelationType itemBean, @NotNull CorrelatorContext<ItemsCorrelatorType> correlatorContext, @NotNull CorrelationContext correlationContext)
static CorrelationItemSource
CorrelationItemSource. create(@NotNull CorrelationItemDefinitionType itemDefinitionBean, @NotNull CorrelatorContext<?> correlatorContext, @NotNull ShadowType resourceObject, @NotNull ObjectType preFocus)
Creates the source part ofCorrelationItem
from the definition (item bean) and the whole context.@NotNull com.evolveum.midpoint.model.impl.correlator.items.ItemsCorrelator
ItemsCorrelatorFactory. instantiate(@NotNull CorrelatorContext<ItemsCorrelatorType> context, @NotNull Task task, @NotNull OperationResult result)
-
Uses of CorrelatorContext in com.evolveum.midpoint.model.impl.correlator.noop
Methods in com.evolveum.midpoint.model.impl.correlator.noop with parameters of type CorrelatorContext Modifier and Type Method Description @NotNull com.evolveum.midpoint.model.impl.correlator.noop.NoOpCorrelator
NoOpCorrelatorFactory. instantiate(@NotNull CorrelatorContext<NoOpCorrelatorType> context, @NotNull Task task, @NotNull OperationResult result)
-