Class DeleteGotVersionsReportRepository
java.lang.Object
fr.gouv.vitam.batch.report.rest.repository.DeleteGotVersionsReportRepository
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeleteGotVersionsReportRepository(MongoDbAccess mongoDbAccess) DeleteGotVersionsReportRepository(MongoDbAccess mongoDbAccess, String collectionName) -
Method Summary
Modifier and TypeMethodDescriptionvoidbulkAppendReport(List<DeleteGotVersionsReportEntry> reports) com.mongodb.client.MongoCursor<org.bson.Document>computeDeleteGotVersionsEntriesByProcessIdTenant(String processId, int tenantId) computeVitamResults(String processId, Integer tenantId) voiddeleteReportByIdAndTenant(String processId, int tenantId) com.mongodb.client.MongoCursor<org.bson.Document>findCollectionByProcessIdTenant(String processId, int tenantId)
-
Field Details
-
DELETE_GOT_VERSIONS_REPORT
- See Also:
-
ID
- See Also:
-
-
Constructor Details
-
DeleteGotVersionsReportRepository
-
DeleteGotVersionsReportRepository
-
-
Method Details
-
bulkAppendReport
-
findCollectionByProcessIdTenant
public com.mongodb.client.MongoCursor<org.bson.Document> findCollectionByProcessIdTenant(String processId, int tenantId) -
computeDeleteGotVersionsEntriesByProcessIdTenant
public com.mongodb.client.MongoCursor<org.bson.Document> computeDeleteGotVersionsEntriesByProcessIdTenant(String processId, int tenantId) -
deleteReportByIdAndTenant
-
computeVitamResults
-