TICDSFileManagerBasedWholeStoreDownloadOperation Class Reference
| Inherits from | TICDSWholeStoreDownloadOperation : TICDSOperation : NSOperation |
| Declared in | TICDSFileManagerBasedWholeStoreDownloadOperation.h |
Overview
TICDSFileManagerBasedWholeStoreDownloadOperation is a “whole store download” operation designed for use with a TICDSFileManagerBasedDocumentSyncManager.
Tasks
Paths
-
– pathToWholeStoreFileForClientWithIdentifier:The path to a given client’s
WholeStore.ticdsyncfile within this document’sWholeStoredirectory. -
– pathToAppliedSyncChangesFileForClientWithIdentifier:The path to a given client’s
AppliedSyncChanges.ticdsyncfile within this document’sWholeStoredirectory. -
thisDocumentDirectoryPathThe path to this document’s directory.
property -
thisDocumentWholeStoreDirectoryPathThe path to this document’s
propertyWholeStoredirectory.
Properties
Instance Methods
pathToAppliedSyncChangesFileForClientWithIdentifier:
The path to a given client’s AppliedSyncChanges.ticdsync file within this document’s WholeStore directory.
- (NSString *)pathToAppliedSyncChangesFileForClientWithIdentifier:(NSString *)anIdentifierParameters
- anIdentifier
The unique sync identifier of the document.
Declared In
TICDSFileManagerBasedWholeStoreDownloadOperation.hpathToWholeStoreFileForClientWithIdentifier:
The path to a given client’s WholeStore.ticdsync file within this document’s WholeStore directory.
- (NSString *)pathToWholeStoreFileForClientWithIdentifier:(NSString *)anIdentifierParameters
- anIdentifier
The unique sync identifier of the document.
Declared In
TICDSFileManagerBasedWholeStoreDownloadOperation.h