Package | Description |
---|---|
com.hcl.domino.data |
Modifier and Type | Interface and Description |
---|---|
static interface |
Database.DocInfoExt
Extension of
Database.DocInfo with additional note lookup data |
Modifier and Type | Method and Description |
---|---|
Database.DocInfo[] |
Database.getMultiDocumentInfo(int[] noteIds)
This method can be used to get information for a number documents in a
database from their note ids in a single call.
The data returned by this method is the note id, the UNID of the document, the sequence number and the sequence time ("Modified initially" time). In addition, the method checks whether a document exists or has been deleted. |
Database.DocInfo[] |
Database.getMultiDocumentInfo(String[] noteUNIDs)
This method can be used to get information for a number documents in a
database from their note unids in a single call.
The data returned by this method is the note id the UNID of the document, the sequence number and the sequence time ("Modified initially" time). In addition, the method checks whether a document exists or has been deleted. |
Copyright © 2019–2021 HCL. All rights reserved.