Class ReassignmentChildUnitRepository

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

public class ReassignmentChildUnitRepository extends ReportCommonRepository
  • Constructor Details

    • ReassignmentChildUnitRepository

      public ReassignmentChildUnitRepository(SimpleMongoDBAccess mongoDbAccess)
  • Method Details

    • bulkAppendReport

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

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

      public void deleteReportByIdAndTenant(String processId, int tenantId)