Interface BatchUpdateBlobProvider

    • Method Detail

      • checkChangesAndUpdateBlob

        List<DocumentModel> checkChangesAndUpdateBlob​(List<DocumentModel> documents)
        Check the given list of document for change and update if needed. Note that session.save still needs to be called on changed documents.
        Parameters:
        documents - to be checked for update
        Returns:
        the list of DocumentModel that have changed
      • processDocumentsUpdate

        void processDocumentsUpdate()
        Trigger the documents update for the implementing providers.