Class PreservationReportRepository
java.lang.Object
fr.gouv.vitam.batch.report.rest.repository.PreservationReportRepository
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPreservationReportRepository
(MongoDbAccess mongoDbAccess) PreservationReportRepository
(MongoDbAccess mongoDbAccess, String collectionName) -
Method Summary
Modifier and TypeMethodDescriptionvoid
bulkAppendReport
(List<PreservationReportEntry> reports) void
deleteReportByIdAndTenant
(String processId, int tenantId) com.mongodb.client.MongoCursor<org.bson.Document>
findCollectionByProcessIdTenant
(String processId, int tenantId)
-
Field Details
-
PRESERVATION_REPORT
- See Also:
-
-
Constructor Details
-
PreservationReportRepository
-
PreservationReportRepository
-
-
Method Details
-
bulkAppendReport
-
findCollectionByProcessIdTenant
public com.mongodb.client.MongoCursor<org.bson.Document> findCollectionByProcessIdTenant(String processId, int tenantId) -
stats
-
deleteReportByIdAndTenant
-