Package | Description |
---|---|
com.hcl.domino.data | |
com.hcl.domino.person |
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 |
---|---|
void |
OutOfOffice.getState(Ref<OutOfOffice.OOOType> retType,
Ref<Boolean> retIsEnabled)
This function returns the version (agent, service) and the state (disabled, enabled)
of the out of office functionality.
The version information can be used to show or hide UI elements that might not be supported for a given version. For example, the agent does not support durations of less than 1 day and some clients might choose not to show the hours in the user interface. When you need to make OutOfOffice.getState(Ref, Ref) as efficient as possible, call
Person.openOutOfOffice(String, boolean, Database)
with the home mail server and the opened mail database.This function is read only and does not return an error if user ACL rights are below Editor (which are required to turn on/off the Out of office functionality). If OutOfOffice.getState(Ref, Ref) is called immediately following OutOfOffice.setEnabled(boolean) it will
not reflect the state set by the OutOfOffice.setEnabled(boolean) .To see the current state, start a new operation using Person.openOutOfOffice(String, boolean, Database) ,
OutOfOffice.getState(Ref, Ref) . |
void |
OutOfOffice.getState(Ref<OutOfOffice.OOOType> retType,
Ref<Boolean> retIsEnabled)
This function returns the version (agent, service) and the state (disabled, enabled)
of the out of office functionality.
The version information can be used to show or hide UI elements that might not be supported for a given version. For example, the agent does not support durations of less than 1 day and some clients might choose not to show the hours in the user interface. When you need to make OutOfOffice.getState(Ref, Ref) as efficient as possible, call
Person.openOutOfOffice(String, boolean, Database)
with the home mail server and the opened mail database.This function is read only and does not return an error if user ACL rights are below Editor (which are required to turn on/off the Out of office functionality). If OutOfOffice.getState(Ref, Ref) is called immediately following OutOfOffice.setEnabled(boolean) it will
not reflect the state set by the OutOfOffice.setEnabled(boolean) .To see the current state, start a new operation using Person.openOutOfOffice(String, boolean, Database) ,
OutOfOffice.getState(Ref, Ref) . |
Copyright © 2019–2021 HCL. All rights reserved.