Uses of Class
fr.gouv.vitam.metadata.core.database.collections.MetadataCollections
-
Packages that use MetadataCollections Package Description fr.gouv.vitam.metadata.core.database.collections Providesfr.gouv.vitam.metadata.core.graph fr.gouv.vitam.metadata.core.graph.api fr.gouv.vitam.metadata.core.reconstruction Provides reconstruction classes for Metadata module -
-
Uses of MetadataCollections in fr.gouv.vitam.metadata.core.database.collections
Methods in fr.gouv.vitam.metadata.core.database.collections that return MetadataCollections Modifier and Type Method Description static MetadataCollectionsMetadataCollections. getFromValue(java.lang.String collection)get collection from value.protected abstract MetadataCollectionsMetadataDocument. getMetadataCollections()protected MetadataCollectionsObjectGroup. getMetadataCollections()protected MetadataCollectionsUnit. getMetadataCollections()static MetadataCollectionsMetadataCollections. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MetadataCollections[]MetadataCollections. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.metadata.core.database.collections with parameters of type MetadataCollections Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>ElasticsearchAccessMetadata. addIndex(MetadataCollections collection, java.lang.Integer tenantId)Add a type to an indexorg.elasticsearch.action.search.SearchResponseElasticsearchAccessMetadata. basicSearch(MetadataCollections collection, java.lang.Integer tenantId, java.util.List<org.elasticsearch.search.aggregations.AggregationBuilder> aggregations, org.elasticsearch.index.query.QueryBuilder query)Makes a search request on elasticsearch on a collection with aggregations and a querystatic com.mongodb.client.result.DeleteResultMongoDbMetadataHelper. delete(MetadataCollections collection, org.bson.conversions.Bson condition, int nb)Deprecated.UpdatedDocumentDbRequest. execUpdateRequest(RequestParserMultiple requestParser, java.lang.String documentId, MetadataCollections metadataCollection, OntologyValidator ontologyValidator, UnitValidator unitValidator, java.util.List<OntologyModel> ontologyModels)static MetadataDocumentMongoDbMetadataHelper. findOne(MetadataCollections col, java.lang.String id)Deprecated.Find the corresponding id in col collection if it exists.com.fasterxml.jackson.databind.JsonNodeMetadataRepositoryService. getDocumentById(MetadataCollections collection, java.lang.String id, java.lang.Integer tenant)Retrieve document by its ID in a given collection filtered by a tenant in mongojava.util.List<com.fasterxml.jackson.databind.JsonNode>MetadataRepositoryService. getDocumentsByIds(MetadataCollections collection, java.util.Collection<java.lang.String> ids, java.lang.Integer tenant)Retrieve document by its ID in a given collection filtered by a tenant in mongovoidElasticsearchAccessMetadata. insertFullDocument(MetadataCollections collection, java.lang.Integer tenantId, java.lang.String id, MetadataDocument doc)Insert one elementvoidElasticsearchAccessMetadata. insertFullDocuments(MetadataCollections collection, java.lang.Integer tenantId, java.util.Collection<? extends MetadataDocument> documents)protected ResultElasticsearchAccessMetadata. search(MetadataCollections collection, java.lang.Integer tenantId, org.elasticsearch.index.query.QueryBuilder query, java.util.List<org.elasticsearch.search.sort.SortBuilder> sorts, int offset, java.lang.Integer limit, java.util.List<org.elasticsearch.search.aggregations.AggregationBuilder> facets, java.lang.String scrollId, java.lang.Integer scrollTimeout)static com.mongodb.client.FindIterable<?>MongoDbMetadataHelper. select(MetadataCollections collection, org.bson.conversions.Bson condition, org.bson.conversions.Bson projection)Deprecated.Does not call getAfterLoad.static com.mongodb.client.FindIterable<?>MongoDbMetadataHelper. select(MetadataCollections collection, org.bson.conversions.Bson condition, org.bson.conversions.Bson projection, org.bson.conversions.Bson orderBy, int offset, int limit)Deprecated.Does not call getAfterLoad.voidElasticsearchAccessMetadata. updateFullDocument(MetadataCollections collection, java.lang.Integer tenantId, java.lang.String id, MetadataDocument metadataDocument)Update one element fullyMethod parameters in fr.gouv.vitam.metadata.core.database.collections with type arguments of type MetadataCollections Modifier and Type Method Description static voidMetadataCollections. afterTest(java.util.Collection<MetadataCollections> metadataCollections, java.lang.Integer... tenants)static voidMetadataCollections. afterTestClass(java.util.Collection<MetadataCollections> metadataCollections, boolean deleteEsIndex, java.lang.Integer... tenants)static voidMetadataCollections. beforeTestClass(com.mongodb.client.MongoDatabase db, java.lang.String prefix, ElasticsearchAccessMetadata esClient, java.util.Collection<MetadataCollections> metadataCollections, java.lang.Integer... tenants) -
Uses of MetadataCollections in fr.gouv.vitam.metadata.core.graph
Methods in fr.gouv.vitam.metadata.core.graph that return types with arguments of type MetadataCollections Modifier and Type Method Description java.util.Map<MetadataCollections,java.lang.Integer>StoreGraphService. tryStoreGraph()If no graph store in progress, try to start one Should be exposed in the APIMethods in fr.gouv.vitam.metadata.core.graph with parameters of type MetadataCollections Modifier and Type Method Description voidGraphComputeServiceImpl. bulkElasticsearch(MetadataCollections metaDaCollection, java.util.List<org.bson.Document> collection)voidGraphComputeServiceImpl. bulkElasticsearch(MetadataCollections metaDaCollection, java.util.Set<java.lang.String> collection)voidGraphComputeServiceImpl. bulkUpdateMongo(MetadataCollections metaDaCollection, java.util.List<com.mongodb.client.model.WriteModel<org.bson.Document>> collection)GraphComputeResponseGraphComputeServiceImpl. computeGraph(MetadataCollections metadataCollections, java.util.Set<java.lang.String> documentsId, boolean computeObjectGroupGraph, boolean invalidateComputedInheritedRules)java.time.LocalDateTimeStoreGraphService. getLastGraphStoreDate(MetadataCollections metadataCollections)As the files generated are zip files. -
Uses of MetadataCollections in fr.gouv.vitam.metadata.core.graph.api
Methods in fr.gouv.vitam.metadata.core.graph.api with parameters of type MetadataCollections Modifier and Type Method Description voidGraphComputeService. bulkElasticsearch(MetadataCollections metaDaCollection, java.util.List<org.bson.Document> collection)Bulk save in elasticsearchvoidGraphComputeService. bulkElasticsearch(MetadataCollections metaDaCollection, java.util.Set<java.lang.String> collection)Bulk save in elasticsearchvoidGraphComputeService. bulkUpdateMongo(MetadataCollections metaDaCollection, java.util.List<com.mongodb.client.model.WriteModel<org.bson.Document>> collection)Bulk write in mongodbdefault voidGraphComputeService. computeGraph(MetadataCollections metadataCollections, java.util.List<org.bson.Document> documents, boolean invalidateComputedInheritedRules)Generic method to calculate graph for unit and object groupGraphComputeResponseGraphComputeService. computeGraph(MetadataCollections metadataCollections, java.util.Set<java.lang.String> unitsId, boolean computeObjectGroupGraph, boolean invalidateComputedInheritedRules)Compute graph for unit/got from all parents -
Uses of MetadataCollections in fr.gouv.vitam.metadata.core.reconstruction
Methods in fr.gouv.vitam.metadata.core.reconstruction with parameters of type MetadataCollections Modifier and Type Method Description MetadataBackupModelRestoreBackupService. loadData(java.lang.String strategy, MetadataCollections collection, java.lang.String filename, long offset)Load data from storagevoidReconstructionService. purgeReconstructedDocumentsWithGraphOnlyData(MetadataCollections metaDaCollection)Find all older (AU/GOT) where only graph data are reconstructed As Documents with only graph data are not indexed in elasticsearch => we have not to implement deletion from Elastcisearch
-