Uses of Class
com.evolveum.midpoint.model.api.correlator.CorrelatorContext
Packages that use CorrelatorContext
Package
Description
-
Uses of CorrelatorContext in com.evolveum.midpoint.model.api.correlator
Methods in com.evolveum.midpoint.model.api.correlator with parameters of type CorrelatorContextModifier and TypeMethodDescriptionCorrelatorFactory.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) -
Uses of CorrelatorContext in com.evolveum.midpoint.model.impl.correlation
Methods in com.evolveum.midpoint.model.impl.correlation that return CorrelatorContextModifier and TypeMethodDescriptionstatic CorrelatorContext<?>CorrelatorContextCreator.createChildContext(@NotNull CorrelatorConfiguration childConfiguration, @NotNull CorrelationDefinitionType correlationDefinitionBean, @NotNull TemplateCorrelationConfiguration templateCorrelationConfiguration, @Nullable SystemConfigurationType systemConfiguration) static CorrelatorContext<?>CorrelatorContextCreator.createRootContext(@Nullable CorrelationDefinitionType correlationDefinitionBean, @NotNull CorrelatorDiscriminator correlatorDiscriminator, @Nullable ObjectTemplateType objectTemplate, @Nullable SystemConfigurationType systemConfiguration) @NotNull CorrelatorContext<?>CorrelationServiceImpl.createRootCorrelatorContext(@NotNull SynchronizationPolicy synchronizationPolicy, @Nullable ObjectTemplateType objectTemplate, @NotNull CorrelatorDiscriminator discriminator, @Nullable SystemConfigurationType systemConfiguration) Creates the root correlator context for given configuration.Methods in com.evolveum.midpoint.model.impl.correlation with parameters of type CorrelatorContextModifier and TypeMethodDescription@NotNull CompleteCorrelationResultCorrelationServiceImpl.correlate(@NotNull CorrelatorContext<?> rootCorrelatorContext, @NotNull CorrelationContext correlationContext, @NotNull OperationResult parentResult) Executes the correlation in the standard way.@NotNull CorrelationCaseDescription<?>CorrelationServiceImpl.describeCorrelationCase(@NotNull CorrelatorContext<?> correlatorContext, @NotNull CorrelationContext correlationContext, @NotNull List<ResourceObjectOwnerOptionType> ownerOptionsList, @Nullable CorrelationService.CorrelationCaseDescriptionOptions options, @NotNull Task task, @NotNull OperationResult result) -
Uses of CorrelatorContext in com.evolveum.midpoint.model.impl.correlator
Fields in com.evolveum.midpoint.model.impl.correlator declared as CorrelatorContextModifier and TypeFieldDescriptionprotected final @NotNull CorrelatorContext<CCB>BaseCorrelator.correlatorContextCorrelator [instantiation] context.Methods in com.evolveum.midpoint.model.impl.correlator with parameters of type CorrelatorContextModifier and TypeMethodDescription<CB extends AbstractCorrelatorType>
@NotNull CorrelatorCorrelatorFactoryRegistryImpl.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.Constructors in com.evolveum.midpoint.model.impl.correlator with parameters of type CorrelatorContextModifierConstructorDescriptionprotectedBaseCorrelator(@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 CorrelatorContextModifier and TypeMethodDescription@NotNull CompositeCorrelatorCompositeCorrelatorFactory.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 CorrelatorContextModifier and TypeMethodDescription@NotNull ExpressionCorrelatorExpressionCorrelatorFactory.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 CorrelatorContextModifier and TypeMethodDescription@NotNull FilterCorrelatorFilterCorrelatorFactory.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 CorrelatorContextModifier and TypeMethodDescription@NotNull IdMatchCorrelatorIdMatchCorrelatorFactory.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 CorrelatorContextModifier and TypeMethodDescriptionstatic CorrelationItemCorrelationItem.create(@NotNull CorrelationItemType itemBean, @NotNull CorrelatorContext<?> correlatorContext, @NotNull ObjectType preFocus) @NotNull ItemsCorrelatorItemsCorrelatorFactory.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 CorrelatorContextModifier and TypeMethodDescription@NotNull NoOpCorrelatorNoOpCorrelatorFactory.instantiate(@NotNull CorrelatorContext<NoOpCorrelatorType> context, @NotNull Task task, @NotNull OperationResult result)