CMISRenditionData Class Reference
Inherits from | NSObject |
Declared in | CMISRenditionData.h |
Tasks
-
streamId
property -
mimeType
property -
title
property -
kind
property -
length
property -
height
property -
width
property -
renditionDocumentId
property -
– initWithRenditionData:
Properties
height
Typically used for ‘image’ renditions (expressed as pixels). SHOULD be present if kind = cmis:thumbnail (optional).
@property (nonatomic, strong) NSNumber *height
Discussion
Typically used for ‘image’ renditions (expressed as pixels). SHOULD be present if kind = cmis:thumbnail (optional).
Declared In
CMISRenditionData.h
kind
A categorization String associated with the rendition (optional).
@property (nonatomic, strong) NSString *kind
Discussion
A categorization String associated with the rendition (optional).
Declared In
CMISRenditionData.h
length
The length of the rendition stream in bytes (optional).
@property (nonatomic, strong) NSNumber *length
Discussion
The length of the rendition stream in bytes (optional).
Declared In
CMISRenditionData.h
mimeType
The MIME type of the rendition stream.
@property (nonatomic, strong) NSString *mimeType
Discussion
The MIME type of the rendition stream.
Declared In
CMISRenditionData.h
renditionDocumentId
If specified, then the rendition can also be accessed as a document object in the CMIS services. If not set, then the rendition can only be accessed via the rendition services. Referential integrity of this ID is repository-specific.
@property (nonatomic, strong) NSString *renditionDocumentId
Discussion
If specified, then the rendition can also be accessed as a document object in the CMIS services. If not set, then the rendition can only be accessed via the rendition services. Referential integrity of this ID is repository-specific.
TODO: needs to be changed to more generic ‘ObjectId’
Declared In
CMISRenditionData.h
streamId
Identifies the rendition stream.
@property (nonatomic, strong) NSString *streamId
Discussion
Identifies the rendition stream.
Declared In
CMISRenditionData.h
title
Human readable information about the rendition (optional).
@property (nonatomic, strong) NSString *title
Discussion
Human readable information about the rendition (optional).
Declared In
CMISRenditionData.h
width
Typically used for ‘image’ renditions (expressed as pixels). SHOULD be present if kind = cmis:thumbnail.
@property (nonatomic, strong) NSNumber *width
Discussion
Typically used for ‘image’ renditions (expressed as pixels). SHOULD be present if kind = cmis:thumbnail.
Declared In
CMISRenditionData.h