Class NoOpCorrelatorFactory
java.lang.Object
com.evolveum.midpoint.model.impl.correlator.noop.NoOpCorrelatorFactory
- All Implemented Interfaces:
CorrelatorFactory<NoOpCorrelator,NoOpCorrelatorType>
@Component
public class NoOpCorrelatorFactory
extends Object
implements CorrelatorFactory<NoOpCorrelator,NoOpCorrelatorType>
Factory for
NoOpCorrelator instances.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull Class<NoOpCorrelatorType>Returns the type of configuration bean supported by this factory.@NotNull NoOpCorrelatorinstantiate(@NotNull CorrelatorContext<NoOpCorrelatorType> context, @NotNull Task task, @NotNull OperationResult result) Instantiates correlator of given type with provided configuration.voidregister()
-
Constructor Details
-
NoOpCorrelatorFactory
public NoOpCorrelatorFactory()
-
-
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<NoOpCorrelator,NoOpCorrelatorType>
-
instantiate
@NotNull public @NotNull NoOpCorrelator instantiate(@NotNull @NotNull CorrelatorContext<NoOpCorrelatorType> context, @NotNull @NotNull Task task, @NotNull @NotNull OperationResult result) Description copied from interface:CorrelatorFactoryInstantiates correlator of given type with provided configuration. TODO consider deleting unused `task` parameter- Specified by:
instantiatein interfaceCorrelatorFactory<NoOpCorrelator,NoOpCorrelatorType>
-