CMISAllowableActions Class Reference
Inherits from | CMISExtensionData : NSObject |
Declared in | CMISAllowableActions.h |
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
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