Package | Description |
---|---|
com.hcl.domino.data |
Modifier and Type | Method and Description |
---|---|
DominoOriginatorId |
Database.generateOID()
This function generates a new Originator ID (OID) used to uniquely identify a document.
Use this function when you already have a document open and wish to create a totally new document with the same items as the open document. You do not need this method when creating a new note from scratch using Database.createDocument() ,
because the OID is already generated for you.If the database resides on a remote Lotus Domino Server, the current user must to have the appropriate level of access to carry out this operation. |
DominoOriginatorId |
Document.getOID()
Retrieves the originator ID of the document, which contains the UNID and additional
modification information.
|
Copyright © 2019–2021 HCL. All rights reserved.