CMISProperties Class Reference
Inherits from | CMISExtensionData : NSObject |
Declared in | CMISProperties.h |
Tasks
-
propertiesDictionary
property -
propertyList
property -
– addProperty:
-
– 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.
-
– propertyForQueryName:
Returns a property by query name or alias.
-
– propertyValueForId:
Returns a property (single) value by id.
-
– propertyValueForQueryName:
Returns a property (single) value by query name or alias.
-
– propertyMultiValueById:
Returns a property multi-value by id.
-
– propertyMultiValueByQueryName:
Returns a property multi-value by query name or alias.
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