Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
<DBRestClientDelegate> Protocol Reference

#import <DBRestClient.h>

Inheritance diagram for <DBRestClientDelegate>:
BWLord <DBRestClientPhotosDelegate> WSQFileHelper WSQFileUploader

Public Member Functions

(void) - restClient:loadedMetadata:
(void) - restClient:metadataUnchangedAtPath:
(void) - restClient:loadMetadataFailedWithError:
(void) - restClient:loadedDeltaEntries:reset:cursor:hasMore:
(void) - restClient:loadDeltaFailedWithError:
(void) - restClient:loadedAccountInfo:
(void) - restClient:loadAccountInfoFailedWithError:
(void) - restClient:loadedFile:
(void) - restClient:loadedFile:contentType:metadata:
(void) - restClient:loadProgress:forFile:
(void) - restClient:loadFileFailedWithError:
(void) - restClient:loadedThumbnail:metadata:
(void) - restClient:loadThumbnailFailedWithError:
(void) - restClient:uploadedFile:from:metadata:
(void) - restClient:uploadProgress:forFile:from:
(void) - restClient:uploadFileFailedWithError:
(void) - restClient:uploadedFile:from:
(void) - restClient:loadedFile:contentType:
(void) - restClient:loadedThumbnail:
(void) - restClient:loadedRevisions:forFile:
(void) - restClient:loadRevisionsFailedWithError:
(void) - restClient:restoredFile:
(void) - restClient:restoreFileFailedWithError:
(void) - restClient:createdFolder:
(void) - restClient:createFolderFailedWithError:
(void) - restClient:deletedPath:
(void) - restClient:deletePathFailedWithError:
(void) - restClient:copiedPath:to:
(void) - restClient:copyPathFailedWithError:
(void) - restClient:createdCopyRef:
(void) - restClient:createCopyRefFailedWithError:
(void) - restClient:copiedRef:to:
(void) - restClient:copyFromRefFailedWithError:
(void) - restClient:movedPath:to:
(void) - restClient:movePathFailedWithError:
(void) - restClient:loadedSearchResults:forPath:keyword:
(void) - restClient:searchFailedWithError:
(void) - restClient:loadedSharableLink:forFile:
(void) - restClient:loadSharableLinkFailedWithError:
(void) - restClient:loadedStreamableURL:forFile:
(void) - restClient:loadStreamableURLFailedWithError:

Member Function Documentation

