CMISAtomParserUtil Class Reference
Inherits from | NSObject |
Declared in | CMISAtomParserUtil.h |
Tasks
-
+ atomPubTypeToInternalType:
converts an atomPubType to a CMISPropertyType object
-
+ parsePropertyValue:propertyType:addToArray:
parses the property value and adds it to an array
Class Methods
atomPubTypeToInternalType:
converts an atomPubType to a CMISPropertyType object
+ (CMISPropertyType)atomPubTypeToInternalType:(NSString *)atomPubType
Discussion
converts an atomPubType to a CMISPropertyType object
Declared In
CMISAtomParserUtil.h
parsePropertyValue:propertyType:addToArray:
parses the property value and adds it to an array
+ (void)parsePropertyValue:(NSString *)stringValue propertyType:(NSString *)propertyType addToArray:(NSMutableArray *)array
Discussion
parses the property value and adds it to an array
Declared In
CMISAtomParserUtil.h