JAVA/CORBA クラス


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

定義位置

DxlImporter

データ型

boolean 型

構文

public boolean getReplicaRequiredForReplaceOrUpdate()
   throws NotesException

public void setReplicaRequiredForReplaceOrUpdate(boolean flag)
   throws NotesException

有効な値


使用法

このプロパティが 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 プロパティ

関連項目