Package | Description |
---|---|
com.hcl.domino.data | |
com.hcl.domino.design |
Modifier and Type | Method and Description |
---|---|
static DocumentClass |
DocumentClass.toNoteClass(int val) |
static DocumentClass |
DocumentClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentClass[] |
DocumentClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Optional<DocumentClass> |
CollectionEntry.getDocumentClass()
Retrieves the document class for the entry, if read.
|
Set<DocumentClass> |
Document.getDocumentClass()
Returns the document classes that apply to this document
|
Set<DocumentClass> |
Database.SearchMatch.getDocumentClass()
Returns information about the document's class
|
Set<DocumentClass> |
Database.DocInfoExt.getNoteClass()
Returns the note class
|
Modifier and Type | Method and Description |
---|---|
Document |
Document.setDocumentClass(DocumentClass docClass)
Sets the class of this document.
|
Modifier and Type | Method and Description |
---|---|
IDTable |
Database.getAllNoteIds(Set<DocumentClass> docClasses,
boolean includeDeletions)
This function returns an
IDTable of all note IDs in the database
with the given set of DocumentClass .If includeDeletions is set to TRUE, the returned IDTable
also contains the note IDs of deleted documents. |
IDTable |
Database.getModifiedNoteIds(Set<DocumentClass> docClasses,
TemporalAccessor since,
boolean includeDeletions)
This function returns an
IDTable of Note IDs of documents which have been modified in some way
from the given starting time until "now".The ending date/time is returned in IDTable.getDateTime() , so that this
function can be performed incrementally.The returned IDTable also contains the note IDs of deleted documents. |
Database.ModifiedNoteInfos |
Database.getModifiedNotesInfo(Set<DocumentClass> docClasses,
Set<Database.ModifiedNotesInfoFlags> infoRequested,
TemporalAccessor sinceParam,
boolean includeDeletions,
TemporalAccessor optUntilParam)
Returns information about documents modified since the specified date/time
|
static boolean |
DocumentClass.isDesignElement(Set<DocumentClass> docClass) |
FormulaQueryResult |
Database.queryFormula(String selectionFormula,
IDTable filter,
Set<DirectorySearchQuery.SearchFlag> searchFlags,
TemporalAccessor since,
Set<DocumentClass> docClass)
Evaluates a formula on a set of documents or the whole database
|
DominoDateTime |
Database.queryFormula(String selectionFormula,
Set<Integer> filter,
Set<DirectorySearchQuery.SearchFlag> searchFlags,
TemporalAccessor since,
Set<DocumentClass> docClass,
Map<String,String> computeValues,
Database.FormulaQueryCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
DbDesign.signAll(Set<DocumentClass> docClass,
UserId id,
DbDesign.SignCallback callback)
Signs all design documents of the specified types
|
Copyright © 2019–2021 HCL. All rights reserved.