| Package | Description |
|---|---|
| com.hcl.domino |
| Modifier and Type | Method and Description |
|---|---|
static DominoClient.OpenDatabase |
DominoClient.OpenDatabase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DominoClient.OpenDatabase[] |
DominoClient.OpenDatabase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Database |
DominoClient.openDatabase(String path,
Set<DominoClient.OpenDatabase> options)
Opens a database by path.
|
Database |
DominoClient.openDatabase(String serverName,
String filePath,
Set<DominoClient.OpenDatabase> options)
Opens a database with options if database is not accessible.
|
Optional<Database> |
DominoClient.openMailDatabase(Set<DominoClient.OpenDatabase> options)
Opens the mail database if the current user
|
Copyright © 2019–2021 HCL. All rights reserved.