Conforms to TICDSOperationDelegate
Declared in TICDSClassesAndProtocols.h

Overview

The TICDSDocumentRegistrationOperationDelegate protocol defines the methods implemented by delegates of TICDSDocumentRegistrationOperation or one of its subclasses. In the TICoreDataSync framework, these delegate methods are implemented by the document sync manager.

Tasks

Instance Methods

registrationOperationDidDetermineThatClientHadPreviouslyBeenDeletedFromSynchronizingWithDocument:

Informs the delegate that the operation determined that the document had previously been deleted from synchronizing this document.

- (void)registrationOperationDidDetermineThatClientHadPreviouslyBeenDeletedFromSynchronizingWithDocument:(TICDSDocumentRegistrationOperation *)anOperation

Parameters

anOperation

The operation object that sent the message.

Declared In

TICDSClassesAndProtocols.h

registrationOperationPausedToFindOutWhetherToCreateRemoteDocumentStructure:

Informs the delegate that the operation has been paused because the remote document file structure does not exist. The delegate should query its own delegate to ask whether to continue registration by creating the structure.

- (void)registrationOperationPausedToFindOutWhetherToCreateRemoteDocumentStructure:(TICDSDocumentRegistrationOperation *)anOperation

Parameters

anOperation

The operation object that sent the message.

Declared In

TICDSClassesAndProtocols.h

registrationOperationResumedFollowingDocumentStructureCreationInstruction:

Informs the delegate that the operation has resumed after being told whether or not to create the remote document file structure.

- (void)registrationOperationResumedFollowingDocumentStructureCreationInstruction:(TICDSDocumentRegistrationOperation *)anOperation

Parameters

anOperation

The operation object that sent the message.

Declared In

TICDSClassesAndProtocols.h