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 TypeMethodDescriptionvoidIFileHostingAsync.share(String path, Integer downloadLimit, String expirationDate, AsyncHandler<FileHostingPublicLink> handler) voidIInternalBMFileSystemAsync.share(String path, Integer downloadLimit, String expirationDate, AsyncHandler<FileHostingPublicLink> handler) voidIFileHostingAsync.storeAndShare(String path, Integer downloadLimit, String expirationDate, Stream document, AsyncHandler<FileHostingPublicLink> handler) voidIInternalBMFileSystemAsync.storeAndShare(String path, Integer downloadLimit, String expirationDate, Stream document, AsyncHandler<FileHostingPublicLink> handler)