Class UnitComputedInheritedRulesInvalidationRepository
- java.lang.Object
-
- fr.gouv.vitam.batch.report.rest.repository.ReportCommonRepository
-
- fr.gouv.vitam.batch.report.rest.repository.UnitComputedInheritedRulesInvalidationRepository
-
public class UnitComputedInheritedRulesInvalidationRepository extends ReportCommonRepository
-
-
Constructor Summary
Constructors Constructor Description UnitComputedInheritedRulesInvalidationRepository(SimpleMongoDBAccess mongoDbAccess)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
bulkAppendReport(java.util.List<UnitComputedInheritedRulesInvalidationModel> reports)
void
deleteReportByIdAndTenant(java.lang.String processId, int tenantId)
CloseableIterator<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
-
UnitComputedInheritedRulesInvalidationRepository
public UnitComputedInheritedRulesInvalidationRepository(SimpleMongoDBAccess mongoDbAccess)
-
-
Method Detail
-
bulkAppendReport
public void bulkAppendReport(java.util.List<UnitComputedInheritedRulesInvalidationModel> reports)
-
findCollectionByProcessIdTenant
public CloseableIterator<org.bson.Document> findCollectionByProcessIdTenant(java.lang.String processId, int tenantId)
-
deleteReportByIdAndTenant
public void deleteReportByIdAndTenant(java.lang.String processId, int tenantId)
-
-