Class UpdateUnitReportRepository
- java.lang.Object
-
- fr.gouv.vitam.batch.report.rest.repository.ReportCommonRepository
-
- fr.gouv.vitam.batch.report.rest.repository.UpdateUnitReportRepository
-
public class UpdateUnitReportRepository extends ReportCommonRepository
-
-
Constructor Summary
Constructors Constructor Description UpdateUnitReportRepository(MongoDbAccess mongoDbAccess)
UpdateUnitReportRepository(MongoDbAccess mongoDbAccess, java.lang.String collectionName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
bulkAppendReport(java.util.List<UpdateUnitMetadataReportEntry> reports)
void
deleteReportByIdAndTenant(java.lang.String processId, int tenantId)
com.mongodb.client.MongoCursor<org.bson.Document>
findCollectionByProcessIdTenant(java.lang.String processId, int tenantId)
-
Methods inherited from class fr.gouv.vitam.batch.report.rest.repository.ReportCommonRepository
bulkAppendReport, deleteReportByIdAndTenant
-
-
-
-
Constructor Detail
-
UpdateUnitReportRepository
public UpdateUnitReportRepository(MongoDbAccess mongoDbAccess, java.lang.String collectionName)
-
UpdateUnitReportRepository
public UpdateUnitReportRepository(MongoDbAccess mongoDbAccess)
-
-
Method Detail
-
bulkAppendReport
public void bulkAppendReport(java.util.List<UpdateUnitMetadataReportEntry> reports)
-
findCollectionByProcessIdTenant
public com.mongodb.client.MongoCursor<org.bson.Document> findCollectionByProcessIdTenant(java.lang.String processId, int tenantId)
-
deleteReportByIdAndTenant
public void deleteReportByIdAndTenant(java.lang.String processId, int tenantId)
-
-