Uses of Class
net.bluemind.filehosting.api.FileHostingItem
Packages that use FileHostingItem
-
Uses of FileHostingItem in net.bluemind.filehosting.api
Methods in net.bluemind.filehosting.api that return FileHostingItemModifier and TypeMethodDescriptionIInternalBMFileSystem.getComplete
(String uid) Retrieves an entity from the file hosting repositoryMethods in net.bluemind.filehosting.api that return types with arguments of type FileHostingItemModifier and TypeMethodDescriptionFinds items in the file hosting repositoryIInternalBMFileSystemPromise.getComplete
(String uid) Lists files and folders.Method parameters in net.bluemind.filehosting.api with type arguments of type FileHostingItemModifier 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)