- (void) restClient: (DBRestClient *)  client
copiedPath: (NSString *)  fromPath
to: (DBMetadata *)  to 
optional
- (void) restClient: (DBRestClient *)  client
copiedRef: (NSString *)  copyRef
to: (DBMetadata *)  to 
optional
- (void) restClient: (DBRestClient *)  client
copyFromRefFailedWithError: (NSError *)  error 
optional
- (void) restClient: (DBRestClient *)  client
copyPathFailedWithError: (NSError *)  error 
optional
- (void) restClient: (DBRestClient *)  client
createCopyRefFailedWithError: (NSError *)  error 
optional
- (void) restClient: (DBRestClient *)  client
createdCopyRef: (NSString *)  copyRef 
optional
- (void) restClient: (DBRestClient *)  client
createdFolder: (DBMetadata *)  folder 
optional
- (void) restClient: (DBRestClient *)  client
createFolderFailedWithError: (NSError *)  error 
optional
- (void) restClient: (DBRestClient *)  client
deletedPath: (NSString *)  path 
optional
- (void) restClient: (DBRestClient *)  client
deletePathFailedWithError: (NSError *)  error 
optional
- (void) restClient: (DBRestClient *)  client
loadAccountInfoFailedWithError: (NSError *)  error 
optional
- (void) restClient: (DBRestClient *)  client
loadDeltaFailedWithError: (NSError *)  error 
optional
- (void) restClient: (DBRestClient *)  client
loadedAccountInfo: (DBAccountInfo *)  info 
optional
- (void) restClient: (DBRestClient *)  client
loadedDeltaEntries: (NSArray *)  entries
reset: (BOOL)  shouldReset
cursor: (NSString *)  cursor
hasMore: (BOOL)  hasMore 
optional
- (void) restClient: (DBRestClient *)  client
loadedFile: (NSString *)  destPath 
optional
- (void) restClient: (DBRestClient *)  client
loadedFile: (NSString *)  destPath
contentType: (NSString *)  contentType 
optional
- (void) restClient: (DBRestClient *)  client
loadedFile: (NSString *)  destPath
contentType: (NSString *)  contentType
metadata: (DBMetadata *)  metadata 
optional
- (void) restClient: (DBRestClient *)  client
loadedMetadata: (DBMetadata *)  metadata 
optional
- (void) restClient: (DBRestClient *)  client
loadedRevisions: (NSArray *)  revisions
forFile: (NSString *)  path 
optional
- (void) restClient: (DBRestClient *)  restClient
loadedSearchResults: (NSArray *)  results
forPath: (NSString *)  path
keyword: (NSString *)  keyword 
optional
- (void) restClient: (DBRestClient *)  restClient
loadedSharableLink: (NSString *)  link
forFile: (NSString *)  path 
optional
- (void) restClient: (DBRestClient *)  restClient
loadedStreamableURL: (NSURL *)  url
forFile: (NSString *)  path 
optional
- (void) restClient: (DBRestClient *)  client
loadedThumbnail: (NSString *)  destPath 
optional
- (void) restClient: (DBRestClient *)  client
loadedThumbnail: (NSString *)  destPath
metadata: (DBMetadata *)  metadata 
optional
- (void) restClient: (DBRestClient *)  client
loadFileFailedWithError: (NSError *)  error 
optional
- (void) restClient: (DBRestClient *)  client
loadMetadataFailedWithError: (NSError *)  error 
optional
- (void) restClient: (DBRestClient *)  client
loadProgress: (CGFloat)  progress
forFile: (NSString *)  destPath 
optional
- (void) restClient: (DBRestClient *)  client
loadRevisionsFailedWithError: (NSError *)  error 
optional
- (void) restClient: (DBRestClient *)  restClient
loadSharableLinkFailedWithError: (NSError *)  error 
optional
- (void) restClient: (DBRestClient *)  restClient
loadStreamableURLFailedWithError: (NSError *)  error 
optional
- (void) restClient: (DBRestClient *)  client
loadThumbnailFailedWithError: (NSError *)  error 
optional
- (void) restClient: (DBRestClient *)  client
metadataUnchangedAtPath: (NSString *)  path 
optional
- (void) restClient: (DBRestClient *)  client
movedPath: (NSString *)  from_path
to: (DBMetadata *)  result 
optional
- (void) restClient: (DBRestClient *)  client
movePathFailedWithError: (NSError *)  error 
optional
- (void) restClient: (DBRestClient *)  client
restoredFile: (DBMetadata *)  fileMetadata 
optional
- (void) restClient: (DBRestClient *)  client
restoreFileFailedWithError: (NSError *)  error 
optional
- (void) restClient: (DBRestClient *)  restClient
searchFailedWithError: (NSError *)  error 
optional
- (void) restClient: (DBRestClient *)  client
uploadedFile: (NSString *)  destPath
from: (NSString *)  srcPath 
optional
- (void) restClient: (DBRestClient *)  client
uploadedFile: (NSString *)  destPath
from: (NSString *)  srcPath
metadata: (DBMetadata *)  metadata 
optional
- (void) restClient: (DBRestClient *)  client
uploadFileFailedWithError: (NSError *)  error 
optional
- (void) restClient: (DBRestClient *)  client
uploadProgress: (CGFloat)  progress
forFile: (NSString *)  destPath
from: (NSString *)  srcPath 
optional

The documentation for this protocol was generated from the following file: