Locating a view

If the name of the view or folder is known, specify it to getView in Database. The view or folder name must be specified exactly, including cascades, remembering to escape backslashes. For example, "Certificates and ID Information\Cross Certificates" must be specified as "Certificates and ID Information\\Cross Certificates" if it is a Java string literal.

You can use an alias in place of the name.

To get all views and folders, or to locate a view or folder when the name or an alias is not known, use getViews in Database. To locate the view or folder from which a document or view entry is accessed, use getParentView in Document, getParentView in ViewNavigator, getParent in ViewEntry, or getParent in ViewEntryCollection.