Package | Description |
---|---|
com.hcl.domino.data |
Modifier and Type | Method and Description |
---|---|
static Database.OpenDocumentMode |
Database.OpenDocumentMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Database.OpenDocumentMode[] |
Database.OpenDocumentMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Optional<Document> |
Database.getDocumentById(int noteId,
Set<Database.OpenDocumentMode> flags)
Opens a document in the database
|
Optional<Document> |
Database.getDocumentByUNID(String unid,
Set<Database.OpenDocumentMode> flags)
Opens a document in the database
|
Copyright © 2019–2021 HCL. All rights reserved.