CMISObject Class Reference
Inherits from | CMISObjectId : NSObject |
Declared in | CMISObject.h |
Tasks
-
session
property -
binding
property -
name
property -
createdBy
property -
creationDate
property -
lastModifiedBy
property -
lastModificationDate
property -
objectType
property -
changeToken
property -
allowableActions
property -
renditions
property -
properties
property -
– initWithObjectData:session:
initialise CMISObject with data and session
-
– updateProperties:completionBlock:
Updates the properties that are provided. completionBlock returns the updated CMISObject instance or nil if unsuccessful
-
– extensionsForExtensionLevel:
Returns the extensions for the given level as an array
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
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