Inherits from NSObject
Declared in CMISObjectConverter.h

Instance Methods

convertObject:completionBlock:

- (void)convertObject:(CMISObjectData *)objectData completionBlock:(void ( ^ ) ( CMISObject *object , NSError *error ))completionBlock

convertObjects:completionBlock:

- (void)convertObjects:(NSArray *)objectDatas completionBlock:(void ( ^ ) ( NSArray *objects , NSError *error ))completionBlock

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