Modifier and Type | Method and Description |
---|---|
DominoDateTime |
DominoClient.createDateTime(TemporalAccessor temporal)
Creates a
DominoDateTime instance for the provided TemporalAccessor object.Some examples of supported TemporalAccessor value:DominoDateTime
Instant.now()
LocalDate.now()
LocalTime.now()
ZoneId zone = ZoneId.systemDefault(); Instant now=Instant.now(); OffsetDateTime.ofInstant(now, zone);
|
Modifier and Type | Method and Description |
---|---|
DominoDateTime |
AdministrationProcess.getCertificateExpiration() |
DominoDateTime |
ServerAdmin.DominoSSOToken.getRenewalDate()
Gives a date and time when the SSO token will expire and needs to be renewed
|
Modifier and Type | Method and Description |
---|---|
void |
ServerAdmin.registerCrossCertificate(String certFilePath,
String certPW,
String certLogPath,
DominoDateTime expirationDateTime,
String regServer,
Path idFilePath,
String comment,
ServerAdmin.RegistrationMessageHandler msgHandler)
This function will cross-certify an ID with another organization's hierarchy.
It will open the Domino Directory (Server's Address book) on the specified registration server, verify write access to the book, and add a new Cross Certificate entry. |
Modifier and Type | Method and Description |
---|---|
DominoDateTime |
ReplicaInfo.getReplicaIDAsDate()
Returns the replication ID which is same for all replica files
|
DominoDateTime |
ReplicationHistorySummary.getReplicationTime() |
Modifier and Type | Method and Description |
---|---|
Optional<DominoDateTime> |
ReplicaInfo.getCutOff()
Replication cutoff date
|
Constructor and Description |
---|
ReplicationHistorySummary(DominoDateTime replicationTime,
AclLevel accessLevel,
Set<AclFlag> accessFlags,
ReplicationHistorySummary.ReplicationDirection direction,
String server,
String filePath) |
Modifier and Type | Method and Description |
---|---|
int |
Calendaring.getNewInvitations(Database dbMail,
TemporalAccessor start,
String uid,
TemporalAccessor since,
AtomicReference<DominoDateTime> retUntil,
List<Integer> retNoteIds,
List<String> retUNIDs)
Retrieve invitations in a mailfile that have not yet been responded to.
This returns the number of new invitations as well as optional NOTEID and/or UNID lists. This returns only invitations (and delegated invitations), and not reschedules, information updates, cancels, etc. This method does not filter out any invitations that have since been canceled/rescheduled, or are otherwise out of date. Once the invitation is accepted, other notices that apply to that meeting can be discovered with a call to Calendaring.getUnappliedNotices(Database, String, List, List)
must be used (on a per-UID level).Only invitations for meetings that are current (at least one instance starts within the last day or in the future) are returned, although the starting time can be specified by the caller to override the default.A caller can retrieve only invitations that have arrived since a prior call to Calendaring.getNewInvitations(com.hcl.domino.data.Database, java.time.temporal.TemporalAccessor, java.lang.String, java.time.temporal.TemporalAccessor, java.util.concurrent.atomic.AtomicReference<com.hcl.domino.data.DominoDateTime>, java.util.List<java.lang.Integer>, java.util.List<java.lang.String>)
by using tdSince and ptdretUntil.If uid is provided, invitations only for a
particular meeting will be returned.This is useful if you are looking for an invitation or invitations that correspond to an updated notice that has arrived. Note: Multiple invitations might exist for a particular UID if that meeting is recurring and you were added to an instance or instances after the initial creation. The returned notices are not guaranteed to be in any particular order. |
Modifier and Type | Method and Description |
---|---|
DominoDateTime |
DominoDateTime.clone() |
DominoDateTime |
Document.getAddedToFile()
Retrives the time when the document was added to this NSF, regardless of when it was
originally created.
|
DominoDateTime |
Document.getCreated()
Retrieves the creation date of this document.
|
DominoDateTime |
DominoDateRange.getEndDateTime() |
DominoDateTime |
DominoOriginatorId.getFile()
Returns the File part of the universal id
|
DominoDateTime |
Attachment.getFileCreated()
Gets the created datetime of the attachment.
|
DominoDateTime |
Attachment.getFileModified()
Gets the modified datetime of the attachment
|
DominoDateTime |
Document.getLastAccessed()
Retrieves the last-accessed time of the document, if that information is being tracked
in the database.
|
DominoDateTime |
DominoCollection.getLastAccessedTime()
Returns the
DominoDateTime when this view was last accessed |
DominoDateTime |
Document.getLastModified()
Retrieves the time when the document was last modified.
|
DominoDateTime |
Database.SearchMatch.getLastModified()
Returns the modified date of the note as an
DominoDateTime |
DominoDateTime |
Document.getModifiedInThisFile()
Retrieves the time when the document was last modified in this NSF, which may be later
than the last time it was modified on any replica.
|
DominoDateTime |
DominoCollection.getNextDiscardTime()
Returns the
DominoDateTime when the view index will be discarded |
DominoDateTime |
DominoOriginatorId.getNote()
Returns the Note part of the universal id
|
DominoDateTime |
Database.ModifiedNoteInfo.getSeqTime() |
DominoDateTime |
Database.SearchMatch.getSequenceTime()
Returns the sequence time of the note as a
DominoDateTime . |
DominoDateTime |
DominoOriginatorId.getSequenceTime()
Returns the sequence time
|
DominoDateTime |
DominoDateRange.getStartDateTime() |
DominoDateTime |
Database.ModifiedNoteInfos.getUntil() |
DominoDateTime |
FormulaQueryResult.getUntil()
Same as
IDTable.getDateTime() of the IDTable returned by
FormulaQueryResult.getNoteIds() . |
DominoDateTime |
Document.SignatureData.getWhenSigned() |
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 |
---|---|
Optional<DominoDateTime> |
Database.DocInfoExt.getAddedToFile()
Returns the value for "Added in this file"
|
Optional<DominoDateTime> |
IDTable.getDateTime()
Returns a
DominoDateTime set in this IDTable via
a database search (e.g. |
Optional<DominoDateTime> |
DominoUniversalNoteId.getFile()
Returns the File part of the universal id
|
Optional<DominoDateTime> |
DocumentSelection.getLastBuildTime()
Returns the last time, the
DocumentSelection.build() has been invoked. |
Optional<DominoDateTime> |
Database.getLastFTIndexTime()
This routine returns the last time a database was full text indexed.
|
Optional<DominoDateTime> |
Database.DocInfoExt.getModified()
Returns the value for "Modified in this file"
|
Optional<DominoDateTime> |
DominoUniversalNoteId.getNote()
Returns the Note part of the universal id
|
Optional<DominoDateTime> |
Database.DocInfo.getSequenceTime()
Returns the sequence time ( = "Modified (initially)")
|
Optional<DominoDateTime> |
DocumentSelection.getSinceTime()
Returns the since time so that the search only contains documents
with a "Modified in this file" date after the given date.
|
Optional<DominoDateTime> |
DocumentSelection.getUntilTime()
Returns a date that can be passed as "since time" to the next search
for incremental searches.
|
Modifier and Type | Method and Description |
---|---|
void |
Database.getModifiedTime(Ref<DominoDateTime> retDataModified,
Ref<DominoDateTime> retNonDataModified)
This function obtains the date/time of the last modified data and non-data documents
in the specified database.
|
void |
Database.getModifiedTime(Ref<DominoDateTime> retDataModified,
Ref<DominoDateTime> retNonDataModified)
This function obtains the date/time of the last modified data and non-data documents
in the specified database.
|
Modifier and Type | Method and Description |
---|---|
DominoDateTime |
DatabaseData.getCreated()
Returns the database creation date
|
DominoDateTime |
DatabaseData.getDesignModifiedDate()
Returns the date of the last design change
|
DominoDateTime |
DatabaseData.getModified()
Returns the database modification date
|
DominoDateTime |
FolderData.getModified()
Returns the folder modification date
|
DominoDateTime |
DirEntry.getModified()
Returns the file modification date
|
Modifier and Type | Method and Description |
---|---|
Optional<DominoDateTime> |
DatabaseData.getLastCompact()
Returns the date of the last compact
|
Optional<DominoDateTime> |
DatabaseData.getLastFixup()
Returns the date of the last fixup
|
Modifier and Type | Method and Description |
---|---|
DominoDateTime |
NamedFileElement.getFileModified() |
DominoDateTime |
ImageResource.getFileModified() |
Modifier and Type | Method and Description |
---|---|
Optional<DominoDateTime> |
DesignAgent.getEndDate()
Gets the last date that the agent is able to run, if applicable
|
Optional<DominoDateTime> |
DesignAgent.getStartDate()
Gets the earliest date that the agent is able to run, if applicable
|
Modifier and Type | Method and Description |
---|---|
Optional<DominoDateTime> |
ScheduleEntry.getFrom() |
Optional<DominoDateTime> |
Schedule.getFrom()
Lower bound of the interval
|
Optional<DominoDateTime> |
ScheduleEntry.getUntil() |
Optional<DominoDateTime> |
Schedule.getUntil()
Upper bound of the interval
|
Modifier and Type | Method and Description |
---|---|
DominoDateTime |
AssistStruct.getEndDate() |
DominoDateTime |
AssistStruct.getStartDate() |
Modifier and Type | Method and Description |
---|---|
AssistStruct |
AssistStruct.setEndDate(DominoDateTime endDate) |
AssistStruct |
AssistStruct.setStartDate(DominoDateTime startDate) |
Copyright © 2019–2021 HCL. All rights reserved.