Uses of Class
fr.gouv.vitam.common.database.server.elasticsearch.model.ElasticsearchCollections
-
Packages that use ElasticsearchCollections Package Description fr.gouv.vitam.common.database.api.impl Provides common database API implementationsfr.gouv.vitam.common.database.server.elasticsearch.model -
-
Uses of ElasticsearchCollections in fr.gouv.vitam.common.database.api.impl
Methods in fr.gouv.vitam.common.database.api.impl with parameters of type ElasticsearchCollections Modifier and Type Method Description voidVitamElasticsearchRepository. save(ElasticsearchCollections elasticsearchCollections, java.util.List<org.bson.Document> documents) -
Uses of ElasticsearchCollections in fr.gouv.vitam.common.database.server.elasticsearch.model
Methods in fr.gouv.vitam.common.database.server.elasticsearch.model that return ElasticsearchCollections Modifier and Type Method Description static ElasticsearchCollectionsElasticsearchCollections. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ElasticsearchCollections[]ElasticsearchCollections. values()Returns an array containing the constants of this enum type, in the order they are declared.
-