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

関連項目