Inherits from CMISRenditionData : NSObject
Declared in CMISRendition.h

Tasks

Instance Methods

downloadRenditionContentToFile:completionBlock:progressBlock:

downloads the rendition of a document e.g. thumbnail of a document to a file completionBlock returns the rendition object as CMIS document or nil if unsuccessful

- (CMISRequest *)downloadRenditionContentToFile:(NSString *)filePath completionBlock:(void ( ^ ) ( NSError *error ))completionBlock progressBlock:(void ( ^ ) ( unsigned long long bytesDownloaded , unsigned long long bytesTotal ))progressBlock

Discussion

downloads the rendition of a document e.g. thumbnail of a document to a file completionBlock returns the rendition object as CMIS document or nil if unsuccessful

Declared In

CMISRendition.h

downloadRenditionContentToOutputStream:completionBlock:progressBlock:

downloads the rendition of a document e.g. thumbnail of a document to a file completionBlock returns the rendition object as CMIS document or nil if unsuccessful

- (CMISRequest *)downloadRenditionContentToOutputStream:(NSOutputStream *)outputStream completionBlock:(void ( ^ ) ( NSError *error ))completionBlock progressBlock:(void ( ^ ) ( unsigned long long bytesDownloaded , unsigned long long bytesTotal ))progressBlock

Discussion

downloads the rendition of a document e.g. thumbnail of a document to a file completionBlock returns the rendition object as CMIS document or nil if unsuccessful

Declared In

CMISRendition.h

initWithRenditionData:objectId:session:

initialiser

- (id)initWithRenditionData:(CMISRenditionData *)renditionData objectId:(NSString *)objectId session:(CMISSession *)session

Discussion

initialiser

Declared In

CMISRendition.h

retrieveRenditionDocumentWithCompletionBlock:

retrieves the rendition, e.g. thumbnail of a document completionBlock returns the rendition object as CMIS document or nil if unsuccessful

- (CMISRequest *)retrieveRenditionDocumentWithCompletionBlock:(void ( ^ ) ( CMISDocument *document , NSError *error ))completionBlock

Discussion

retrieves the rendition, e.g. thumbnail of a document completionBlock returns the rendition object as CMIS document or nil if unsuccessful

Declared In

CMISRendition.h

retrieveRenditionDocumentWithOperationContext:completionBlock:

retrieves the rendition, e.g. thumbnail of a document completionBlock returns the rendition object as CMIS document or nil if unsuccessful

- (CMISRequest *)retrieveRenditionDocumentWithOperationContext:(CMISOperationContext *)operationContext completionBlock:(void ( ^ ) ( CMISDocument *document , NSError *error ))completionBlock

Discussion

retrieves the rendition, e.g. thumbnail of a document completionBlock returns the rendition object as CMIS document or nil if unsuccessful

Declared In

CMISRendition.h