Uses of Class
net.bluemind.filehosting.api.FileHostingPublicLink
Packages that use FileHostingPublicLink
-
Uses of FileHostingPublicLink in net.bluemind.filehosting.api
Methods in net.bluemind.filehosting.api that return FileHostingPublicLinkModifier and TypeMethodDescriptionRetrieves a public URL to the document in the file hosting repositoryIFileHosting.storeAndShare
(String path, Integer downloadLimit, String expirationDate, Stream document) Store a document and retrieves a public URL to the document in the file hosting repositoryMethods in net.bluemind.filehosting.api that return types with arguments of type FileHostingPublicLinkModifier and TypeMethodDescriptionIFileHostingPromise.storeAndShare
(String path, Integer downloadLimit, String expirationDate, Stream document) IInternalBMFileSystemPromise.storeAndShare
(String path, Integer downloadLimit, String expirationDate, Stream document) Method parameters in net.bluemind.filehosting.api with type arguments of type FileHostingPublicLinkModifier and TypeMethodDescriptionvoid
IFileHostingAsync.share
(String path, Integer downloadLimit, String expirationDate, AsyncHandler<FileHostingPublicLink> handler) void
IInternalBMFileSystemAsync.share
(String path, Integer downloadLimit, String expirationDate, AsyncHandler<FileHostingPublicLink> handler) void
IFileHostingAsync.storeAndShare
(String path, Integer downloadLimit, String expirationDate, Stream document, AsyncHandler<FileHostingPublicLink> handler) void
IInternalBMFileSystemAsync.storeAndShare
(String path, Integer downloadLimit, String expirationDate, Stream document, AsyncHandler<FileHostingPublicLink> handler)