TICDSFileManagerBasedPostSynchronizationOperation Class Reference
Inherits from | TICDSPostSynchronizationOperation : TICDSOperation : NSOperation |
Declared in | TICDSFileManagerBasedPostSynchronizationOperation.h |
Overview
TICDSFileManagerBasedPostSynchronizationOperation
is a synchronization operation designed for use with a TICDSFileManagerBasedDocumentSyncManager
.
Tasks
Paths
-
thisDocumentDirectoryPath
The path to this document’s directory.
property -
thisDocumentSyncChangesDirectoryPath
The path to this document’s
propertySyncChanges
directory. -
thisDocumentSyncChangesThisClientDirectoryPath
The path this client’s directory inside this document’s
propertySyncChanges
directory. -
thisDocumentRecentSyncsThisClientFilePath
The path this client’s RecentSync file inside this document’s
propertyRecentSyncs
directory. -
– pathToSyncChangesDirectoryForClientWithIdentifier:
The path to a given client’s
SyncChanges
directory. -
– pathToSyncChangeSetWithIdentifier:forClientWithIdentifier:
The path to a
SyncChangeSet
uploaded by a given client.
Properties
thisDocumentDirectoryPath
The path to this document’s directory.
@property (copy) NSString *thisDocumentDirectoryPath
Declared In
TICDSFileManagerBasedPostSynchronizationOperation.h
thisDocumentRecentSyncsThisClientFilePath
The path this client’s RecentSync file inside this document’s RecentSyncs
directory.
@property (copy) NSString *thisDocumentRecentSyncsThisClientFilePath
Declared In
TICDSFileManagerBasedPostSynchronizationOperation.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
TICDSFileManagerBasedPostSynchronizationOperation.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
TICDSFileManagerBasedPostSynchronizationOperation.h