- presentedItemDidGainVersion:
Tells the delegate that a new version of the file or file package was added.
ファイルまたはファイルパーケージの新しいバージョンが加えられたことを、委任先に伝えます。
- presentedItemDidLoseVersion:
Tells the delegate that a version of the file or file package was removed.
ファイルまたはファイルパーケージのあるバージョンが取り除かれたことを、委任先に伝えます。
- presentedSubitemAtURL:didGainVersion:
Tells the delegate that the item inside the presented directory gained a new version.
提示されたディレクトリ内の項目が新しいバージョンを獲得したことを、委任先に伝えます。
- presentedSubitemAtURL:didLoseVersion:
Tells the delegate that the item inside the presented directory lost an existing version.
提示されたディレクトリ内の項目が既存のバージョンを失ったことを、委任先に伝えます。
- presentedSubitemAtURL:didResolveConflictVersion:
Tells the delegate that the item inside the presented directory had a version conflict resolved by an outside entity.
提示されたディレクトリ内の項目がバージョン衝突を外部登録項目によって解決したことを、委任先に伝えます。