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.ticdsync
file within this document’sWholeStore
directory. -
– pathToAppliedSyncChangesFileForClientWithIdentifier:
The path to a given client’s
AppliedSyncChanges.ticdsync
file within this document’sWholeStore
directory. -
thisDocumentDirectoryPath
The path to this document’s directory.
property -
thisDocumentWholeStoreDirectoryPath
The path to this document’s
propertyWholeStore
directory.
Properties
Instance Methods
pathToAppliedSyncChangesFileForClientWithIdentifier:
The path to a given client’s AppliedSyncChanges.ticdsync
file within this document’s WholeStore
directory.
- (NSString *)pathToAppliedSyncChangesFileForClientWithIdentifier:(NSString *)anIdentifier
Parameters
- anIdentifier
The unique sync identifier of the document.
Declared In
TICDSFileManagerBasedWholeStoreDownloadOperation.h
pathToWholeStoreFileForClientWithIdentifier:
The path to a given client’s WholeStore.ticdsync
file within this document’s WholeStore
directory.
- (NSString *)pathToWholeStoreFileForClientWithIdentifier:(NSString *)anIdentifier
Parameters
- anIdentifier
The unique sync identifier of the document.
Declared In
TICDSFileManagerBasedWholeStoreDownloadOperation.h