Class ItemsCorrelatorFactory
java.lang.Object
com.evolveum.midpoint.model.impl.correlator.items.ItemsCorrelatorFactory
- All Implemented Interfaces:
CorrelatorFactory<ItemsCorrelator,ItemsCorrelatorType>
@Component
public class ItemsCorrelatorFactory
extends Object
implements CorrelatorFactory<ItemsCorrelator,ItemsCorrelatorType>
Factory for
ItemsCorrelator instances.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull Class<ItemsCorrelatorType>Returns the type of configuration bean supported by this factory.@NotNull ItemsCorrelatorinstantiate(@NotNull CorrelatorContext<ItemsCorrelatorType> context, @NotNull Task task, @NotNull OperationResult result) Instantiates correlator of given type with provided configuration.voidregister()
-
Constructor Details
-
ItemsCorrelatorFactory
public ItemsCorrelatorFactory()
-
-
Method Details
-
register
@PostConstruct public void register() -
getConfigurationBeanType
Description copied from interface:CorrelatorFactoryReturns the type of configuration bean supported by this factory.- Specified by:
getConfigurationBeanTypein interfaceCorrelatorFactory<ItemsCorrelator,ItemsCorrelatorType>
-
instantiate
@NotNull public @NotNull ItemsCorrelator instantiate(@NotNull @NotNull CorrelatorContext<ItemsCorrelatorType> context, @NotNull @NotNull Task task, @NotNull @NotNull OperationResult result) throws ConfigurationException Description copied from interface:CorrelatorFactoryInstantiates correlator of given type with provided configuration. TODO consider deleting unused `task` parameter- Specified by:
instantiatein interfaceCorrelatorFactory<ItemsCorrelator,ItemsCorrelatorType> - Throws:
ConfigurationException
-