CMISPropertyData Class Reference
Inherits from | NSObject |
Declared in | CMISPropertyData.h |
Tasks
-
identifier
property -
localName
property -
displayName
property -
queryName
property -
type
property -
values
property -
firstValue
property -
– propertyStringValue
-
– propertyIntegerValue
-
– propertyIdValue
-
– propertyDateTimeValue
-
– propertyBooleanValue
-
– propertyDecimalValue
-
+ createPropertyForId:arrayValue:type:
-
+ createPropertyForId:stringValue:
-
+ createPropertyForId:integerValue:
-
+ createPropertyForId:decimalValue:
-
+ createPropertyForId:idValue:
-
+ createPropertyForId:dateTimeValue:
-
+ createPropertyForId:boolValue:
-
+ createPropertyForId:uriValue:
-
+ createPropertyForId:htmlValue:
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
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