Interface ReconstructionService

  • All Known Implementing Classes:
    ReconstructionServiceImpl

    public interface ReconstructionService
    Reconstrution of Vitam Collections interface.
    • Method Detail

      • reconstruct

        void reconstruct​(FunctionalAdminCollections collection,
                         java.lang.Integer... tenant)
                  throws DatabaseException
        Reconstrut Vitam collection by tenant.
        Parameters:
        collection - the collection to reconstruct.
        tenant - the given tenant.
        Throws:
        DatabaseException - in case error with database occurs
      • computeAccessionRegisterSummary

        void computeAccessionRegisterSummary​(java.lang.String originatingAgency,
                                             java.lang.Integer tenant)
      • agregateAccessionRegisterSummary

        java.util.List<org.bson.Document> agregateAccessionRegisterSummary​(java.util.Set<java.lang.String> originatingAgencies,
                                                                           java.lang.Integer tenant)