Class TraceabilityReportRepository
java.lang.Object
fr.gouv.vitam.batch.report.rest.repository.ReportCommonRepository
fr.gouv.vitam.batch.report.rest.repository.TraceabilityReportRepository
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bulkAppendReport
(List<TraceabilityObjectModel> reports) computeVitamResults
(String processId, Integer tenantId) void
deleteReportByIdAndTenant
(String processId, int tenantId) com.mongodb.client.MongoCursor<org.bson.Document>
findCollection
(String processId, int tenantId) Methods inherited from class fr.gouv.vitam.batch.report.rest.repository.ReportCommonRepository
bulkAppendReport, deleteReportByIdAndTenant
-
Field Details
-
TRACEABILITY_REPORT
- See Also:
-
-
Constructor Details
-
TraceabilityReportRepository
-
-
Method Details
-
findCollection
public com.mongodb.client.MongoCursor<org.bson.Document> findCollection(String processId, int tenantId) -
stats
-
computeVitamResults
-
bulkAppendReport
-
deleteReportByIdAndTenant
-