Interface ContentStoreMapProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.alfresco.repo.content.ContentStore checkAndGetStore​(java.lang.String storeName)
      Check that the given store name is part of the map.
      java.util.Map<java.lang.String,​org.alfresco.repo.content.ContentStore> getStoreMap()
      Get a map of the currently registered ContentStore, keyed by store name
    • Method Detail

      • getStoreMap

        java.util.Map<java.lang.String,​org.alfresco.repo.content.ContentStore> getStoreMap()
        Get a map of the currently registered ContentStore, keyed by store name
        Returns:
        a Map
      • checkAndGetStore

        org.alfresco.repo.content.ContentStore checkAndGetStore​(java.lang.String storeName)
        Check that the given store name is part of the map. It it is not, an exception will be thrown. If it is, it will be returned.
        Parameters:
        storeName - the store
        Returns:
        the corresponding ContentStore