Functions
Functions
Default
- BOOL COItemGraphEqualToItemGraph(id <COItemGraph> first, id <COItemGraph> second)
- Description forthcoming.
- COItemGraph * COItemGraphFromJSONData(NSData * json)
- Description forthcoming.
- COItemGraph * COItemGraphFromJSONPropertyLisy(id plist)
- Description forthcoming.
- NSSet * COItemGraphReachableUUIDs(id <COItemGraph> aGraph)
If [aGraph rootItemUUID] is nil, returns the empty set.
- NSData * COItemGraphToJSONData(id <COItemGraph> aGraph)
- Description forthcoming.
- id COItemGraphToJSONPropertyList(id <COItemGraph> aGraph)
- Description forthcoming.
- void COValidateItemGraph(id <COItemGraph> aGraph)
For debugging.
- NSDate * CODateFromJavaTimestamp(NSNumber * date)
Converts the given NSNumber containing a Java timestamp to an NSDate. A Java timestamp is in milliseconds since 1970-Jan-01 00:00 GMT.
Throws an excepetion if given nil.
- NSNumber * CODateToJavaTimestamp(NSDate * date)
Returns an NSNumber wrapping a long long value for the Java timestamp nearest to the given NSDate. A Java timestamp is in milliseconds since 1970-Jan-01 00:00 GMT.
Throws an excepetion if given nil.
- NSString * COTypeDescription(COType type)
- Description forthcoming.
- BOOL COTypeIsMultivalued(COType type)
- Description forthcoming.
- BOOL COTypeIsOrdered(COType type)
- Description forthcoming.
- BOOL COTypeIsUnivalued(COType type)
- Description forthcoming.
- BOOL COTypeIsValid(COType type)
- Description forthcoming.
- COType COTypeMakeArrayOf(COType type)
- Description forthcoming.
- COType COTypeMakeSetOf(COType type)
- Description forthcoming.
- COType COTypeMultivaluedPart(COType type)
- Description forthcoming.
- COType COTypePrimitivePart(COType type)
- Description forthcoming.
- BOOL COTypeValidateObject(COType type, id anObject)
- Description forthcoming.
- NSString * COJSONTypeToString(COType type)
- Description forthcoming.