Inherits from TICDSPreSynchronizationOperation : TICDSOperation : NSOperation
Declared in TICDSFileManagerBasedPreSynchronizationOperation.h

Overview

TICDSFileManagerBasedPreSynchronizationOperation is a synchronization operation designed for use with a TICDSFileManagerBasedDocumentSyncManager.

Tasks

Paths

Properties

thisDocumentDirectoryPath

The path to this document’s directory.

@property (copy) NSString *thisDocumentDirectoryPath

Declared In

TICDSFileManagerBasedPreSynchronizationOperation.h

thisDocumentRecentSyncsThisClientFilePath

The path this client’s RecentSync file inside this document’s RecentSyncs directory.

@property (copy) NSString *thisDocumentRecentSyncsThisClientFilePath

Declared In

TICDSFileManagerBasedPreSynchronizationOperation.h

thisDocumentSyncChangesDirectoryPath

The path to this document’s SyncChanges directory.

@property (copy) NSString *thisDocumentSyncChangesDirectoryPath

Declared In

TICDSFileManagerBasedPreSynchronizationOperation.h

thisDocumentSyncChangesThisClientDirectoryPath

The path this client’s directory inside this document’s SyncChanges directory.

@property (copy) NSString *thisDocumentSyncChangesThisClientDirectoryPath

Declared In

TICDSFileManagerBasedPreSynchronizationOperation.h

Instance Methods

pathToSyncChangeSetWithIdentifier:forClientWithIdentifier:

The path to a SyncChangeSet uploaded by a given client.

- (NSString *)pathToSyncChangeSetWithIdentifier:(NSString *)aChangeSetIdentifier forClientWithIdentifier:(NSString *)aClientIdentifier

Parameters

aChangeSetIdentifier

The unique identifier of the sync change set.

aClientIdentifier

The unique sync identifier of the client.

Declared In

TICDSFileManagerBasedPreSynchronizationOperation.h

pathToSyncChangesDirectoryForClientWithIdentifier:

The path to a given client’s SyncChanges directory.

- (NSString *)pathToSyncChangesDirectoryForClientWithIdentifier:(NSString *)anIdentifier

Parameters

anIdentifier

The unique sync identifier of the document.

Declared In

TICDSFileManagerBasedPreSynchronizationOperation.h