Modifier and Type | Method and Description |
---|---|
FileHostingPublicLink |
IFileHosting.share(java.lang.String path,
java.lang.Integer downloadLimit,
java.lang.String expirationDate)
Retrieves a public URL to the document in the file hosting repository
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<FileHostingPublicLink> |
IFileHostingPromise.share(java.lang.String path,
java.lang.Integer downloadLimit,
java.lang.String expirationDate) |
Modifier and Type | Method and Description |
---|---|
void |
IFileHostingAsync.share(java.lang.String path,
java.lang.Integer downloadLimit,
java.lang.String expirationDate,
AsyncHandler<FileHostingPublicLink> handler) |
Modifier and Type | Method and Description |
---|---|
FileHostingPublicLink |
FileSystemFileHostingService.share(SecurityContext context,
java.lang.String path,
java.lang.Integer downloadLimit,
java.lang.String expirationDate) |
Modifier and Type | Method and Description |
---|---|
FileHostingPublicLink |
IFileHostingService.share(SecurityContext context,
java.lang.String path,
java.lang.Integer downloadLimit,
java.lang.String expirationDate)
Retrieves a public URL to the document in the file hosting repository
|
Modifier and Type | Method and Description |
---|---|
FileHostingPublicLink |
FileHostingService.share(java.lang.String path,
java.lang.Integer downloadLimit,
java.lang.String expirationDate) |
Modifier and Type | Method and Description |
---|---|
abstract FileHostingPublicLink |
WebDavFileHostingService.share(SecurityContext context,
java.lang.String path,
java.lang.Integer downloadLimit,
java.lang.String expirationDate) |
Modifier and Type | Method and Description |
---|---|
FileHostingPublicLink |
WebDavTestImpl.share(SecurityContext context,
java.lang.String path,
java.lang.Integer downloadLimit,
java.lang.String expirationDate) |
Copyright © 2021. All Rights Reserved.