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

Properties

thisDocumentDirectoryPath

The path to this document’s directory.

@property (copy) NSString *thisDocumentDirectoryPath

Declared In

TICDSFileManagerBasedWholeStoreDownloadOperation.h

thisDocumentWholeStoreDirectoryPath

The path to this document’s WholeStore directory.

@property (copy) NSString *thisDocumentWholeStoreDirectoryPath

Declared In

TICDSFileManagerBasedWholeStoreDownloadOperation.h

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