public interface ReconstructionService
Modifier and Type | Method and Description |
---|---|
List<org.bson.Document> |
agregateAccessionRegisterSummary(Set<String> originatingAgencies,
Integer tenant) |
void |
computeAccessionRegisterSummary(String originatingAgency,
Integer tenant) |
void |
reconstruct(FunctionalAdminCollections collection)
Reconstrut Vitam collection.
|
void |
reconstruct(FunctionalAdminCollections collection,
Integer... tenant)
Reconstrut Vitam collection by tenant.
|
ReconstructionResponseItem |
reconstruct(ReconstructionRequestItem reconstructionItem)
Reconstruct a collection
|
void reconstruct(FunctionalAdminCollections collection, Integer... tenant) throws DatabaseException
collection
- the collection to reconstruct.tenant
- the given tenant.DatabaseException
- in case error with database occursvoid reconstruct(FunctionalAdminCollections collection) throws DatabaseException
collection
- the collection to reconstruct.DatabaseException
- in case error with database occursReconstructionResponseItem reconstruct(ReconstructionRequestItem reconstructionItem)
reconstructionItem
- request for reconstructionDatabaseException
- database exceptionIllegalArgumentException
- invalid inputvoid computeAccessionRegisterSummary(String originatingAgency, Integer tenant)
Copyright © 2018 Vitam. All rights reserved.