Interface StorageService

  • All Known Implementing Classes:
    JpaLobStorageService

    public interface StorageService
    Author:
    Phillip Verheyden (phillipuniverse)
    • Method Detail

      • store

        void store​(InputStream content,
                   String path)
        Stores a stream to a backing provider, overwriting any data existing at the path
        Parameters:
        content - the data to store
        path - a path to reference the data by for further operations
      • remove

        void remove​(String path)
        Deletes the resource at the given path
        Parameters:
        path - the path that should be deleted from the store