Inherits from NSObject
Declared in CMISObjectConverter.h

Tasks

Instance Methods

convertObject:

- (CMISObject *)convertObject:(CMISObjectData *)objectData

convertObjects:

- (CMISCollection *)convertObjects:(NSArray *)objects

convertProperties:forObjectTypeId:completionBlock:

Converts the given dictionary of properties, where the key is the property id and the value can be a CMISPropertyData or a regular string.

- (void)convertProperties:(NSDictionary *)properties forObjectTypeId:(NSString *)objectTypeId completionBlock:(void ( ^ ) ( CMISProperties *convertedProperties , NSError *error ))completionBlock

Discussion

Converts the given dictionary of properties, where the key is the property id and the value can be a CMISPropertyData or a regular string.

Declared In

CMISObjectConverter.h

initWithSession:

- (id)initWithSession:(CMISSession *)session