Interface IBigDataRepositorySPI

    • Method Detail

      • init

        void init​(String repositoryId)
        Initializes this repository using the given node as configuration.
        Parameters:
        repositoryId - the repository identifier.
        Since:
        8.1.0
      • destroy

        void destroy()
        Destroy this repository and performs any required resource freeing.
        Since:
        8.1.0
      • getSynonymsFiles

        Map<Locale,​IFile> getSynonymsFiles()
        Return a map with all files that the portal need to create based the Locales of synonyms and Locales of portal.
        Returns:
        a map that key is Locale, and, value is your file.
        Since:
        11.1.0
      • getAllDocumentTypes

        Map<String,​? extends DocumentType> getAllDocumentTypes()
        Returns all document types, indexed by document type identifier.
        Returns:
        all document types, indexed by document type identifier.
        Since:
        12.5.0