CMISObjectConverter Class Reference
Inherits from | NSObject |
Declared in | CMISObjectConverter.h |
Tasks
-
– initWithSession:
-
– convertObject:
-
– convertObjects:
-
– 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.
Instance Methods
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