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 Details

    • UpdateUnitReportRepository

      public UpdateUnitReportRepository(MongoDbAccess mongoDbAccess, String collectionName)
    • UpdateUnitReportRepository

      public UpdateUnitReportRepository(MongoDbAccess mongoDbAccess)
  • Method Details

    • bulkAppendReport

      public void bulkAppendReport(List<UpdateUnitMetadataReportEntry> reports)
    • findCollectionByProcessIdTenant

      public com.mongodb.client.MongoCursor<org.bson.Document> findCollectionByProcessIdTenant(String processId, int tenantId)
    • deleteReportByIdAndTenant

      public void deleteReportByIdAndTenant(String processId, int tenantId)