public static interface Database.DocInfo
Modifier and Type | Method and Description |
---|---|
boolean |
exists()
Returns true if the note currently exists in the database
|
int |
getNoteId()
Returns the note id
|
int |
getSequence()
Returns the sequence number
|
Optional<DominoDateTime> |
getSequenceTime()
Returns the sequence time ( = "Modified (initially)")
|
String |
getUnid()
Returns the UNID as hex string
|
boolean |
isDeleted()
Returns true if the note has already been deleted
|
int getNoteId()
int getSequence()
Optional<DominoDateTime> getSequenceTime()
Optional
describing the sequence time, or an empty one
if the note could not be foundString getUnid()
boolean isDeleted()
boolean exists()
Copyright © 2019–2021 HCL. All rights reserved.