Package | Description |
---|---|
com.hcl.domino.design |
Modifier and Type | Interface and Description |
---|---|
interface |
Column
Access to a View or Folder column and its settings.
|
interface |
DbProperties
Access to a database design.
|
interface |
DesignAgent
Access to a database design.
|
static interface |
DesignElement.NamedDesignElement |
interface |
Field |
interface |
FileResource
Represents a File Resource design element.
|
interface |
Folder
Represents a Folder design element.
|
interface |
Form
Access to a database design.
|
interface |
GenericFolderOrView
Access to a database design.
|
interface |
GenericFormOrSubform<T extends GenericFormOrSubform<T>> |
interface |
ImageResource |
interface |
JavaLibrary |
interface |
JavaScriptLibrary |
interface |
LotusScriptLibrary |
interface |
NamedFileElement
Represents common behavior for file-resource-esque design elements with "$FileData"
and "$FileNames" or equivalent items.
|
interface |
ScriptLibrary
Parent interface for script-library design elements.
|
interface |
ServerJavaScriptLibrary |
interface |
Subform
Access to a database design.
|
interface |
View
Access to a database design.
|
Modifier and Type | Method and Description |
---|---|
<T extends DesignElement> |
DbDesign.getDesignElementByName(Class<T> type,
String name)
Retrieves a single design element in the database of the provided type matching the provided
title.
|
<T extends DesignElement> |
DbDesign.getDesignElements(Class<T> type)
Retrieves all design elements in the database of the provided type.
|
<T extends DesignElement> |
DbDesign.getDesignElementsByName(Class<T> type,
String name)
Retrieves all design elements in the database of the provided type matching the provided
title.
|
<T extends DesignElement> |
DbDesign.queryDesignElements(Class<T> type,
String formula)
Queries all design elements in the database by the provided formula and restricted
to the provided type.
|
Modifier and Type | Method and Description |
---|---|
Stream<DesignElement> |
DbDesign.queryDesignElements(String formula)
Queries all design elements in the database by the provided formula.
|
Modifier and Type | Method and Description |
---|---|
Database.Action |
DbDesign.SignCallback.noteSigned(DesignElement designElement)
Method is called after signing a note
|
boolean |
DbDesign.SignCallback.shouldSign(DesignElement designElement,
String currentSigner)
Method to skip signing for specific notes
|
Copyright © 2019–2021 HCL. All rights reserved.