Uses of Class
fr.gouv.vitam.metadata.core.config.ElasticsearchExternalMetadataMapping
-
Packages that use ElasticsearchExternalMetadataMapping Package Description fr.gouv.vitam.ihmrecette.appserver Provides the web server application and configuration for the IHM Recette module and the rest resource it usesfr.gouv.vitam.metadata.core.config Provides API configuration classes for the Metadata modulefr.gouv.vitam.metadata.core.mapping -
-
Uses of ElasticsearchExternalMetadataMapping in fr.gouv.vitam.ihmrecette.appserver
Methods in fr.gouv.vitam.ihmrecette.appserver that return types with arguments of type ElasticsearchExternalMetadataMapping Modifier and Type Method Description java.util.List<ElasticsearchExternalMetadataMapping>
WebApplicationConfig. getElasticsearchExternalMetadataMappings()
Method parameters in fr.gouv.vitam.ihmrecette.appserver with type arguments of type ElasticsearchExternalMetadataMapping Modifier and Type Method Description void
WebApplicationConfig. setElasticsearchExternalMetadataMappings(java.util.List<ElasticsearchExternalMetadataMapping> elasticsearchExternalMetadataMappings)
-
Uses of ElasticsearchExternalMetadataMapping in fr.gouv.vitam.metadata.core.config
Methods in fr.gouv.vitam.metadata.core.config that return types with arguments of type ElasticsearchExternalMetadataMapping Modifier and Type Method Description java.util.List<ElasticsearchExternalMetadataMapping>
MetaDataConfiguration. getElasticsearchExternalMetadataMappings()
Method parameters in fr.gouv.vitam.metadata.core.config with type arguments of type ElasticsearchExternalMetadataMapping Modifier and Type Method Description void
MetaDataConfiguration. setElasticsearchExternalMetadataMappings(java.util.List<ElasticsearchExternalMetadataMapping> elasticsearchExternalMetadataMappings)
-
Uses of ElasticsearchExternalMetadataMapping in fr.gouv.vitam.metadata.core.mapping
Methods in fr.gouv.vitam.metadata.core.mapping that return types with arguments of type ElasticsearchExternalMetadataMapping Modifier and Type Method Description java.util.List<ElasticsearchExternalMetadataMapping>
MappingLoader. getElasticsearchExternalMappings()
Constructor parameters in fr.gouv.vitam.metadata.core.mapping with type arguments of type ElasticsearchExternalMetadataMapping Constructor Description MappingLoader(java.util.List<ElasticsearchExternalMetadataMapping> mappingData)
-