JAVA/CORBA CLASSES


ViewEntryCollection class
Example

Represents a collection of view entries of type document sorted in view order.

Syntax

public class ViewEntryCollection extends Base

Containment

Contained by: View

Contains: ViewEntry

Properties

Count through getCount

Parent through getParent

Query through getQuery

Methods

addEntry

deleteEntry

FTSearch

getEntry

getFirstEntry

getLastEntry

getNextEntry

getNthEntry

getPrevEntry

putAllInFolder

recycle

removeAll

removeAllFromFolder

stampAll

updateAll

Access

A ViewEntryCollection represents all or a subset of all the document entries in a view. A ViewEntryCollection does not include entries of type category and total. The following View methods return ViewEntryCollection objects:


The FTSearch method in ViewEntryCollection changes the content of the collection.

A current pointer is maintained for view entry collections. All navigation methods set the current pointer to the retrieved entry. Add and delete methods do not move the current pointer. The current pointer is set to the first entry after FTSearch and removeAll. For remote (IIOP) operations only, the current pointer is set to the first entry after putAllInFolder, removeAllFromFolder, and stampAll.

Example
See Also