public interface SearchIntegrationFinalizer
| Modifier and Type | Method and Description |
|---|---|
SearchIntegration |
finalizeIntegration()
Finalize the building of the integration.
|
<PBM,M> M |
finalizeMapping(MappingKey<PBM,M> mappingKey,
MappingFinalizer<PBM,M> finalizer)
Finalize the building of a mapping.
|
<PBM,M> M finalizeMapping(MappingKey<PBM,M> mappingKey, MappingFinalizer<PBM,M> finalizer)
PBM - The type of the partially-built mapping.M - The type of the fully-built mapping.mappingKey - The mapping key allowing to retrieve the pre-built mapping.finalizer - The object responsible for turning a pre-built mapping into a fully-built mapping
(it may hold some additional context).SearchIntegration finalizeIntegration()
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.