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
-
thisDocumentSyncChangesDirectoryPath
The path to this document’s
propertySyncChanges
directory. -
clientDevicesDirectoryPath
The path to the
propertyClientDevices
directory. -
thisDocumentRecentSyncsDirectoryPath
The path to this document’s
propertyRecentSyncs
directory. -
thisDocumentWholeStoreDirectoryPath
The path to this document’s
propertyWholeStore
directory. -
– pathToDeviceInfoPlistForDeviceWithIdentifier:
Return the path to the
deviceInfo.plist
file for a specified client, inside theClientDevices
directory. -
– pathToWholeStoreFileForDeviceWithIdentifier:
Return the path to the
wholeStore.ticdsync
file uploaded by a client with a specified identifier.
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
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