Inherits from NSObject
Declared in CMISLinkRelations.h

Tasks

Properties

linkRelationSet

@property (nonatomic, strong, readonly) NSSet *linkRelationSet

Instance Methods

initWithLinkRelationSet:

- (id)initWithLinkRelationSet:(NSSet *)linkRelationSet

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