Inherits from CMISExtensionData : NSObject
Declared in CMISAllowableActions.h

Tasks

Properties

allowableActionsSet

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

Instance Methods

allowableActionTypesSet

Returns an NSSet of NSNumber of objects. The NSNumber objects map to the CMISActionType enum

- (NSSet *)allowableActionTypesSet

Discussion

Returns an NSSet of NSNumber of objects. The NSNumber objects map to the CMISActionType enum

Declared In

CMISAllowableActions.h

init

- (id)init

initWithAllowableActionsDictionary:

- (id)initWithAllowableActionsDictionary:(NSDictionary *)allowableActionsDict

Declared In

CMISAllowableActions.h

initWithAllowableActionsDictionary:extensionElementArray:

initialises with allowable actions dictionary and optional extension array

- (id)initWithAllowableActionsDictionary:(NSDictionary *)allowableActionsDict extensionElementArray:(NSArray *)extensionElementArray

Discussion

initialises with allowable actions dictionary and optional extension array

Declared In

CMISAllowableActions.h

setAllowableActionsWithDictionary:

Set the allowable actions with a raw NSDictionary parsed from an AtomPub Response

- (void)setAllowableActionsWithDictionary:(NSDictionary *)allowableActionsDict

Discussion

Set the allowable actions with a raw NSDictionary parsed from an AtomPub Response

Declared In

CMISAllowableActions.h