Uses of Class
fr.gouv.vitam.metadata.core.graph.StoreGraphException
-
Packages that use StoreGraphException Package Description fr.gouv.vitam.metadata.core.graph -
-
Uses of StoreGraphException in fr.gouv.vitam.metadata.core.graph
Methods in fr.gouv.vitam.metadata.core.graph that throw StoreGraphException Modifier and Type Method Description java.time.LocalDateTimeStoreGraphService. getLastGraphStoreDate(MetadataCollections metadataCollections)As the files generated are zip files.voidStoreGraphService. storeInWorkspace(java.lang.String containerName, java.lang.String graphFolder, java.util.List<org.bson.Document> documents)Connect to workspace and store the collection of documents as json file The destination container is containerName The destination folder is GRAPHjava.util.Map<MetadataCollections,java.lang.Integer>StoreGraphService. tryStoreGraph()If no graph store in progress, try to start one Should be exposed in the APIvoidStoreGraphService. zipAndSaveInOffer(DataCategory dataCategory, java.lang.String containerName, java.lang.String graphFolder, java.lang.String graphZipName, java.lang.String graph_store_name)
-