Interface DSSFileLoader
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
DSSCacheFileLoader
- All Known Implementing Classes:
FileCacheDataLoader
,Sha2FileCacheDataLoader
DSS file loader to load
DSSDocument
instead of binaries-
Method Summary
Modifier and TypeMethodDescriptiongetDocument
(String url) Returns DSSDocument from the provided urlboolean
Deprecated.since DSS 6.1.
-
Method Details
-
getDocument
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
Deprecated.since DSS 6.1. Please useDSSCacheFileLoader
interface insteadRemoves 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
-