CMISProperties Class Reference
Inherits from | CMISExtensionData : NSObject |
Declared in | CMISProperties.h |
Instance Methods
propertyForId:
Returns a property by id.
Since repositories are not obligated to add property ids to their query result properties, this method might not always work as expected with some repositories. Use {@link #getPropertyByQueryName(String)} instead.
- (CMISPropertyData *)propertyForId:(NSString *)id
Discussion
Returns a property by id.
Since repositories are not obligated to add property ids to their query result properties, this method might not always work as expected with some repositories. Use {@link #getPropertyByQueryName(String)} instead.
Declared In
CMISProperties.h
propertyForQueryName:
Returns a property by query name or alias.
- (CMISPropertyData *)propertyForQueryName:(NSString *)queryName
Discussion
Returns a property by query name or alias.
Declared In
CMISProperties.h
propertyMultiValueById:
Returns a property multi-value by id.
- (NSArray *)propertyMultiValueById:(NSString *)id
Discussion
Returns a property multi-value by id.
Declared In
CMISProperties.h
propertyMultiValueByQueryName:
Returns a property multi-value by query name or alias.
- (NSArray *)propertyMultiValueByQueryName:(NSString *)queryName
Discussion
Returns a property multi-value by query name or alias.
Declared In
CMISProperties.h