Uses of Class
net.bluemind.filehosting.api.FileHostingItem
-
Uses of FileHostingItem in net.bluemind.filehosting.api
Modifier and TypeMethodDescriptionIInternalBMFileSystem.getComplete
(String uid) Retrieves an entity from the file hosting repositoryModifier and TypeMethodDescriptionFinds items in the file hosting repositoryIInternalBMFileSystemPromise.getComplete
(String uid) Lists files and folders.Modifier and TypeMethodDescriptionvoid
IFileHostingAsync.find
(String query, AsyncHandler<List<FileHostingItem>> handler) void
IInternalBMFileSystemAsync.find
(String query, AsyncHandler<List<FileHostingItem>> handler) void
IInternalBMFileSystemAsync.getComplete
(String uid, AsyncHandler<FileHostingItem> handler) void
IFileHostingAsync.list
(String path, AsyncHandler<List<FileHostingItem>> handler) void
IInternalBMFileSystemAsync.list
(String path, AsyncHandler<List<FileHostingItem>> handler)