TICDSFileManagerBasedSynchronizationOperation Class Reference
| Inherits from | TICDSSynchronizationOperation : TICDSOperation : NSOperation |
| Declared in | TICDSFileManagerBasedSynchronizationOperation.h |
Overview
TICDSFileManagerBasedSynchronizationOperation is a synchronization operation designed for use with a TICDSFileManagerBasedDocumentSyncManager.
Tasks
Paths
-
thisDocumentDirectoryPathThe path to this document’s directory.
property -
thisDocumentSyncChangesDirectoryPathThe path to this document’s
propertySyncChangesdirectory. -
thisDocumentSyncChangesThisClientDirectoryPathThe path this client’s directory inside this document’s
propertySyncChangesdirectory. -
thisDocumentRecentSyncsThisClientFilePathThe path this client’s RecentSync file inside this document’s
propertyRecentSyncsdirectory. -
– pathToSyncChangesDirectoryForClientWithIdentifier:The path to a given client’s
SyncChangesdirectory. -
– pathToSyncChangeSetWithIdentifier:forClientWithIdentifier:The path to a
SyncChangeSetuploaded by a given client.
Properties
thisDocumentDirectoryPath
The path to this document’s directory.
@property (retain) NSString *thisDocumentDirectoryPathDeclared In
TICDSFileManagerBasedSynchronizationOperation.hthisDocumentRecentSyncsThisClientFilePath
The path this client’s RecentSync file inside this document’s RecentSyncs directory.
@property (retain) NSString *thisDocumentRecentSyncsThisClientFilePathDeclared In
TICDSFileManagerBasedSynchronizationOperation.hInstance Methods
pathToSyncChangeSetWithIdentifier:forClientWithIdentifier:
The path to a SyncChangeSet uploaded by a given client.
- (NSString *)pathToSyncChangeSetWithIdentifier:(NSString *)aChangeSetIdentifier forClientWithIdentifier:(NSString *)aClientIdentifierParameters
- aChangeSetIdentifier
The unique identifier of the sync change set.
- aClientIdentifier
The unique sync identifier of the client.
Declared In
TICDSFileManagerBasedSynchronizationOperation.hpathToSyncChangesDirectoryForClientWithIdentifier:
The path to a given client’s SyncChanges directory.
- (NSString *)pathToSyncChangesDirectoryForClientWithIdentifier:(NSString *)anIdentifierParameters
- anIdentifier
The unique sync identifier of the document.
Declared In
TICDSFileManagerBasedSynchronizationOperation.h