| Package | Description |
|---|---|
| de.jakop.lotus.domingo |
Interfaces and factory for access to Lotus Notes databases.
|
| de.jakop.lotus.domingo.http |
Http implementation of the contract in package
de.jakop.lotus.domingo. |
| de.jakop.lotus.domingo.mock |
Implementations of some interfaces for temporary objects.
|
| de.jakop.lotus.domingo.proxy |
Proxy implementation of the contract in package
de.jakop.lotus.domingo. |
| Modifier and Type | Method and Description |
|---|---|
DView |
DDocument.getParentView()
The view from which a document was retrieved, if any.
|
DView |
DDatabase.getView(String viewName)
Finds a view or folder in a database, given the name or alias of the view
or folder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ViewHttp
Http implementation of a Domingo view.
|
| Modifier and Type | Method and Description |
|---|---|
DView |
DocumentHttp.getParentView()
The view from which a document was retrieved, if any.
|
DView |
DatabaseHttp.getView(String viewName)
Finds a view or folder in a database, given the name or alias of the view
or folder.
|
| Modifier and Type | Method and Description |
|---|---|
DView |
MockDocument.getParentView()
The view from which a document was retrieved, if any.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ViewProxy
Represents the Domino-Class
View. |
| Modifier and Type | Method and Description |
|---|---|
DView |
DocumentProxy.getParentView()
The view from which a document was retrieved, if any.
|
DView |
DatabaseProxy.getView(String viewName)
Finds a view or folder in a database, given the name or alias of the view
or folder.
|
| Constructor and Description |
|---|
ViewIterator(DView theView)
Constructor.
|
Copyright © 2005–2020. All rights reserved.