TICDSFileManagerBasedListOfDocumentRegisteredClientsOperation Class Reference
| Inherits from | TICDSListOfDocumentRegisteredClientsOperation : TICDSOperation : NSOperation |
| Declared in | TICDSFileManagerBasedListOfDocumentRegisteredClientsOperation.h |
Overview
TICDSFileManagerBasedListOfDocumentRegisteredClientsOperation is a “list of clients registered to a document” operation designed for use with a TICDSFileManagerBasedDocumentSyncManager.
Tasks
Paths
-
thisDocumentSyncChangesDirectoryPathThe path to this document’s
propertySyncChangesdirectory. -
clientDevicesDirectoryPathThe path to the
propertyClientDevicesdirectory. -
thisDocumentRecentSyncsDirectoryPathThe path to this document’s
propertyRecentSyncsdirectory. -
thisDocumentWholeStoreDirectoryPathThe path to this document’s
propertyWholeStoredirectory. -
– pathToDeviceInfoPlistForDeviceWithIdentifier:Return the path to the
deviceInfo.plistfile for a specified client, inside theClientDevicesdirectory. -
– pathToWholeStoreFileForDeviceWithIdentifier:Return the path to the
wholeStore.ticdsyncfile uploaded by a client with a specified identifier.
Properties
clientDevicesDirectoryPath
The path to the ClientDevices directory.
@property (retain) NSString *clientDevicesDirectoryPathDeclared In
TICDSFileManagerBasedListOfDocumentRegisteredClientsOperation.hthisDocumentRecentSyncsDirectoryPath
The path to this document’s RecentSyncs directory.
@property (retain) NSString *thisDocumentRecentSyncsDirectoryPathDeclared In
TICDSFileManagerBasedListOfDocumentRegisteredClientsOperation.hInstance Methods
pathToDeviceInfoPlistForDeviceWithIdentifier:
Return the path to the deviceInfo.plist file for a specified client, inside the ClientDevices directory.
- (NSString *)pathToDeviceInfoPlistForDeviceWithIdentifier:(NSString *)anIdentifierParameters
- anIdentifier
The identifier of the client.
Return Value
The path to the deviceInfo.plist file.
Declared In
TICDSFileManagerBasedListOfDocumentRegisteredClientsOperation.hpathToWholeStoreFileForDeviceWithIdentifier:
Return the path to the wholeStore.ticdsync file uploaded by a client with a specified identifier.
- (NSString *)pathToWholeStoreFileForDeviceWithIdentifier:(NSString *)anIdentifierParameters
- anIdentifier
The identifier of the client.
Return Value
The path to the client’s wholeStore.ticdsync file.
Declared In
TICDSFileManagerBasedListOfDocumentRegisteredClientsOperation.h