TICDSDocumentRegistrationOperationDelegate Protocol Reference
| 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
-
– 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.
required method -
– registrationOperationResumedFollowingDocumentStructureCreationInstruction:Informs the delegate that the operation has resumed after being told whether or not to create the remote document file structure.
required method -
– registrationOperationDidDetermineThatClientHadPreviouslyBeenDeletedFromSynchronizingWithDocument:Informs the delegate that the operation determined that the document had previously been deleted from synchronizing this document.
required method
Instance Methods
registrationOperationDidDetermineThatClientHadPreviouslyBeenDeletedFromSynchronizingWithDocument:
Informs the delegate that the operation determined that the document had previously been deleted from synchronizing this document.
- (void)registrationOperationDidDetermineThatClientHadPreviouslyBeenDeletedFromSynchronizingWithDocument:(TICDSDocumentRegistrationOperation *)anOperationParameters
- anOperation
The operation object that sent the message.
Declared In
TICDSClassesAndProtocols.hregistrationOperationPausedToFindOutWhetherToCreateRemoteDocumentStructure:
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 *)anOperationParameters
- anOperation
The operation object that sent the message.
Declared In
TICDSClassesAndProtocols.hregistrationOperationResumedFollowingDocumentStructureCreationInstruction:
Informs the delegate that the operation has resumed after being told whether or not to create the remote document file structure.
- (void)registrationOperationResumedFollowingDocumentStructureCreationInstruction:(TICDSDocumentRegistrationOperation *)anOperationParameters
- anOperation
The operation object that sent the message.
Declared In
TICDSClassesAndProtocols.h