Package | Description |
---|---|
com.hcl.domino.admin | |
com.hcl.domino.design |
Modifier and Type | Method and Description |
---|---|
Stream<Pair<DatabaseData,AclAccess>> |
ServerAdmin.MultiDatabaseAccessInfo.allEntries() |
default Stream<Pair<DatabaseData,AclAccess>> |
ServerAdmin.MultiDatabaseAccessInfo.entriesWithMaxLevel(AclLevel level) |
default Stream<Pair<DatabaseData,AclAccess>> |
ServerAdmin.MultiDatabaseAccessInfo.entriesWithMinLevel(AclLevel level) |
Modifier and Type | Method and Description |
---|---|
List<DatabaseData> |
DbDesignCatalog.findAllDatabaseInheritingTemplate(String server,
String templateName)
Scans the server data directory to find all databases that inherit their design
from the specified template
|
List<DatabaseData> |
DbDesignCatalog.DatabaseDesignAnalysis.getAllDatabasesWithInheritedTemplate()
Returns all databases that have a value in the database property
"Inherit design from master template"
|
List<DatabaseData> |
DbDesignCatalog.DatabaseDesignAnalysis.getAllTemplateDatabases()
Returns all databases that have a value in the database property
"Database file is a master template"
|
List<DatabaseData> |
DbDesignCatalog.DatabaseDesignAnalysis.getDatabasesInheritingTemplate(String templateName)
Get all databases with the specified value in the database property
"Inherit design from master template"
|
List<DatabaseData> |
DbDesignCatalog.DatabaseDesignAnalysis.getTemplateDatabases(String templateName)
Get all databases with the specified value in the database property
"Database file is a master template"
|
Copyright © 2019–2021 HCL. All rights reserved.