Class BulkUpdateUnitMetadataReportRepository

java.lang.Object
fr.gouv.vitam.batch.report.rest.repository.ReportCommonRepository
fr.gouv.vitam.batch.report.rest.repository.BulkUpdateUnitMetadataReportRepository

public class BulkUpdateUnitMetadataReportRepository extends ReportCommonRepository
  • Constructor Details

    • BulkUpdateUnitMetadataReportRepository

      public BulkUpdateUnitMetadataReportRepository(MongoDbAccess mongoDbAccess, String collectionName)
    • BulkUpdateUnitMetadataReportRepository

      public BulkUpdateUnitMetadataReportRepository(MongoDbAccess mongoDbAccess)
  • Method Details

    • bulkAppendReport

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

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

      public void deleteReportByIdAndTenant(String processId, int tenantId)