Inherits from NSObject
Declared in CmisAtomEntryWriter.h

Tasks

Properties

cmisProperties

@property (nonatomic, strong) CMISProperties *cmisProperties

contentFilePath

@property (nonatomic, strong) NSString *contentFilePath

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

inputStream

@property (nonatomic, strong) NSInputStream *inputStream

mimeType

@property (nonatomic, strong) NSString *mimeType

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