Package | Description |
---|---|
com.hcl.domino |
Modifier and Type | Method and Description |
---|---|
static DominoClient.Encryption |
DominoClient.Encryption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DominoClient.Encryption[] |
DominoClient.Encryption.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.createDatabase(String serverName,
String filePath,
boolean forceCreation,
boolean initDesign,
DominoClient.Encryption encryption)
Creates a new database on the target server with a given file path.
|
Database |
DominoClient.createDatabase(String serverName,
String filePath,
boolean forceCreation,
boolean initDesign,
DominoClient.Encryption encryption,
DatabaseClass dbClass)
Creates a new database on the target server with a given file path.
|
Database |
DominoClient.createDatabaseFromTemplate(String sourceServerName,
String sourceFilePath,
String targetServerName,
String targetFilePath,
DominoClient.Encryption encryption)
Creates a new database from the specified template DB.
|
Database |
DominoClient.createDatabaseReplica(String sourceServerName,
String sourceFilePath,
String targetServerName,
String targetFilePath,
DominoClient.Encryption encryption)
Creates a new database replica, which is a new database with copied design/data documents
and the same replica ID as the specified DB.
|
Copyright © 2019–2021 HCL. All rights reserved.