Class UpdateUnitReportRepository
java.lang.Object
fr.gouv.vitam.batch.report.rest.repository.ReportCommonRepository
fr.gouv.vitam.batch.report.rest.repository.UpdateUnitReportRepository
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateUnitReportRepository
(MongoDbAccess mongoDbAccess) UpdateUnitReportRepository
(MongoDbAccess mongoDbAccess, String collectionName) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
deleteReportByIdAndTenant
(String processId, int tenantId) com.mongodb.client.MongoCursor<org.bson.Document>
findCollectionByProcessIdTenant
(String processId, int tenantId) Methods inherited from class fr.gouv.vitam.batch.report.rest.repository.ReportCommonRepository
bulkAppendReport, deleteReportByIdAndTenant
-
Constructor Details
-
UpdateUnitReportRepository
-
UpdateUnitReportRepository
-
-
Method Details
-
bulkAppendReport
-
findCollectionByProcessIdTenant
public com.mongodb.client.MongoCursor<org.bson.Document> findCollectionByProcessIdTenant(String processId, int tenantId) -
deleteReportByIdAndTenant
-