CMISQueryResult Class Reference
Inherits from | NSObject |
Declared in | CMISQueryResult.h |
Instance Methods
initWithCmisObjectData:session:
Initializes this query result.
- (id)initWithCmisObjectData:(CMISObjectData *)cmisObjectData session:(CMISSession *)session
Discussion
Initializes this query result.
Declared In
CMISQueryResult.h
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
CMISQueryResult.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
CMISQueryResult.h
propertyMultiValueById:
Returns a property multi-value by id.
- (NSArray *)propertyMultiValueById:(NSString *)id
Discussion
Returns a property multi-value by id.
Declared In
CMISQueryResult.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
CMISQueryResult.h