CMISLinkRelations Class Reference
Inherits from | NSObject |
Declared in | CMISLinkRelations.h |
Tasks
-
linkRelationSet
property -
– initWithLinkRelationSet:
-
– linkHrefForRel:
Returns the link href for the link relation. If more than one object exists for the link relation, then nil is returned. If no relation is found, nil is returned.
-
– linkHrefForRel:type:
Returns the link href for the link relation & link type. If more than one object exists for the link relation, then nil is returned. If no relation is found, nil is returned.
Instance Methods
linkHrefForRel:
Returns the link href for the link relation. If more than one object exists for the link relation, then nil is returned. If no relation is found, nil is returned.
- (NSString *)linkHrefForRel:(NSString *)rel
Discussion
Returns the link href for the link relation. If more than one object exists for the link relation, then nil is returned. If no relation is found, nil is returned.
Declared In
CMISLinkRelations.h
linkHrefForRel:type:
Returns the link href for the link relation & link type. If more than one object exists for the link relation, then nil is returned. If no relation is found, nil is returned.
- (NSString *)linkHrefForRel:(NSString *)rel type:(NSString *)type
Discussion
Returns the link href for the link relation & link type. If more than one object exists for the link relation, then nil is returned. If no relation is found, nil is returned.
Declared In
CMISLinkRelations.h