Interface DSSFileLoader

All Superinterfaces:
Serializable

public interface DSSFileLoader
extends Serializable
  • Method Summary

    Modifier and Type Method Description
    DSSDocument getDocument​(String url)
    Returns DSSDocument from the provided url
    boolean remove​(String url)
    Removes the file from FileSystem with the given url
  • Method Details

    • getDocument

      DSSDocument getDocument​(String url) throws DSSException
      Returns DSSDocument from the provided url
      Parameters:
      url - String url of the document to obtain
      Returns:
      DSSDocument retrieved document
      Throws:
      DSSException - in case of DataLoader error
    • remove

      boolean remove​(String url)
      Removes the file from FileSystem with the given url
      Parameters:
      url - String url of the remote file location (the same what was used on file saving)
      Returns:
      TRUE when file was successfully deleted, FALSE otherwise