CMISAtomEntryWriter Class Reference
Inherits from | NSObject |
Declared in | CMISAtomEntryWriter.h |
Tasks
-
contentFilePath
property -
inputStream
property -
mimeType
property -
cmisProperties
property -
generateXmlInMemory
property -
– generateAtomEntryXml
-
– xmlStartElement
-
– xmlContentStartElement
-
– xmlContentEndElement
-
– xmlPropertiesElements
Properties
generateXmlInMemory
If YES: the xml will be created and stored fully in-memory. If NO: the xml will be streamed to a file on disk.
@property BOOL generateXmlInMemory
Discussion
If YES: the xml will be created and stored fully in-memory. If NO: the xml will be streamed to a file on disk.
Defaults to YES;
Declared In
CMISAtomEntryWriter.h
Instance Methods
generateAtomEntryXml
Generates the atom entry XML for the given properties on this class.
- (NSString *)generateAtomEntryXml
Discussion
Generates the atom entry XML for the given properties on this class.
NOTE: if generateXmlInMemory
boolean is set to NO, a filepath pointing to a file
containing the generated atom entry is returned.
Callers are responsible to remove the file again if not needed anymore.
If set to YES, the return value of this method is the XML is its whole.
Declared In
CMISAtomEntryWriter.h