Inherits from CMISObjectId : NSObject
Declared in CMISObject.h

Properties

acl

@property (nonatomic, strong, readonly) CMISAcl *acl

allowableActions

@property (nonatomic, strong, readonly) CMISAllowableActions *allowableActions

binding

@property (nonatomic, strong, readonly) id<CMISBinding> binding

changeToken

@property (nonatomic, strong, readonly) NSString *changeToken

createdBy

@property (nonatomic, strong, readonly) NSString *createdBy

creationDate

@property (nonatomic, strong, readonly) NSDate *creationDate

lastModificationDate

@property (nonatomic, strong, readonly) NSDate *lastModificationDate

lastModifiedBy

@property (nonatomic, strong, readonly) NSString *lastModifiedBy

name

@property (nonatomic, strong, readonly) NSString *name

objectType

@property (nonatomic, strong, readonly) NSString *objectType

properties

@property (nonatomic, strong, readonly) CMISProperties *properties

renditions

@property (nonatomic, strong, readonly) NSArray *renditions

session

@property (nonatomic, strong, readonly) CMISSession *session

typeDefinition

@property (nonatomic, strong, readonly) CMISTypeDefinition *typeDefinition

Instance Methods

extensionsForExtensionLevel:

Returns the extensions for the given level as an array

- (NSArray *)extensionsForExtensionLevel:(CMISExtensionLevel)extensionLevel

Discussion

Returns the extensions for the given level as an array

Declared In

CMISObject.h

fetchTypeDefinitionWithCompletionBlock:

set the typeDefinition property initally

- (void)fetchTypeDefinitionWithCompletionBlock:(void ( ^ ) ( NSError *error ))completionBlock

Discussion

set the typeDefinition property initally

Declared In

CMISObject.h

initWithObjectData:session:

initialise CMISObject with data and session

- (id)initWithObjectData:(CMISObjectData *)objectData session:(CMISSession *)session

Discussion

initialise CMISObject with data and session

Declared In

CMISObject.h

updateProperties:completionBlock:

Updates the properties that are provided. completionBlock returns the updated CMISObject instance or nil if unsuccessful

- (void)updateProperties:(NSDictionary *)properties completionBlock:(void ( ^ ) ( CMISObject *object , NSError *error ))completionBlock

Discussion

Updates the properties that are provided. completionBlock returns the updated CMISObject instance or nil if unsuccessful

Declared In

CMISObject.h