|
Indivo Framework (iOS)
An iOS framework for Apps connecting to Indivo server
|
Represents metadata relating to a given IndivoDocument. More...
#import <IndivoMetaDocument.h>
Inherits IndivoAbstractDocument.
Properties | |
| INDate * | createdAt |
| IndivoPrincipal * | creator |
| NSString * | digest |
| Metadata: Digest. More... | |
| IndivoDocument * | document |
| The represented document. More... | |
| Class | documentClass |
| The class of document we represent. "IndivoDocument" by default. More... | |
| INAttr * | latest |
| INBool * | nevershare |
| INAttr * | original |
| INAttr * | replacedBy |
| INAttr * | replaces |
| INString * | status |
| INDate * | suppressedAt |
| IndivoPrincipal * | suppressor |
| NSString * | type |
| This document's type. More... | |
Properties inherited from IndivoAbstractDocument | |
| IndivoCreated * | created |
| NSString * | nameSpace |
| The namespace. More... | |
| IndivoRecord * | record |
| The owning record. If you change this on documents fetched from the server, you will get errors. More... | |
| IndivoSuppressed * | suppressed |
Properties inherited from INServerObject | |
| BOOL | onServer |
| Indicates whether this document lives on the server. More... | |
| IndivoServer * | server |
| Our beloved server. More... | |
| NSString * | uuid |
| This object's udid. More... | |
Additional Inherited Members | |
Instance Methods inherited from IndivoAbstractDocument | |
| (NSString *) | - documentXML |
| Returns an XML representation of the receiver, like "xml" does, but adds namespace information. More... | |
| (NSString *) | - flatDocumentXML |
| Returns the Indivo 2.0 flat XML format for a document. More... | |
| (NSString *) | - flatXML |
| Returns the Indivo 2.0 flat XML format. More... | |
| (id) | - initFromNode:forRecord: |
| The designated initializer, initializes an instance from an XML node. More... | |
Class Methods inherited from IndivoAbstractDocument | |
| (Class) | + classForProperty: |
| Returns the class of a property from the property map dictionary. More... | |
| (NSString *) | + nameSpace |
| (id) | + newWithRecord: |
| To get a new instance that must be pushed to the server. More... | |
| (NSDictionary *) | + propertyClassMapper |
| The automatically generated IndivoDocument subclasses return a dictionary with property->class mappings. More... | |
| (BOOL) | + useFlatXMLFormat |
| Implementing this to have some flexibility about the XML format to use on the road to Indivo 2.0, default implementation returns YES. More... | |
Protected Attributes inherited from INObject | |
| NSString * | _nodeName |
Represents metadata relating to a given IndivoDocument.
|
readwritenonatomicstrong |
|
readwritenonatomicstrong |
|
readnonatomiccopy |
Metadata: Digest.
|
readnonatomicstrong |
The represented document.
|
readwritenonatomicassign |
The class of document we represent. "IndivoDocument" by default.
|
readwritenonatomicstrong |
|
readwritenonatomicstrong |
|
readwritenonatomicstrong |
|
readwritenonatomicstrong |
|
readwritenonatomicstrong |
|
readwritenonatomicstrong |
|
readwritenonatomicstrong |
|
readwritenonatomicstrong |
|
readwritenonatomiccopy |
This document's type.
1.8.3.1