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

Properties

clientDevicesDirectoryPath

The path to the ClientDevices directory.

@property (copy) NSString *clientDevicesDirectoryPath

Declared In

TICDSFileManagerBasedListOfDocumentRegisteredClientsOperation.h

thisDocumentRecentSyncsDirectoryPath

The path to this document’s RecentSyncs directory.

@property (copy) NSString *thisDocumentRecentSyncsDirectoryPath

Declared In

TICDSFileManagerBasedListOfDocumentRegisteredClientsOperation.h

thisDocumentSyncChangesDirectoryPath

The path to this document’s SyncChanges directory.

@property (copy) NSString *thisDocumentSyncChangesDirectoryPath

Declared In

TICDSFileManagerBasedListOfDocumentRegisteredClientsOperation.h

thisDocumentWholeStoreDirectoryPath

The path to this document’s WholeStore directory.

@property (copy) NSString *thisDocumentWholeStoreDirectoryPath

Declared In

TICDSFileManagerBasedListOfDocumentRegisteredClientsOperation.h

Instance Methods

pathToDeviceInfoPlistForDeviceWithIdentifier:

Return the path to the deviceInfo.plist file for a specified client, inside the ClientDevices directory.

- (NSString *)pathToDeviceInfoPlistForDeviceWithIdentifier:(NSString *)anIdentifier

Parameters

anIdentifier

The identifier of the client.

Return Value

The path to the deviceInfo.plist file.

Declared In

TICDSFileManagerBasedListOfDocumentRegisteredClientsOperation.h

pathToWholeStoreFileForDeviceWithIdentifier:

Return the path to the wholeStore.ticdsync file uploaded by a client with a specified identifier.

- (NSString *)pathToWholeStoreFileForDeviceWithIdentifier:(NSString *)anIdentifier

Parameters

anIdentifier

The identifier of the client.

Return Value

The path to the client’s wholeStore.ticdsync file.

Declared In

TICDSFileManagerBasedListOfDocumentRegisteredClientsOperation.h