Package net.bluemind.filehosting.api
Interface IInternalBMFileSystem
- All Superinterfaces:
IFileHosting
-
Method Summary
Modifier and TypeMethodDescriptiongetComplete
(String uid) Retrieves an entity from the file hosting repositorygetSharedFile
(String uid) Retrieves a document from the file hosting repository by its public uidgetShareUidsByPath
(String path)
-
Method Details
-
getComplete
@GET @Path("{uid}/_complete") FileHostingItem getComplete(@PathParam("uid") String uid) throws ServerFault Retrieves an entity from the file hosting repository- Parameters:
uid
- the entity uid- Returns:
- the document data
- Throws:
ServerFault
- common error object