Class TransferReplyUnitRepository
- java.lang.Object
-
- fr.gouv.vitam.batch.report.rest.repository.ReportCommonRepository
-
- fr.gouv.vitam.batch.report.rest.repository.TransferReplyUnitRepository
-
public class TransferReplyUnitRepository extends ReportCommonRepository
ReportRepository
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TRANSFER_REPLY_UNIT
-
Constructor Summary
Constructors Constructor Description TransferReplyUnitRepository(MongoDbAccess mongoDbAccess)
TransferReplyUnitRepository(MongoDbAccess mongoDbAccess, java.lang.String collectionName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
bulkAppendReport(java.util.List<TransferReplyUnitModel> reports)
void
deleteReportByIdAndTenant(java.lang.String processId, int tenantId)
com.mongodb.client.MongoCursor<org.bson.Document>
findCollectionByProcessIdTenant(java.lang.String processId, int tenantId)
-
Methods inherited from class fr.gouv.vitam.batch.report.rest.repository.ReportCommonRepository
bulkAppendReport, deleteReportByIdAndTenant
-
-
-
-
Field Detail
-
TRANSFER_REPLY_UNIT
public static final java.lang.String TRANSFER_REPLY_UNIT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TransferReplyUnitRepository
public TransferReplyUnitRepository(MongoDbAccess mongoDbAccess, java.lang.String collectionName)
-
TransferReplyUnitRepository
public TransferReplyUnitRepository(MongoDbAccess mongoDbAccess)
-
-
Method Detail
-
bulkAppendReport
public void bulkAppendReport(java.util.List<TransferReplyUnitModel> reports)
-
findCollectionByProcessIdTenant
public com.mongodb.client.MongoCursor<org.bson.Document> findCollectionByProcessIdTenant(java.lang.String processId, int tenantId)
-
deleteReportByIdAndTenant
public void deleteReportByIdAndTenant(java.lang.String processId, int tenantId)
-
-