getParentDocument (View - Java™)

ビュー内の返答文書を指定し、その親文書を返します。

定義位置

View

構文

public Document getParentDocument(Document doc)
    throws NotesException

パラメータ

Document doc

ビュー内の任意の文書。 null は指定できません。

戻り値

Document

パラメータの親 (パラメータがその返答文書となる文書)。 FTSearch を使用してビューが抽出されている場合、getParentDocument はレベルに関係なくビューの 1 つ前の文書を返します。主要文書の場合は null を返します。

使用法

getParentDocument は主要文書、返答文書、返答への返答文書のいずれかを返します。

クロスリファレンス

LotusScript® NotesView クラスの GetParentDocument メソッド