JAVA/CORBA クラス


ReplicaRequiredForReplaceOrUpdate プロパティ
読み込みと書き込みができます。DXL のレプリカ ID と保存先のデータベースが一致する必要があるかどうかを示します。

定義が行われるクラスDxlImporter
データ型boolean 型
構文public boolean getReplicaRequiredForReplaceOrUpdate()
throws NotesException

public void setReplicaRequiredForReplaceOrUpdate(boolean flag)
throws NotesException

有効な値true (デフォルト) の場合、DXL のレプリカ ID と保存先のデータベースが一致する必要があります。


使用法このプロパティが true で、レプリカ ID が一致しない場合、インポート操作は NOTES_ERR_DXLIMPORTER_FAILED (4522) を発生し、以下のメッセージをログに追加します。「Could not replace/update a matching NoteType note because the ReplicaRequiredForReplaceUpdate property is true and the DXL and database are not replicas.」
クロスリファレンスLotusScript NotesDXLImporter クラスの ReplicaRequiredForReplaceOrUpdate プロパティ
関連項目