Responses (Document - Java)

Read-only. The immediate responses to a document.

Defined in

Document

Data type

DocumentCollection

Syntax

public DocumentCollection getResponses()
    throws NotesException

Usage

Each document returned is an immediate response to the first document. Responses-to-responses are not included. If the current document has no responses, the vector contains zero documents.

Responses-to-Responses

This property returns only immediate responses to a document, but you can write a recursive sub or function to access all the descendants of a particular document. A recursive sub calls itself in the same way that a non-recursive sub calls any other sub or function.

Example