public interface DominoUniversalNoteId extends IAdaptable
getFile()
) of the UNID contains a number derived in different ways depending on
the release of Domino or Notes.getNote()
) member of the UNID contains the date/time when the very first copy of the document
was stored into the first NSF (Note: date/time from $CREATED item, if exists, takes precedence).Modifier and Type | Method and Description |
---|---|
Optional<DominoDateTime> |
getFile()
Returns the File part of the universal id
|
Optional<DominoDateTime> |
getNote()
Returns the Note part of the universal id
|
void |
setFile(TemporalAccessor td)
Changes the File part of the universal id
|
void |
setNote(TemporalAccessor td)
Changes the Note part of the universal id
|
String |
toString()
Returns the string representation of the universal id (32 character hex string)
|
getAdapter
Optional<DominoDateTime> getFile()
Optional
describing the File part, or an empty one if this
has not yet been setOptional<DominoDateTime> getNote()
Optional
describing the Note part, or an empty one if this
has not yet been setvoid setNote(TemporalAccessor td)
td
- new value for Notevoid setFile(TemporalAccessor td)
td
- new value for FileCopyright © 2019–2021 HCL. All rights reserved.