Class ReassignmentObjectGroupRepository

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

public class ReassignmentObjectGroupRepository extends ReportCommonRepository
  • Constructor Details

    • ReassignmentObjectGroupRepository

      public ReassignmentObjectGroupRepository(SimpleMongoDBAccess mongoDbAccess)
  • Method Details

    • bulkAppendReport

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

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

      public void deleteReportByIdAndTenant(String processId, int tenantId)