Inherits from NSObject
Declared in CMISPropertyData.h

Properties

displayName

@property (nonatomic, strong) NSString *displayName

firstValue

@property (nonatomic, assign, readonly) id firstValue

identifier

@property (nonatomic, strong) NSString *identifier

localName

@property (nonatomic, strong) NSString *localName

queryName

@property (nonatomic, strong) NSString *queryName

type

@property CMISPropertyType type

values

@property (nonatomic, copy) NSArray *values

Class Methods

createPropertyForId:arrayValue:type:

Creation of a multi-value property

+ (CMISPropertyData *)createPropertyForId:(NSString *)id arrayValue:(NSArray *)value type:(CMISPropertyType)type

Discussion

Creation of a multi-value property

Declared In

CMISPropertyData.h

createPropertyForId:boolValue:

Creation of a boolean property

+ (CMISPropertyData *)createPropertyForId:(NSString *)id boolValue:(BOOL)value

Discussion

Creation of a boolean property

Declared In

CMISPropertyData.h

createPropertyForId:dateTimeValue:

Creation of a datetime property

+ (CMISPropertyData *)createPropertyForId:(NSString *)id dateTimeValue:(NSDate *)value

Discussion

Creation of a datetime property

Declared In

CMISPropertyData.h

createPropertyForId:decimalValue:

Creation of a decimal property

+ (CMISPropertyData *)createPropertyForId:(NSString *)id decimalValue:(NSNumber *)value

Discussion

Creation of a decimal property

Declared In

CMISPropertyData.h

createPropertyForId:htmlValue:

Creation of a uri property

+ (CMISPropertyData *)createPropertyForId:(NSString *)id htmlValue:(NSString *)value

Discussion

Creation of a uri property

Declared In

CMISPropertyData.h

createPropertyForId:idValue:

Creation of an id property

+ (CMISPropertyData *)createPropertyForId:(NSString *)id idValue:(NSString *)value

Discussion

Creation of an id property

Declared In

CMISPropertyData.h

createPropertyForId:integerValue:

Creation of an integer property

+ (CMISPropertyData *)createPropertyForId:(NSString *)id integerValue:(NSInteger)value

Discussion

Creation of an integer property

Declared In

CMISPropertyData.h

createPropertyForId:stringValue:

Creation of a string property

+ (CMISPropertyData *)createPropertyForId:(NSString *)id stringValue:(NSString *)value

Discussion

Creation of a string property

Declared In

CMISPropertyData.h

createPropertyForId:uriValue:

Creation of a uri property

+ (CMISPropertyData *)createPropertyForId:(NSString *)id uriValue:(NSURL *)value

Discussion

Creation of a uri property

Declared In

CMISPropertyData.h

Instance Methods

propertyBooleanValue

Convenience method for retrieving the boolean value. Returns nil if property is not of boolean type

- (NSNumber *)propertyBooleanValue

Discussion

Convenience method for retrieving the boolean value. Returns nil if property is not of boolean type

Declared In

CMISPropertyData.h

propertyDateTimeValue

Convenience method for retrieving the datetime value. Returns nil if property is not of datetime type

- (NSDate *)propertyDateTimeValue

Discussion

Convenience method for retrieving the datetime value. Returns nil if property is not of datetime type

Declared In

CMISPropertyData.h

propertyDecimalValue

Convenience method for retrieving the decimal value. Returns nil if property is not of decimal type

- (NSNumber *)propertyDecimalValue

Discussion

Convenience method for retrieving the decimal value. Returns nil if property is not of decimal type

Declared In

CMISPropertyData.h

propertyIdValue

Convenience method for retrieving the id value. Returns nil if property is not of id type

- (NSString *)propertyIdValue

Discussion

Convenience method for retrieving the id value. Returns nil if property is not of id type

Declared In

CMISPropertyData.h

propertyIntegerValue

Convenience method for retrieving the integer value. Returns nil if property is not of integer type

- (NSNumber *)propertyIntegerValue

Discussion

Convenience method for retrieving the integer value. Returns nil if property is not of integer type

Declared In

CMISPropertyData.h

propertyStringValue

Convenience method for retrieving the string value. Returns nil if property is not of string type

- (NSString *)propertyStringValue

Discussion

Convenience method for retrieving the string value. Returns nil if property is not of string type

Declared In

CMISPropertyData.h