public interface DropBoxAccessor
Title: Service Event Fabric Core
Description: DropBox Accessor interface.
Copyright: Copyright (c) 2019
Company: StreamScape Technologies
Modifier and Type | Interface and Description |
---|---|
static class |
DropBoxAccessor.DropBoxPathNotation |
Modifier and Type | Method and Description |
---|---|
void |
close() |
FileSystem |
createFileSystem(java.lang.String username,
DropBoxAccessor.DropBoxPathNotation dropBoxPathNotation) |
FileSystem |
createFileSystemOnPath(java.lang.String path,
java.lang.String username,
DropBoxAccessor.DropBoxPathNotation dropBoxPathNotation) |
DropBoxSharedResources.DropBoxSharedResource |
createSharedResource(java.lang.String fullPath,
java.lang.String resourceId,
java.lang.Long expiresAt,
java.lang.String ownerName,
DropBoxSharedResources.DropBoxSharedResource.ShareMethod shareMethod) |
DropBox |
getDropBox() |
java.lang.Exception |
getException() |
long |
getRequestTimeout() |
java.lang.String |
getRootFolder() |
boolean |
isError() |
boolean |
isOpen() |
default boolean |
isS3() |
void |
removeSharedResource(java.lang.String resourceId) |
void |
setRequestTimeout(long timeout) |
void close()
void setRequestTimeout(long timeout)
long getRequestTimeout()
DropBox getDropBox()
java.lang.String getRootFolder()
boolean isError()
boolean isOpen()
java.lang.Exception getException()
FileSystem createFileSystem(java.lang.String username, DropBoxAccessor.DropBoxPathNotation dropBoxPathNotation)
FileSystem createFileSystemOnPath(java.lang.String path, java.lang.String username, DropBoxAccessor.DropBoxPathNotation dropBoxPathNotation)
DropBoxSharedResources.DropBoxSharedResource createSharedResource(java.lang.String fullPath, java.lang.String resourceId, java.lang.Long expiresAt, java.lang.String ownerName, DropBoxSharedResources.DropBoxSharedResource.ShareMethod shareMethod)
void removeSharedResource(java.lang.String resourceId)
default boolean isS3()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.