viewentry (Domino DTD)

Represents a row in a view. Every row in a view represents a document (except totals, category, or conflict rows). Each column in a view displays specific data pulled from that document.

Containment Hierarchy

Contained by: viewentries

Contains: entrydata

Syntax

<!ELEMENT viewentry ( entrydata* )>

Content

entrydata*

Contains any number of <entrydata> elements, one for each column in the line of the view that has data. Empty columns are omitted.

Attributes

<!ATTLIST viewentry

position

CDATA

#IMPLIED

unid

%unid;

#IMPLIED

noteid

%noteid;

#IMPLIED

children

%integer;

#IMPLIED

siblings

%integer;

#IMPLIED

descendants

%integer;

#IMPLIED

collapsed

%boolean;

#IMPLIED

response

%boolean;

#IMPLIED

conflict

%boolean;

#IMPLIED

categorytotal

%boolean;

#IMPLIED

markedfordel

%boolean;

#IMPLIED

unread

%boolean;

#IMPLIED

unreadchildren

%boolean;

#IMPLIED

relevance

%integer;

#IMPLIED

>

categorytotal

If true, this entry is blank except for category totals.

children

Number of entries that are direct children of this entry in the view hierarchy. For instance, the number of response documents to a single main document.

collapsed

If true, this entry is collapsed.

conflict

If true, this is a save or replication conflict document. For more details, see "Replication or save conflicts" in the Application Development with Domino Designer book.

descendants

Number of document descendants (excluding itself) that this entry has in the view hierarchy.

markedfordel

If true, this entry is marked for deletion.

noteid

NoteID of the document, if the view entry represents a document. If the entry represents a category, it is a category ID.

position

Position of an entry in the view hierarchy. The string is a list of integers separated by periods.

relevance

Relevance of a view entry as a result of a full-text search. For instance, if you are performing an any word search on "Mary Jane," a document containing "Mary Jane" has more relevance than a document containing "Mary Lou," though both are returned.

response

If true, this is a response document.

siblings

Number of siblings (including itself) that this entry has in the view hierarchy. Siblings are documents at the same hierarchical level as the current document. For instance, three response documents that respond to the same main document are siblings to each other.

unid

Universal ID (UNID) of the document, if the view entry represents a document. If not, this attribute is absent.

unread

If true, this entry is an unread document.

unreadchildren

If true, this entry has unread children.

Example