Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Y _ 

A

abort() - Method in interface com.hcl.domino.DominoClient.ReplicationStateListener
Replication aborted
accessId(UserId) - Method in interface com.hcl.domino.admin.idvault.IdVault.IDAccessCallback
Implement this method to work with the passed user id.
Acl - Interface in com.hcl.domino.security
Access Control List of a database including functions to query access
ACL_FLAG_ADMIN_READERAUTHOR - Static variable in interface com.hcl.domino.misc.NotesConstants
Admin server can modify reader and author fields in db
ACL_FLAG_ADMIN_SERVER - Static variable in interface com.hcl.domino.misc.NotesConstants
Entry is administration server (V4)
ACL_FLAG_AUTHOR_NOCREATE - Static variable in interface com.hcl.domino.misc.NotesConstants
Authors can't create new notes (only edit existing ones)
ACL_FLAG_CREATE_FOLDER - Static variable in interface com.hcl.domino.misc.NotesConstants
User can create and update shared views & folders (V4)
This allows an Editor to assume some Designer-level access
ACL_FLAG_CREATE_LOTUSSCRIPT - Static variable in interface com.hcl.domino.misc.NotesConstants
User can create LotusScript
ACL_FLAG_CREATE_PRAGENT - Static variable in interface com.hcl.domino.misc.NotesConstants
User can create personal agents (V4)
ACL_FLAG_CREATE_PRFOLDER - Static variable in interface com.hcl.domino.misc.NotesConstants
User can create personal folders (V4)
ACL_FLAG_GROUP - Static variable in interface com.hcl.domino.misc.NotesConstants
Entry represents a group (V4)
ACL_FLAG_MONITORS_DISALLOWED - Static variable in interface com.hcl.domino.misc.NotesConstants
User CANNOT register monitors for this database
ACL_FLAG_NODELETE - Static variable in interface com.hcl.domino.misc.NotesConstants
User cannot delete notes
ACL_FLAG_NOREPLICATE - Static variable in interface com.hcl.domino.misc.NotesConstants
User cannot replicate or copy this database
ACL_FLAG_PERSON - Static variable in interface com.hcl.domino.misc.NotesConstants
Entry represents a Person (V4)
ACL_FLAG_PUBLICREADER - Static variable in interface com.hcl.domino.misc.NotesConstants
User can read public notes
ACL_FLAG_PUBLICWRITER - Static variable in interface com.hcl.domino.misc.NotesConstants
User can write public notes
ACL_FLAG_SERVER - Static variable in interface com.hcl.domino.misc.NotesConstants
Entry represents a Server (V4)
ACL_LEVEL_AUTHOR - Static variable in interface com.hcl.domino.misc.NotesConstants
User or Server can create and/or edit their own data documents and examine existing ones in the database.
ACL_LEVEL_COUNT - Static variable in interface com.hcl.domino.misc.NotesConstants
Number of access levels
ACL_LEVEL_DEPOSITOR - Static variable in interface com.hcl.domino.misc.NotesConstants
User or Server can add new data documents to a database, but cannot examine the new document or the database.
ACL_LEVEL_DESIGNER - Static variable in interface com.hcl.domino.misc.NotesConstants
User or Server can create and/or edit any data document and/or design document.
ACL_LEVEL_EDITOR - Static variable in interface com.hcl.domino.misc.NotesConstants
User or Server can create and/or edit any data document.
ACL_LEVEL_HIGHEST - Static variable in interface com.hcl.domino.misc.NotesConstants
Highest access level
ACL_LEVEL_MANAGER - Static variable in interface com.hcl.domino.misc.NotesConstants
User or Server can create and/or maintain any type of database or document, including the ACL.
ACL_LEVEL_NOACCESS - Static variable in interface com.hcl.domino.misc.NotesConstants
User or Server has no access to the database.
ACL_LEVEL_READER - Static variable in interface com.hcl.domino.misc.NotesConstants
User or Server can only view data documents in the database.
ACL_PRIVCOUNT - Static variable in interface com.hcl.domino.misc.NotesConstants
Number of privilege bits (10 bytes)
ACL_PRIVNAMEMAX - Static variable in interface com.hcl.domino.misc.NotesConstants
Privilege name max (including null)
ACL_PRIVSTRINGMAX - Static variable in interface com.hcl.domino.misc.NotesConstants
Privilege string max (including parentheses and null)
ACL_UNIFORM_ACCESS - Static variable in interface com.hcl.domino.misc.NotesConstants
Require same ACL in ALL replicas of database
ACL_UPDATE_FLAGS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ACL_UPDATE_LEVEL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ACL_UPDATE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ACL_UPDATE_PRIVILEGES - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AclAccess - Interface in com.hcl.domino.security
Computed Acl access level of a user in a database
AclEntry - Interface in com.hcl.domino.security
A single entry of the database Acl
AclFlag - Enum in com.hcl.domino.security
These symbols represent access level modifier flags in access control lists.

Each access level taken by itself implies a certain set of immutable capabilities.
Each access level has a different set of access modifier bits that are relevant for that level.

All of the other bits that are returned in the Access Flag parameter of C API functions are irrelevant and are unpredictable.


The table depicts which Access Level Modifier Flags (AclFlag) are applicable to the Access Levels (AclLevel) AclLevelAclFlag Applicable to AclLevelAclLevel.MANAGERAclFlag.NODELETE
AclFlag.PERSON
AclFlag.GROUP
AclFlag.SERVERAclLevel.DESIGNERAclFlag.NODELETE
AclFlag.CREATE_LOTUSSCRIPT
AclFlag.PERSON
AclFlag.GROUP
AclFlag.SERVERAclLevel.EDITORAclFlag.NODELETE
AclFlag.CREATE_PRAGENT
AclFlag.CREATE_PRFOLDER
AclFlag.CREATE_FOLDER
AclFlag.CREATE_LOTUSSCRIPT
AclFlag.PERSON
AclFlag.GROUP
AclFlag.SERVERAclLevel.AUTHORAclFlag.AUTHOR_NOCREATE
AclFlag.NODELETE
AclFlag.CREATE_PRAGENT
AclFlag.CREATE_PRFOLDER
AclFlag.CREATE_LOTUSSCRIPT
AclFlag.PUBLICWRITER
AclFlag.PERSON
AclFlag.GROUP
AclFlag.SERVERAclLevel.READERAclFlag.CREATE_PRAGENT
AclFlag.CREATE_PRFOLDER
AclFlag.CREATE_LOTUSSCRIPT
AclFlag.PUBLICWRITER
AclFlag.PERSON
AclFlag.GROUP
AclFlag.SERVERAclLevel.DEPOSITORAclFlag.PUBLICREADER
AclFlag.PUBLICWRITER
AclFlag.PERSON
AclFlag.GROUP
AclFlag.SERVERAclLevel.NOACCESSAclFlag.PUBLICREADER
AclFlag.PUBLICWRITER
AclFlag.PERSON
AclFlag.GROUP
AclFlag.SERVER
AclLevel - Enum in com.hcl.domino.security
Access Control Level symbols used to qualify user or server access to a given Domino database.
ACTIONDBCOPY_FLAG_MOVE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Remove document from original database
ACTIONFOLDER_FLAG_NEWFOLDER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Create new folder
ACTIONFOLDER_FLAG_PRIVATEFOLDER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Folder is private
ACTIONFORMULA_FLAG_NEWCOPY - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Create a new copy before modifying
ACTIONFORMULA_FLAG_SELECTDOCS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Select documents
ACTIONNEWSLETTER_FLAG_GATHER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Gather at least n before mailing
ACTIONNEWSLETTER_FLAG_INCLUDEALL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Include all notes when mailing out multiple notes
ACTIONNEWSLETTER_FLAG_SUMMARY - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Summary of docs (with DocLinks)
ACTIONREPLY_FLAG_INCLUDEDOC - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Include copy of document
ACTIONREPLY_FLAG_NOAGENTREPLY - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Do not reply to agent-generated mail
ACTIONREPLY_FLAG_REPLYONCE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Only reply once per sender
ACTIONREPLY_FLAG_REPLYTOALL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Reply to all (otherwise, just to sender)
ACTIONREPLY_FLAG_SAVEMAIL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Save copy
ACTIONSENDMAIL_BCCFIELD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
ACTIONSENDMAIL_BODYFIELD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
ACTIONSENDMAIL_CCFIELD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
ACTIONSENDMAIL_FIELDCOUNT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
ACTIONSENDMAIL_FLAG_BCCFORMULA - Static variable in interface com.hcl.domino.richtext.RichTextConstants
bcc field is a formula
ACTIONSENDMAIL_FLAG_CCFORMULA - Static variable in interface com.hcl.domino.richtext.RichTextConstants
cc field is a formula
ACTIONSENDMAIL_FLAG_INCLUDEDOC - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Include matching document
ACTIONSENDMAIL_FLAG_INCLUDELINK - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Include doclink to document
ACTIONSENDMAIL_FLAG_SAVEMAIL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
save copy
ACTIONSENDMAIL_FLAG_SUBJECTFORMULA - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Subject field is a formula
ACTIONSENDMAIL_FLAG_TOFORMULA - Static variable in interface com.hcl.domino.richtext.RichTextConstants
To field is a formula
ACTIONSENDMAIL_SUBJECTFIELD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
ACTIONSENDMAIL_TOFIELD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
addAttachmentIcon(Attachment, String) - Method in interface com.hcl.domino.richtext.RichTextWriter
 
addAttachmentIcon(String, String) - Method in interface com.hcl.domino.richtext.RichTextWriter
 
addAttachmentIcon(Attachment, String, String, FontStyle, RichTextWriter.CaptionPosition, int, int, int, int, int, Path) - Method in interface com.hcl.domino.richtext.RichTextWriter
 
addAttachmentIcon(String, String, String, FontStyle, RichTextWriter.CaptionPosition, int, int, int, int, int, InputStream) - Method in interface com.hcl.domino.richtext.RichTextWriter
 
addCollectionLink(DominoCollection, String) - Method in interface com.hcl.domino.richtext.RichTextWriter
This function inserts a DocLink for the specified DominoCollection.
addColumn() - Method in interface com.hcl.domino.design.GenericFolderOrView
 
addColumn(String) - Method in interface com.hcl.domino.dql.QueryResultsProcessor
Convenience method to add an unsorted column to the processor
addDatabaseLink(Database, String) - Method in interface com.hcl.domino.richtext.RichTextWriter
This function inserts a DocLink for the specified Database.
addDocLink(Document, String) - Method in interface com.hcl.domino.richtext.RichTextWriter
This function inserts a DocLink for the specified Document.
addDocLink(String, String, String, String) - Method in interface com.hcl.domino.richtext.RichTextWriter
This function inserts a DocLink using manual values.
addedToFolder(String) - Method in interface com.hcl.domino.admin.replication.Replication.IFolderAddCallback
Called for each document after the Replication.IDocumentOpenCallback function is called
addEntry(String, AclLevel, List<String>, Collection<AclFlag>) - Method in interface com.hcl.domino.security.Acl
This function adds an entry to an access control list.
addField() - Method in interface com.hcl.domino.design.GenericFormOrSubform
 
addFileResource(Path) - Method in interface com.hcl.domino.richtext.RichTextWriter
Adds the provided file as a file resource into this rich text writer.
addFileResource(InputStream, long) - Method in interface com.hcl.domino.richtext.RichTextWriter
Adds the provided stream as a file resource into this rich text writer.
addFormula(String, String, String) - Method in interface com.hcl.domino.dql.QueryResultsProcessor
Provides Domino formula language to override the data used to generate values for a particular sort column and an input collection or set of collections.
addGroupMembers(String, Collection<String>) - Method in interface com.hcl.domino.admin.AdministrationProcess
Enters a request in the Administration Requests database to add members to a new or existing a group.
addHeader(String) - Method in interface com.hcl.domino.mime.MimeEntity
Adds a header with the provied headerName and blank content.
addHeader(String, String) - Method in interface com.hcl.domino.mime.MimeEntity
Adds a header with the provied headerName and blank with the provided value.
addImage(Path) - Method in interface com.hcl.domino.richtext.RichTextWriter
Adds an image from disk.
addImage(Path, int, int) - Method in interface com.hcl.domino.richtext.RichTextWriter
Adds an image from disk.
addImage(InputStream) - Method in interface com.hcl.domino.richtext.RichTextWriter
Adds an image from an input stream.
addImage(InputStream, int, int) - Method in interface com.hcl.domino.richtext.RichTextWriter
Adds an image from an input stream.
addImageResource(Path) - Method in interface com.hcl.domino.richtext.RichTextWriter
Adds the provided stream as an image resource into this rich text writer.
addImageResource(InputStream, long) - Method in interface com.hcl.domino.richtext.RichTextWriter
Adds the provided stream as an image resource into this rich text writer.
addItemDetails(Item) - Method in interface com.hcl.domino.data.DocumentProperties
Add an Item's summary details to this DocumentProperties object
addJavaScriptLibraryData(String) - Method in interface com.hcl.domino.richtext.RichTextWriter
Adds the provided script as a JavaScript library block into this rich text writer.
addLifecycleListener(DominoClient.LifecycleListener) - Method in interface com.hcl.domino.DominoClient
Adds a listener to the client that will be called when certain lifecycle events occur.
addNoteIds(Database, Collection<Integer>, String) - Method in interface com.hcl.domino.dql.QueryResultsProcessor
Adds note ids from a database to the query results processor
addRichText(Document, String) - Method in interface com.hcl.domino.richtext.RichTextWriter
Appends a rich text item from another document
addRichText(RichTextWriter) - Method in interface com.hcl.domino.richtext.RichTextWriter
Appends rich text created in another writer
addRichTextRecord(RichTextRecord<?>) - Method in interface com.hcl.domino.richtext.RichTextWriter
Adds a raw rich text record from an existing instance.
addRichTextRecord(Class<T>, Consumer<T>) - Method in interface com.hcl.domino.richtext.RichTextWriter
Creates a new rich-text record of the given type and processes it through the provided function before appending it to the record stream.
addRichTextRecord(RecordType, Consumer<T>) - Method in interface com.hcl.domino.richtext.RichTextWriter
Creates a new rich-text record of the given type and processes it through the provided function before appending it to the record stream.
addRichTextRecord(Class<T>, int, Consumer<T>) - Method in interface com.hcl.domino.richtext.RichTextWriter
Creates a new rich-text record of the given type and processes it through the provided function before appending it to the record stream.
addRichTextRecord(RecordType, int, Consumer<T>) - Method in interface com.hcl.domino.richtext.RichTextWriter
Creates a new rich-text record of the given type and processes it through the provided function before appending it to the record stream.
addRole(String) - Method in interface com.hcl.domino.security.Acl
Adds a role to the ACL.
addServerToCluster(String, String) - Method in interface com.hcl.domino.admin.AdministrationProcess
Enters a request in the Administration Requests database to add a server to a cluster.
addSortColumn(String, String, QueryResultsProcessor.SortOrder, QueryResultsProcessor.Hidden, QueryResultsProcessor.Categorized) - Method in interface com.hcl.domino.dql.QueryResultsProcessor
Creates a single column of values to be returned when QueryResultsProcessor execute is performed.
addText(String) - Method in interface com.hcl.domino.richtext.RichTextWriter
Adds a text element
addText(String, TextStyle, FontStyle) - Method in interface com.hcl.domino.richtext.RichTextWriter
Adds a text element with the specified font style
addText(String, TextStyle, FontStyle, boolean) - Method in interface com.hcl.domino.richtext.RichTextWriter
Adds a text element with the specified font style
addToFolder(String, Collection<Integer>) - Method in interface com.hcl.domino.data.Database
Adds note ids to a folder
addToFolder(int, Collection<Integer>) - Method in interface com.hcl.domino.data.Database
Adds note ids to a folder
AdministrationProcess - Interface in com.hcl.domino.admin
Represents the administration process
ADMINP - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_ACTION_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_ALL_SERVERS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_CERTSUBMIT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_COMMONNAME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_DOC_AUTHOR_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_DOC_CLUSTER_NAME_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_DOC_DATABASE_PATH_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_DOC_DELETE_MAIL_FILE_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_DOC_DIRECTORY_DOMAIN_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_DOC_DIRECTORY_ENTRYID_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_DOC_DIRECTORY_NOTE_UNID_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_DOC_DIRECTORY_REPLICA_ID_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_DOC_DIRECTORY_SERVER_NAME_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_DOC_MEMBER_LIST_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_DOC_PASS_CHANGE_INTERVAL_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_DOC_PASS_CHECK_PASSWORD_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_DOC_PASS_GRACE_PERIOD_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_DOC_PASS_HTTP_OPTIONS_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_DOC_PROCESS_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_DOC_REPLICA_ID_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_DOC_SECNAB_NAME_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_DOC_SECNAB_PATH_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_DOC_SERVER_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_FULLNAME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_GROUP - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_LISTNAME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_NAME_LIST_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_NEW_GROUP_NAME_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_ORG_NAME_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_ORIG_REQ_CASCADE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_ORIG_UNID_VIEW - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_ORIGINATING_REQUEST_AUTHORID - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_ORIGINATING_REQUEST_EXPECTED_LIST - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_ORIGINATING_REQUEST_FULLNAME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_ORIGINATING_REQUEST_INTERNET_DOMAIN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_ORIGINATING_REQUEST_ORG - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_ORIGINATING_REQUEST_POSSIBLE_LIST - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_ORIGINATING_REQUEST_UNID - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_ORIGINATING_TIMEDATE_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_ORIGINATING_UNID - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_PERSON - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_PROXY_DOCUMENT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_REQUESTS_VIEW - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_SERVER - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ADMINP_SERVERNAME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpAcceleratedCreateReplica - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpAcceleratedCreateReplicaWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpAddDB2ToServerDoc - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpAddDB2ToServerDocWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpAddGroup - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpAddGroupWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpAddNewMailFileFields - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpAddNewMailFileFieldsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpAddPersonsX509Certificate - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpAddPersonsX509CertificateWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveDeleteDesignElements - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveDeleteDesignElementsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveDeleteHostedOrgStorage - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveDeleteHostedOrgStorageWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveDeleteMovedReplica - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveDeleteMovedReplicaWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveDeletePersonInNAB - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveDeletePersonInNABWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveDeleteServerInNAB - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveDeleteServerInNABWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveFileInfo - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveFileInfoWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveMailFileInfo - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveMailFileInfoWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveNameChange - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveNameChangeWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveNewPublicKeys - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveNewPublicKeysWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveRecertify - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveRecertifyWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveRenamePersonInNAB - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveRenamePersonInNABWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveRenameServerInNAB - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveRenameServerInNABWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveResourceDelete - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveResourceDeleteWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveRetractNameChange - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpApproveRetractNameChangeWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCAConfigPublicationRequest - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCAConfigPublicationRequestWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCAConfigToBeSigned - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCAConfigToBeSignedWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCertNewCertifierKey - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCertNewCertifierKeyWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCertNewPersonKey - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCertNewPersonKeyWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCertNewServerKey - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCertNewServerKeyWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCertPublicationRequest - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCertPublicationRequestWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCertRemoveRequest - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCertRemoveRequestWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpChangeHTTPPasswordRequest - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpChangeHTTPPasswordRequestWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCheckMailServersAccess - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCheckMailServersAccessWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCheckRoamingServerAccess - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCheckRoamingServerAccessWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCollectServerMonitorData - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCollectServerMonitorDataWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpConsolidateServerMonitorData - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpConsolidateServerMonitorDataWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCopyExternalDomainAddresses - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCopyExternalDomainAddressesWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCopyPublicKey - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCopyPublicKeyWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCopyTrendsRecord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCopyTrendsRecordWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateHostedOrgStorage - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateHostedOrgStorageWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateIMAPDelegations - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateIMAPDelegationsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateISPYMailInDb - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateISPYMailInDbWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateMailFile - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateMailFileWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateNewMailFileReplica - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateNewMailFileReplicaWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateObjStore - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateObjStoreWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateReplicas - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateReplicasCheckAccess - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateReplicasCheckAccessWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateReplicasCheckExeTime - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateReplicasCheckExeTimeWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateReplicasWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateRoamingReplicas - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateRoamingReplicasWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateRoamingReplStubs - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateRoamingReplStubsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateRoamingUserRoamingFiles - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCreateRoamingUserRoamingFilesWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCrlPublicationRequest - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCrlPublicationRequestWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCrlRemoveRequest - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpCrlRemoveRequestWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDB2AccessConnection - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDB2AccessConnectionWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDB2MoveContainer - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDB2MoveContainerWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDB2SetID - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDB2SetIDWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDefineServerMonitorQuery - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDefineServerMonitorQueryWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDelegateIMAPMailFiles - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDelegateIMAPMailFilesWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDelegateMailFile - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDelegateMailFileWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDelegateOnAdminServer - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDelegateOnAdminServerWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDelegateOnHomeServer - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDelegateOnHomeServerWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDelete - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteChangeRequests - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteChangeRequestsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteDesignElements - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteDesignElementsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteFile - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteFileWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteGroupInNAB - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteGroupInNABWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteHostedOrg - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteHostedOrgStorage - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteHostedOrgStorageGetInfo - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteHostedOrgStorageGetInfoWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteHostedOrgStorageWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteHostedOrgWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteInAgentsReadersField - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteInAgentsReadersFieldWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteInPersonDocs - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteInPersonDocsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteInReadersAuthors - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteInReadersAuthorsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteInTheACL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteInTheACLWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteMailFile - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteMailFileWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeletePersonInDesignElements - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeletePersonInDesignElementsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeletePersonInNAB - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeletePersonInNABTimed - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeletePersonInNABTimedWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeletePersonInNABWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeletePersonInUnreadList - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeletePersonInUnreadListWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeletePolicy - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeletePolicyWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteReplicaAfterMove - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteReplicaAfterMoveWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteServerFromCatalog - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteServerFromCatalogWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteServerInNAB - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteServerInNABWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteStats - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteStatsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteUnlinkedMailFile - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteUnlinkedMailFileWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpDeleteWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpEnableMailAgent - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpEnableMailAgentWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpEnableSSLPorts - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpEnableSSLPortsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpFindNameInDomain - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpFindNameInDomainWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpGetFileInfo - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpGetFileInfoWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpGetMailFileInfo - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpGetMailFileInfoWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpIDVaultModify - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpIDVaultModifyWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpInitiateNABChange - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpInitiateNABChangeWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpInitiateWebNameChange - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpInitiateWebNameChangeWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpLastPushToNewMailServer - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpLastPushToNewMailServerWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpLastPushToNewRoamingServer - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpLastPushToNewRoamingServerWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpMonitorDB2ReplStub - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpMonitorDB2ReplStubWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpMonitorMovedReplica - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpMonitorMovedReplicaWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpMonitorMovedRoamingReplica - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpMonitorMovedRoamingReplicaWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpMonitorNewMailFileFields - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpMonitorNewMailFileFieldsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpMonitorRoamingReplStubs - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpMonitorRoamingReplStubsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpMonitorServerSSLStatus - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpMonitorServerSSLStatusWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpMoveMailCheckExeTime - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpMoveMailCheckExeTimeWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpMoveReplicas - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpMoveReplicasCheckAccess - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpMoveReplicasCheckAccessWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpMoveReplicasCheckExeTime - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpMoveReplicasCheckExeTimeWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpMoveReplicasWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpMoveUserInHier - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpMoveUserInHierWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpNCMoveReplicas - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpNCMoveReplicasCheckAccess - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpNCMoveReplicasCheckAccessWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpNCMoveReplicasCheckExeTime - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpNCMoveReplicasCheckExeTimeWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpNCMoveReplicasWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpNewAdminpRequestFormat - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpNewAgentsMachine - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpNewAgentsMachineWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpPendedDeleteForMove - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpPendedDeleteForMoveWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpPolicyPublicationRequest - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpPolicyPublicationRequestWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpPromoteMailServersAccess - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpPromoteMailServersAccessWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpPromoteRoamingServersAccess - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpPromoteRoamingServersAccessWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpPublishRecoveryInfo - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpPublishRecoveryInfoWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRecertCAInNAB - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRecertCAInNABWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRecertCrossCert - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRecertCrossCertWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRecertServerInNAB - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRecertServerInNABWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRecertUserInNAB - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRecertUserInNABWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRecoveryIdRequest - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRecoveryIdRequestWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRegNewUser - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRegNewUserWithPolicy - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRegNewUserWithPolicyWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRegNewUserWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRejectRenameUserInNAB - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRejectRenameUserInNABWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRejectRetractNameChange - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRejectRetractNameChangeWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRemoveNameChangeInLDAPDir - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRemoveNameChangeInLDAPDirWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRemoveRoamingUserRoamingFiles - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRemoveRoamingUserRoamingFilesWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameCommonNameUserInNAB - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameCommonNameUserInNABWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameGroupInDesignElements - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameGroupInDesignElementsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
adminpRenameGroupInNAB - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameGroupInNAB - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameGroupInNABWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameGroupInPersonDocs - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameGroupInPersonDocsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameGroupInReadersAuthors - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameGroupInReadersAuthorsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameGroupInTheACL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameGroupInTheACLWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameInAgentsReadersField - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameInAgentsReadersFieldWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameInPersonDocs - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameInPersonDocsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameInReadersAuthors - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameInReadersAuthorsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameInSharedAgents - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameInSharedAgentsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameInTheACL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameInTheACLWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenamePersonInCalendarFiles - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenamePersonInCalendarFilesWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenamePersonInDesignElements - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenamePersonInDesignElementsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenamePersonInFreeTime - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenamePersonInFreeTimeWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenamePersonInMailFile - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenamePersonInMailFileWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenamePersonInUnreadList - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenamePersonInUnreadListWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameServerInNAB - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameServerInNABWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameUserInNAB - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameUserInNABWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameWebNameInDesignElements - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameWebNameInDesignElementsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameWebNameInFreeTime - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameWebNameInFreeTimeWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameWebNameInMailFile - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameWebNameInMailFileWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameWebNameInNAB - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameWebNameInNABWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameWebNameInPersonDocs - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameWebNameInPersonDocsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameWebNameInReadersAuthors - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameWebNameInReadersAuthorsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameWebNameInTheACL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameWebNameInTheACLWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameWebNameInUnreadList - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameWebNameInUnreadListWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameWebPersonInCalendarFiles - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRenameWebPersonInCalendarFilesWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpReplaceMailFileFields - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpReplaceMailFileFieldsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpReplaceRoamingServerField - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpReplaceRoamingServerFieldWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpReplaceSaaSMailFileFields - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpReplaceSaaSMailFileFieldsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpReportServerUse - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpReportServerUseWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRequestDeleteDesignElements - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRequestDeleteDesignElementsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRequestDeleteFile - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRequestDeleteFileWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRequestDeleteMailFile - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRequestDeleteMailFileWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRequestDeleteMovedReplica - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRequestDeleteMovedReplicaWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpResourceAdd - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpResourceAddWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpResourceDelete - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpResourceDeleteWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpResourceModify - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpResourceModifyWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRetractNameChange - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpRetractNameChangeWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpSaaSPullMailfile - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpSaaSPullMailfileWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
adminpServerClusterAdd - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpServerClusterAdd - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpServerClusterAddWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
adminpServerClusterRemove - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpServerClusterRemove - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpServerClusterRemoveWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpSetConfigNAB - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpSetConfigNABWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpSetDNSFullHostName - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpSetDNSFullHostNameWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpSetDomainCatalog - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpSetDomainCatalogWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpSetFaultRecoverySettings - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpSetFaultRecoverySettingsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
adminpSetMABField - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpSetMABField - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpSetMABFieldWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpSetMicrosoftOutlookSupportFlag - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpSetMicrosoftOutlookSupportFlagWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
adminpSetPasswordFields - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpSetPasswordFields - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpSetPasswordFieldsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpSetWebAdminFields - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpSetWebAdminFieldsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpSignDatabase - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpSignDatabaseWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpStoreServerCPUCount - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpStoreServerCPUCountWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpStoreServerDirectoryName - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpStoreServerDirectoryNameWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpStoreServerPlatform - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpStoreServerPlatformWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpStoreServerVersion - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpStoreServerVersionWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpUpdateNetworkTables - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpUpdateNetworkTablesWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpUpdateReplicaSettings - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpUpdateReplicaSettingsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpUpdateRoamingFields - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpUpdateRoamingFieldsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpUpdateRoamingState - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpUpdateRoamingStateWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpUpdateServerKeyring - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpUpdateServerKeyringWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpUpdateServerPW - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpUpdateServerPWWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpUpdateSSLCipherSpecs - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpUpdateSSLCipherSpecsWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpUpdateUserPW - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpUpdateUserPWWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpUpgradeUser - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpUpgradeUserWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpUserModifyRequest - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpUserModifyRequestWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpVerifyHostedOrgStorage - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpVerifyHostedOrgStorageWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpWebDelegateMailFile - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpWebDelegateMailFileWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpWebEnableMailAgent - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpWebEnableMailAgentWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpWebMailSetSoftDeletionTime - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpWebMailSetSoftDeletionTimeWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpXCertPublicationRequest - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AdminpXCertPublicationRequestWord - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AES_BLOCK_SIZE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
Agent - Interface in com.hcl.domino.data
Details about the Agent
Agent.AgentRunContext - Interface in com.hcl.domino.data
 
AGENT_HSCRIPT_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AGENT_REDIR_LOG - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AGENT_REDIR_MEMAPPEND - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AGENT_REDIR_MEMORY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AGENT_REDIR_NONE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AGENT_REOPEN_DB - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AGENT_SECURITY_OFF - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AGENT_SECURITY_ON - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AgentContent - Interface in com.hcl.domino.design.agent
Represents the content of an agent, such as LotusScript content or a Java project.
AgentInterval - Enum in com.hcl.domino.design.agent
 
AgentTrigger - Enum in com.hcl.domino.design.agent
 
ALARM_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Alarms Cache daemon
all() - Static method in class com.hcl.domino.dql.DQL
Returns a DQL term that matches all documents
AllCollapsedEntries() - Constructor for class com.hcl.domino.data.CollectionSearchQuery.AllCollapsedEntries
 
ALLDAY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
AllDeselectedEntries() - Constructor for class com.hcl.domino.data.CollectionSearchQuery.AllDeselectedEntries
 
allEntries() - Method in interface com.hcl.domino.admin.ServerAdmin.MultiDatabaseAccessInfo
 
AllExpandedEntries() - Constructor for class com.hcl.domino.data.CollectionSearchQuery.AllExpandedEntries
 
allItems() - Method in interface com.hcl.domino.data.Document
Returns a stream of all document items
AllSelectedEntries() - Constructor for class com.hcl.domino.data.CollectionSearchQuery.AllSelectedEntries
 
allSpecs() - Static method in enum com.hcl.domino.html.HtmlConvertOption
Returns all "spec" options, e.g.
allTags() - Static method in enum com.hcl.domino.html.HtmlConvertOption
Returns all "tag" options, e.g.
AllTerm() - Constructor for class com.hcl.domino.dql.DQL.AllTerm
 
and(DQL.DQLTerm...) - Static method in class com.hcl.domino.dql.DQL
Returns a DQL term to do an AND operation on multiple other terms
ANYDAY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
APDAEMON_FILEREQ_QUEUE - Static variable in interface com.hcl.domino.misc.NotesConstants
Admin Panel Daemon (Server Response Queue)
APDAEMON_FILERES_QUEUE - Static variable in interface com.hcl.domino.misc.NotesConstants
Admin Panel Daemon (File Response Queue)
APDAEMON_REQ_QUEUE - Static variable in interface com.hcl.domino.misc.NotesConstants
Admin Panel Daemon (Request Queue)
appendChildEntity(MimeEntity) - Method in interface com.hcl.domino.mime.MimeEntity
Append a child entity beneath this entity, with an auto-generated boundary.
AppendFileHotspotConversion - Class in com.hcl.domino.richtext.conversion
 
AppendFileHotspotConversion(String, String) - Constructor for class com.hcl.domino.richtext.conversion.AppendFileHotspotConversion
Creates a new instance
AppendFileHotspotConversion(Attachment, String) - Constructor for class com.hcl.domino.richtext.conversion.AppendFileHotspotConversion
Creates a new instance
appendItemValue(String, Object) - Method in interface com.hcl.domino.data.Document
Appends an item value to the document, leaving any other items of the same name in place.
appendItemValue(String, Set<Item.ItemFlag>, Object) - Method in interface com.hcl.domino.data.Document
Appends an item value to the document, leaving any other items of the same name in place.
appendItemValue(String, Set<Item.ItemFlag>, Object, boolean) - Method in interface com.hcl.domino.data.Document
Appends an item value to the document, leaving any other items of the same name in place.
appendToTextList(String, String, boolean) - Method in interface com.hcl.domino.data.Document
This function appends an entry to a text list item.

If the text list item does not already exist, one will be created using the name provided and the text provided as the FIRST entry.
apply(List<RichTextRecord<?>>) - Method in class com.hcl.domino.richtext.process.ExtractFileResourceProcessor
 
apply(List<RichTextRecord<?>>) - Method in class com.hcl.domino.richtext.process.ExtractImageResourceProcessor
 
apply(List<RichTextRecord<?>>) - Method in class com.hcl.domino.richtext.process.ExtractTextProcessor
 
apply(List<RichTextRecord<?>>) - Method in class com.hcl.domino.richtext.process.GetFileResourceSizeProcessor
 
apply(List<RichTextRecord<?>>) - Method in class com.hcl.domino.richtext.process.GetFileResourceStreamProcessor
 
apply(List<RichTextRecord<?>>) - Method in class com.hcl.domino.richtext.process.GetImageResourceSizeProcessor
 
apply(List<RichTextRecord<?>>) - Method in class com.hcl.domino.richtext.process.GetImageResourceStreamProcessor
 
apply(List<RichTextRecord<?>>) - Method in class com.hcl.domino.richtext.process.GetJavaScriptDataProcessor
 
asIDUser() - Method in class com.hcl.domino.DominoClientBuilder
Accesses NSFs as the owner of the active user ID file
ASSIST_ACTION_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
assistant action item
ASSIST_DOCCOUNT_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
Number of docs run on last run
ASSIST_EXACTION_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
assistant action item - extra data
ASSIST_FORMAT_VER5030 - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ASSIST_FORMAT_VER5040 - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ASSIST_FORMAT_VERSION - Static variable in interface com.hcl.domino.misc.NotesConstants
format of the agent structure
ASSIST_INFO_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
info (TYPE_ASSISTANT_INFO)
ASSIST_LASTRUN_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
TimeDate of last run
ASSIST_MAIL_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ASSIST_ONBEHALFOF - Static variable in interface com.hcl.domino.misc.NotesConstants
used by agents to specify whose authority the agents runs under (other than the signer)
ASSIST_QUERY_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
assistant query item
ASSIST_RUNINFO_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
Run information object
ASSIST_TYPE_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
Type of assistant - related to action type
ASSIST_VERSION_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
TIMEDATE of when the agent design (as opposed to enable/disable state) was changed
AssistFieldStruct - Interface in com.hcl.domino.richtext.structures
 
AssistFieldStruct.ActionByField - Enum in com.hcl.domino.richtext.structures
 
AssistFieldStruct.QueryByField - Enum in com.hcl.domino.richtext.structures
 
ASSISTINTERVAL_TYPE_DAYS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
ASSISTINTERVAL_TYPE_EVENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
ASSISTINTERVAL_TYPE_MINUTES - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
ASSISTINTERVAL_TYPE_MONTH - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
ASSISTINTERVAL_TYPE_NONE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Unknown
ASSISTINTERVAL_TYPE_WEEK - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
ASSISTODS_FLAG_CHOOSEWHENENABLED - Static variable in interface com.hcl.domino.richtext.RichTextConstants
TRUE if server to run on should be chosed when enabled
ASSISTODS_FLAG_HIDDEN - Static variable in interface com.hcl.domino.richtext.RichTextConstants
TRUE if manual assistant is hidden
ASSISTODS_FLAG_MAILANDPASTE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
TRUE if this is the V3-style mail and paste macro
ASSISTODS_FLAG_NOWEEKENDS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Do not run on weekends
ASSISTODS_FLAG_STOREHIGHLIGHTS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
TRUE if storing highlights
ASSISTSEARCH_TYPE_ALL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
All documents in database
ASSISTSEARCH_TYPE_MODIFIED - Static variable in interface com.hcl.domino.richtext.RichTextConstants
New or modified docs since last run
ASSISTSEARCH_TYPE_NEW - Static variable in interface com.hcl.domino.richtext.RichTextConstants
New documents since last run
ASSISTSEARCH_TYPE_NONE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Unknown or unavailable
ASSISTSEARCH_TYPE_PROMPT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Prompt user
ASSISTSEARCH_TYPE_SELECTED - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Selected documents
ASSISTSEARCH_TYPE_UI - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Works on the selectable object
ASSISTSEARCH_TYPE_UNREAD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
All unread documents
ASSISTSEARCH_TYPE_VIEW - Static variable in interface com.hcl.domino.richtext.RichTextConstants
All documents in view
AssistStruct - Interface in com.hcl.domino.richtext.structures
 
AssistStruct.Flag - Enum in com.hcl.domino.richtext.structures
 
AssistStruct.Search - Enum in com.hcl.domino.richtext.structures
 
ASSISTTRIGGER_TYPE_DOCUPDATE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
When doc is updated
ASSISTTRIGGER_TYPE_EVENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
When an server event executes
ASSISTTRIGGER_TYPE_MANUAL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Manually executed
ASSISTTRIGGER_TYPE_NEWMAIL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
When new mail delivered
ASSISTTRIGGER_TYPE_NONE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Unknown or unavailable
ASSISTTRIGGER_TYPE_PASTED - Static variable in interface com.hcl.domino.richtext.RichTextConstants
When documents pasted into database
ASSISTTRIGGER_TYPE_SCHEDULED - Static variable in interface com.hcl.domino.richtext.RichTextConstants
According to time schedule
ASSISTTRIGGER_TYPE_SERVERSTART - Static variable in interface com.hcl.domino.richtext.RichTextConstants
On server start
ASSISTTRIGGER_TYPE_SYNCHNEWMAIL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Synchronous new mail agent executed by router
asUser(String) - Method in class com.hcl.domino.DominoClientBuilder
Accesses NSFs as a specific user
asUser(List<String>) - Method in class com.hcl.domino.DominoClientBuilder
Accesses NSFs as a specific user
attach(IMimeAttachment) - Method in class com.hcl.domino.mime.MimeData
Attaches a file.
attachFile(String, String, Attachment.Compression) - Method in interface com.hcl.domino.data.Document
Attaches a file to the document, not associated with a rich-text item.
attachFile(String, TemporalAccessor, TemporalAccessor, Document.IAttachmentProducer) - Method in interface com.hcl.domino.data.Document
Attaches a file to the document, not associated with a rich-text item.
Attachment - Interface in com.hcl.domino.data
Attachment in a Document
Attachment.Compression - Enum in com.hcl.domino.data
Enum for method of compression.
Attachment.IDataCallback - Interface in com.hcl.domino.data
Callback class to read the streamed attachment data
Attachment.IDataCallback.Action - Enum in com.hcl.domino.data
 
authenticateUser(String, String, String) - Method in class com.hcl.domino.DominoClientBuilder
Accesses NSFs as a specific user, validating the password when the client is constructed.
authenticateUserWithToken(String, Object) - Method in class com.hcl.domino.DominoClientBuilder
Accesses NSFs as a specific user, validating the provided credentials token with any registered providers.
autoClosable() - Method in interface com.hcl.domino.data.Document
Returns an instance of this document that implements the AutoCloseableDocument interface and can be used within a try-with-resources block for immediate handle disposal.
AutoCloseableDocument - Interface in com.hcl.domino.data
 

B

BadPasswordException - Exception in com.hcl.domino.exception
Represents error code 6408, "Wrong Password.
BadPasswordException(int, String) - Constructor for exception com.hcl.domino.exception.BadPasswordException
 
BadPasswordException(int, String, Throwable) - Constructor for exception com.hcl.domino.exception.BadPasswordException
 
BadPasswordException(String) - Constructor for exception com.hcl.domino.exception.BadPasswordException
 
BadPasswordException(String, Throwable) - Constructor for exception com.hcl.domino.exception.BadPasswordException
 
begin() - Method in class com.hcl.domino.data.ProgressAdapter
 
begin() - Method in interface com.hcl.domino.DominoClient.IProgressListener
 
BKTASKS_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
bktasks
BLDVERFLAGS_NONPRODUCTION - Static variable in interface com.hcl.domino.misc.NotesConstants
Non-production style build (internal only).
BLOBPART_SIZE_CAP - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
booleanItemNames(Collection<String>) - Method in interface com.hcl.domino.json.JsonSerializer
Sets the item names that should be considered boolean values when serialized to JSON.
booleanTrueValues(Collection<Object>) - Method in interface com.hcl.domino.json.JsonSerializer
Sets the values used to determine true and false when serializing items configured via JsonSerializer.booleanItemNames(Collection).
booleanValues(Object, Object) - Method in interface com.hcl.domino.json.JsonDeserializer
Configures the values to be stored in the target document when the deserializer encounters JSON boolean values.
BSAFE_DIGEST_SIZE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
BSIG - Interface in com.hcl.domino.richtext.structures
 
build(int, int, CollectionSearchQuery.CollectionEntryProcessor<T>) - Method in interface com.hcl.domino.data.CollectionSearchQuery
Build a result out of the collection entries
build(int, int, CollectionSearchQuery.CollectionEntryProcessor<T>) - Method in interface com.hcl.domino.data.DbQueryResult
Build a result out of the collection entries
build() - Method in interface com.hcl.domino.data.DocumentSelection
Runs a database search, adding note ids of search matches to this object (subclass of IDTable).
build() - Method in class com.hcl.domino.DominoClientBuilder
Builds a DominoClient
buildActionData() - Method in interface com.hcl.domino.calendar.Calendaring
Use this method to start building the data object to be passed along calendar actions;
BuildVersionInfo - Interface in com.hcl.domino
Version information about local or remote environments
buildView() - Method in interface com.hcl.domino.DominoClient.ReplicationStateListener
Signal view is building.
BUSY_SIGNAL_FILE_ACTIVE - Static variable in interface com.hcl.domino.misc.NotesConstants
Display the "File Activity" indicator (not supported on all platforms)
BUSY_SIGNAL_FILE_INACTIVE - Static variable in interface com.hcl.domino.misc.NotesConstants
Remove the "File Activity" indicator
BUSY_SIGNAL_NET_ACTIVE - Static variable in interface com.hcl.domino.misc.NotesConstants
Display the "Network Activity" indicator.
BUSY_SIGNAL_NET_INACTIVE - Static variable in interface com.hcl.domino.misc.NotesConstants
Remove the "Network Activity" indicator.
BUSY_SIGNAL_POLL - Static variable in interface com.hcl.domino.misc.NotesConstants
Display the "Poll" indicator.
BUSY_SIGNAL_WAN_RECEIVING - Static variable in interface com.hcl.domino.misc.NotesConstants
Display the "Wan Receiving" indicator.
BUSY_SIGNAL_WAN_SENDING - Static variable in interface com.hcl.domino.misc.NotesConstants
Display the "Wan Sending" indicator.
ByteArrayMimeAttachment - Class in com.hcl.domino.mime.attachments
Implementation of IMimeAttachment to use a byte array as MIME attachment.
ByteArrayMimeAttachment(byte[], String) - Constructor for class com.hcl.domino.mime.attachments.ByteArrayMimeAttachment
 
ByteArrayMimeAttachment(byte[], String, String) - Constructor for class com.hcl.domino.mime.attachments.ByteArrayMimeAttachment
 
BYTERECORDLENGTH - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 

C

CAI_3PaneUI - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_AllowGetMethod - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_AutoFramed - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_BaseTarget - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_Charset - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_Click - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_Collapse - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_CollapseView - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_Count - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_Date - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_Days - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_DblClkTarget - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_EmptyTrash - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_EndKey - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_EndView - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_Expand - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_ExpandOutline - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_ExpandSection - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_ExpandView - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_FieldElemFormat - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_FieldElemType - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_Frame - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_FrameSrc - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_FullyExpand - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_Grid - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_HardDelete - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_Highlight - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_Id - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_ImgIndex - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_InheritParent - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_ISMAPx - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_ISMAPy - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_Last - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_Login - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_MIME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_Name - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_Navigate - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_OldSearchQuery - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_OutputFormat - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_ParentUNID - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_Password - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_PickupCACert - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_PickupCert - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_PickupID - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_PreFormat - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_RedirectTo - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_ResortAscending - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_ResortDescending - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_RestrictToCategory - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_RootAlias - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_Scope - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_SearchEntry - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_SearchFuzzy - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_SearchMax - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_SearchOrder - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_SearchQuery - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_SearchThesarus - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_SearchWV - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_Seq - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_ServerPickup - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_ServerRequest - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_SessionId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_SimpleView - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_SkipCount - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_SkipNavigate - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_SourceFolder - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_SpecialAction - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_Start - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_StartKey - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_StartOutline - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_SubmitCert - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_TableRow - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_TableTab - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_TargetFrame - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_TargetUNID - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_TemplateType - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_To - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_TranslateForm - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAI_UserName - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAL_DISPLAY_CONFLICTS - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Display Conflict marks
CAL_DISPLAY_TIMESLOT_BMPS - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Show Time Slot Bitmaps
CAL_ENABLE_TIMEGROUPING - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Enable Timegrouping
CAL_ENABLE_TIMESLOTS - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Disable Time Slots
CAL_HIDE_DAYTAB - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Don't show the day tab
CAL_HIDE_FORMATBTN - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Don't show the formatting button
CAL_HIDE_GOTOTODAY - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Don't show the GoToToday button in the view
CAL_HIDE_MONTH_HEADER - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Don't show the month header in the view (i.e.
CAL_HIDE_MONTHTAB - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Don't show the month tab
CAL_HIDE_OWNERNAME - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
show the owner name
CAL_HIDE_WEEKTAB - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Don't show the week tab
CAL_SHOW_ALLDOCSVIEW - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Don't show the all docs view in the header
CAL_SHOW_DAYPLANNER - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
show the header as dayplanner
CAL_SHOW_TRASHVIEW - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Don't show the trash view in the header
CAL_TIMESLOT_OVERRIDE - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Allow user to override time slots
CALENDAR_TYPE_DAY - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
CALENDAR_TYPE_MONTH - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
CALENDAR_TYPE_WEEK - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
CalendarActionData - Interface in com.hcl.domino.calendar
Interface to be used for data to be passed to calendar actions.
CalendarActionOptions - Enum in com.hcl.domino.calendar
CalendarActionOptions values are used to provide additional processing control to some actions taken on Calendar notices and entries Note: The values of these constants are the very same constants used by the C-API.
CalendarDocumentOpen - Enum in com.hcl.domino.calendar
Flags that control behavior of the calendar APIs - Used when opening a document for calendar data.
Calendaring - Interface in com.hcl.domino.calendar
Interface to access the Calendaring and Scheduling APIs of Domino.

Please note that this interface is not feature complete.
CalendarProcess - Enum in com.hcl.domino.calendar
CalendarProcess values are used to define the action taken taken on Calendar notices and entries Note: The values of these constants are the very same constants used by the C-API.
CalendarRangeRepeat - Enum in com.hcl.domino.calendar
Flags that control behavior of the calendar APIs that return iCalendar data for an entry or notice Note: The values of these constants are the very same constants used by the C-API.
CalendarRead - Enum in com.hcl.domino.calendar
Flags that control behavior of the calendar APIs that return iCalendar data for an entry or notice Note: The values of these constants are the very same constants used by the C-API.
CalendarReadRange - Enum in com.hcl.domino.calendar
Flags that control behavior of the calendar APIs that return iCalendar data for an entry or notice Note: The values of these constants are the very same constants used by the C-API.
CalendarWrite - Enum in com.hcl.domino.calendar
Flags that control behavior of the calendar APIs - Used when APIS take iCalendar input to modify calendar data Note: The values of these constants are the very same constants used by the C-API.
CancelException - Exception in com.hcl.domino.exception
Represents error code 0x019D, "Operation stopped at your request"
CancelException(int, String) - Constructor for exception com.hcl.domino.exception.CancelException
 
CancelException(int, String, Throwable) - Constructor for exception com.hcl.domino.exception.CancelException
 
CancelException(String) - Constructor for exception com.hcl.domino.exception.CancelException
 
CancelException(String, Throwable) - Constructor for exception com.hcl.domino.exception.CancelException
 
canProcess(Object) - Method in interface com.hcl.domino.security.UserTokenHandler
 
CAPTION_POSITION_BELOW_CENTER - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAPTION_POSITION_BELOW_CENTER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CAPTION_POSITION_MIDDLE_CENTER - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CAPTION_POSITION_MIDDLE_CENTER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CAVT_Int - Static variable in interface com.hcl.domino.misc.NotesConstants
arg value is an int
CAVT_NoteId - Static variable in interface com.hcl.domino.misc.NotesConstants
arg value is a NOTEID
CAVT_String - Static variable in interface com.hcl.domino.misc.NotesConstants
arg value is a pointer to a nul-terminated string
CAVT_StringList - Static variable in interface com.hcl.domino.misc.NotesConstants
arg value is a list of null-terminated strings
CAVT_UNID - Static variable in interface com.hcl.domino.misc.NotesConstants
arg value is an UNID
CD_BUTTONEX_ELEMENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CD_FIELDLIMIT_ELEMENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CD_SECTION_ELEMENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CD_TABLECELL_ELEMENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDAction - Interface in com.hcl.domino.richtext.records
 
CDAction.Flag - Enum in com.hcl.domino.richtext.records
 
CDAction.Type - Enum in com.hcl.domino.richtext.records
 
CDActionBar - Interface in com.hcl.domino.richtext.records
 
CDActionBar.BorderStyle - Enum in com.hcl.domino.richtext.records
 
CDActionBar.Flag - Enum in com.hcl.domino.richtext.records
 
CDActionBar.LineStyle - Enum in com.hcl.domino.richtext.records
 
CDActionBarExt - Interface in com.hcl.domino.richtext.records
 
CDActionBarExt.BackgroundRepeat - Enum in com.hcl.domino.richtext.records
 
CDActionBarExt.BorderDisplay - Enum in com.hcl.domino.richtext.records
 
CDActionBarExt.Flag - Enum in com.hcl.domino.richtext.records
 
CDActionBarExt.TextJustify - Enum in com.hcl.domino.richtext.records
 
CDActionBarExt.WidthStyle - Enum in com.hcl.domino.richtext.records
 
CDActionByForm - Interface in com.hcl.domino.richtext.records
 
CDActionDBCopy - Interface in com.hcl.domino.richtext.records
 
CDActionDBCopy.Flag - Enum in com.hcl.domino.richtext.records
 
CDActionDelete - Interface in com.hcl.domino.richtext.records
 
CDActionFolder - Interface in com.hcl.domino.richtext.records
 
CDActionFolder.Flag - Enum in com.hcl.domino.richtext.records
 
CDActionFormula - Interface in com.hcl.domino.richtext.records
 
CDActionFormula.Flag - Enum in com.hcl.domino.richtext.records
 
CDActionHeader - Interface in com.hcl.domino.richtext.records
 
CDActionJavaAgent - Interface in com.hcl.domino.richtext.records
 
CDActionLotusScript - Interface in com.hcl.domino.richtext.records
 
CDActionModifyField - Interface in com.hcl.domino.richtext.records
 
CDActionModifyField.Flag - Enum in com.hcl.domino.richtext.records
 
CDActionNewsletter - Interface in com.hcl.domino.richtext.records
 
CDActionNewsletter.Flag - Enum in com.hcl.domino.richtext.records
 
CDActionReadMarks - Interface in com.hcl.domino.richtext.records
 
CDActionReply - Interface in com.hcl.domino.richtext.records
 
CDActionReply.Flag - Enum in com.hcl.domino.richtext.records
 
CDActionRunAgent - Interface in com.hcl.domino.richtext.records
 
CDActionSendDocument - Interface in com.hcl.domino.richtext.records
 
CDActionSendMail - Interface in com.hcl.domino.richtext.records
 
CDActionSendMail.Flag - Enum in com.hcl.domino.richtext.records
 
CDBegin - Interface in com.hcl.domino.richtext.records
 
CDBlobPart - Interface in com.hcl.domino.richtext.records
 
CDCaption - Interface in com.hcl.domino.richtext.records
 
CDCaption.Position - Enum in com.hcl.domino.richtext.records
 
CDColor - Interface in com.hcl.domino.richtext.records
 
CDDataFlags - Interface in com.hcl.domino.richtext.records
 
CDDataFlags.ElementType - Enum in com.hcl.domino.richtext.records
 
CDDDEBegin - Interface in com.hcl.domino.richtext.records
A CD record of this type specifies the start of a DDE link.
CDDDEBegin.DDEFlag - Enum in com.hcl.domino.richtext.records
 
CDDDEBegin.DDEFormat - Enum in com.hcl.domino.richtext.records
 
CDEmbeddedControl - Interface in com.hcl.domino.richtext.records
 
CDEmbeddedControl.Flag - Enum in com.hcl.domino.richtext.records
 
CDEmbeddedControl.Style - Enum in com.hcl.domino.richtext.records
 
CDEmbeddedControl.Type - Enum in com.hcl.domino.richtext.records
 
CDEmbeddedControl.Version - Enum in com.hcl.domino.richtext.records
 
CDEnd - Interface in com.hcl.domino.richtext.records
 
CDEvent - Interface in com.hcl.domino.richtext.records
 
CDEvent.ActionType - Enum in com.hcl.domino.richtext.records
 
CDEvent.EventFlag - Enum in com.hcl.domino.richtext.records
 
CDEvent.EventType - Enum in com.hcl.domino.richtext.records
 
CDExt2Field - Interface in com.hcl.domino.richtext.records
 
CDExt2Field.CurrencyFlag - Enum in com.hcl.domino.richtext.records
 
CDExt2Field.CurrencyType - Enum in com.hcl.domino.richtext.records
 
CDExt2Field.FormatFlag - Enum in com.hcl.domino.richtext.records
 
CDExtField - Interface in com.hcl.domino.richtext.records
 
CDExtField.Flag - Enum in com.hcl.domino.richtext.records
 
CDExtField.Flag2 - Enum in com.hcl.domino.richtext.records
 
CDExtField.HelperType - Enum in com.hcl.domino.richtext.records
 
CDEXTFIELD_KEYWORDHELPER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDEXTFIELD_NAMEHELPER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDF_M_accentinsensitive - Static variable in interface com.hcl.domino.misc.NotesConstants
Obsolete - see new constant below
CDF_M_accentsensitive_in_v5 - Static variable in interface com.hcl.domino.misc.NotesConstants
If set, text compares are accent-sensitive
CDF_M_caseinsensitive - Static variable in interface com.hcl.domino.misc.NotesConstants
Obsolete - see new constant below
CDF_M_casesensitive_in_v5 - Static variable in interface com.hcl.domino.misc.NotesConstants
If set, text compares are case-sensitive
CDF_M_descending - Static variable in interface com.hcl.domino.misc.NotesConstants
False if ascending order (default)
CDF_M_flat_in_v5 - Static variable in interface com.hcl.domino.misc.NotesConstants
If set, treat as permuted
CDF_M_ignoreprefixes - Static variable in interface com.hcl.domino.misc.NotesConstants
If prefix list, then ignore for sorting
CDF_M_permuted - Static variable in interface com.hcl.domino.misc.NotesConstants
If set, lists are permuted
CDF_M_permuted_pairwise - Static variable in interface com.hcl.domino.misc.NotesConstants
Qualifier if lists are permuted; if set, lists are pairwise permuted, otherwise lists are multiply permuted.
CDF_S_descending - Static variable in interface com.hcl.domino.misc.NotesConstants
True if descending
CDField - Interface in com.hcl.domino.richtext.records
 
CDField.Flag - Enum in com.hcl.domino.richtext.records
 
CDFieldHint - Interface in com.hcl.domino.richtext.records
 
CDFieldHint.Flag - Enum in com.hcl.domino.richtext.records
 
CDFileHeader - Interface in com.hcl.domino.richtext.records
 
CDFileSegment - Interface in com.hcl.domino.richtext.records
 
CDGraphic - Interface in com.hcl.domino.richtext.records
 
CDGraphic.Flag - Enum in com.hcl.domino.richtext.records
 
CDGraphic.Version - Enum in com.hcl.domino.richtext.records
 
CDGRAPHIC_FLAG_DESTSIZE_IS_PIXELS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CDGRAPHIC_FLAG_DESTSIZE_IS_PIXELS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDGRAPHIC_FLAG_SPANSLINES - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CDGRAPHIC_FLAG_SPANSLINES - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDGRAPHIC_VERSION1 - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CDGRAPHIC_VERSION1 - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDGRAPHIC_VERSION2 - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CDGRAPHIC_VERSION2 - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDGRAPHIC_VERSION3 - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CDGRAPHIC_VERSION3 - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDHotspotBegin - Interface in com.hcl.domino.richtext.records
 
CDHotspotBegin.Flag - Enum in com.hcl.domino.richtext.records
 
CDHotspotBegin.Type - Enum in com.hcl.domino.richtext.records
 
CDHotspotEnd - Interface in com.hcl.domino.richtext.records
 
CDIDName - Interface in com.hcl.domino.richtext.records
 
CDImageHeader - Interface in com.hcl.domino.richtext.records
 
CDImageHeader.ImageType - Enum in com.hcl.domino.richtext.records
 
CDImageHeader2 - Interface in com.hcl.domino.richtext.records
 
CDImageSegment - Interface in com.hcl.domino.richtext.records
 
CDIMAGETYPE_BMP - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CDIMAGETYPE_BMP - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDIMAGETYPE_GIF - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CDIMAGETYPE_GIF - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDIMAGETYPE_JPEG - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CDIMAGETYPE_JPEG - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDIMAGETYPE_PDF - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CDIMAGETYPE_PDF - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDIMAGETYPE_PNG - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CDIMAGETYPE_PNG - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDIMAGETYPE_SVG - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CDIMAGETYPE_SVG - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDIMAGETYPE_TIF - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CDIMAGETYPE_TIF - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDKeyword - Interface in com.hcl.domino.richtext.records
 
CDKeyword.Flag - Enum in com.hcl.domino.richtext.records
 
CDKEYWORD_COLS_MASK - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDKEYWORD_COLS_SHIFT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDKEYWORD_FRAME_3D - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDKEYWORD_FRAME_MASK - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDKEYWORD_FRAME_NONE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDKEYWORD_FRAME_SHIFT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDKEYWORD_FRAME_STANDARD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDKEYWORD_KEYWORD_RTL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDKEYWORD_RADIO - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDKEYWORD_RO_ACTIVE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
CDParagraph - Interface in com.hcl.domino.richtext.records
 
CDSignature<S extends Number,L extends Number,T extends CDSignature<S,L,T>> - Interface in com.hcl.domino.richtext.structures
This is a non-structural interface describing common behavior for Composite Data signature structures.
CDText - Interface in com.hcl.domino.richtext.records
Rich text record of type CDTEXT
CELLFLAG_USE_BKGCOLOR - Static variable in interface com.hcl.domino.misc.NotesConstants
 
changeHTTPPassword(String, String, String) - Method in interface com.hcl.domino.admin.AdministrationProcess
Enters a request in the Administration Requests database to change a user's Internet password.
changeIdPassword(Path, String, String) - Method in interface com.hcl.domino.admin.idvault.IdVault
This function changes the password in the specified ID file.
You can use this function to change the password in a user's id, a server's id, or a certifier's id.

Multiple passwords are not supported.
checkIdPassword(Path, String) - Method in interface com.hcl.domino.admin.idvault.IdVault
The method tries to open the ID with the specified password.
clearReplicationHistory(Database) - Method in interface com.hcl.domino.admin.replication.Replication
Resets the replication history of a database so enforce a full replication
CLOCK_24_HOUR - Static variable in interface com.hcl.domino.misc.NotesConstants
 
clone() - Method in interface com.hcl.domino.data.DominoDateTime
 
clone() - Method in interface com.hcl.domino.data.IDTable
Creates a copy of this IDTable
close() - Method in interface com.hcl.domino.data.AutoCloseableDocument
 
close() - Method in interface com.hcl.domino.data.Database
Closes the database, releasing its handle and allowing it to be deleted.
close() - Method in interface com.hcl.domino.DominoClient
 
close() - Method in interface com.hcl.domino.DominoProcess.DominoThreadContext
Closes this resource, relinquishing any underlying resources.
close() - Method in class com.hcl.domino.misc.SplitterOutputStream
 
close() - Method in interface com.hcl.domino.mq.MessageQueue
 
close() - Method in interface com.hcl.domino.richtext.RichTextWriter
Closes this resource, relinquishing any underlying resources.
close() - Method in interface com.hcl.domino.server.ServerStatusLine
 
CLREPL_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Cluster Replicator
CNativeEnum - Interface in com.hcl.domino.misc
Specialized variant of INumberEnum that refers to a C enum using the native size.
collapse(int...) - Method in class com.hcl.domino.data.CollectionSearchQuery.AllExpandedEntries
 
collapse(Set<Integer>) - Method in class com.hcl.domino.data.CollectionSearchQuery.AllExpandedEntries
 
collapseAll() - Static method in class com.hcl.domino.data.CollectionSearchQuery.ExpandedEntries
 
COLLATE_DESCRIPTOR_SIGNATURE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
COLLATE_TYPE_CATEGORY - Static variable in interface com.hcl.domino.misc.NotesConstants
Collate by "category" summary key (requires key name string)
COLLATE_TYPE_KEY - Static variable in interface com.hcl.domino.misc.NotesConstants
Collate by key in summary buffer (requires key name string)
COLLATE_TYPE_MAX - Static variable in interface com.hcl.domino.misc.NotesConstants
 
COLLATE_TYPE_NOTEID - Static variable in interface com.hcl.domino.misc.NotesConstants
Collate by note ID
COLLATE_TYPE_TUMBLER - Static variable in interface com.hcl.domino.misc.NotesConstants
Collate by "tumbler" summary key (requires key name string)
COLLATION_FLAG_BUILD_ON_DEMAND - Static variable in interface com.hcl.domino.misc.NotesConstants
Flag to indicate only build demand.
COLLATION_FLAG_UNIQUE - Static variable in interface com.hcl.domino.misc.NotesConstants
Flag to indicate unique keys.
COLLATION_SIGNATURE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
COLLECT_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Collector
collectEntries(int, int) - Method in interface com.hcl.domino.data.CollectionSearchQuery
Collect all CollectionEntry objects as list
collectEntries(int, int, Collection<CollectionEntry>) - Method in interface com.hcl.domino.data.CollectionSearchQuery
Collect all CollectionEntry objects in a Collection
collectEntries() - Method in interface com.hcl.domino.data.DbQueryResult
Collect all CollectionEntry objects as list
collectEntries(int, int) - Method in interface com.hcl.domino.data.DbQueryResult
Collect all CollectionEntry objects as list
collectEntries(int, int, Collection<CollectionEntry>) - Method in interface com.hcl.domino.data.DbQueryResult
Collect all CollectionEntry objects in a Collection
collectIds(int, int) - Method in interface com.hcl.domino.data.CollectionSearchQuery
Return the note ids of the search result as an ordered Set.
collectIds(int, int, Collection<Integer>) - Method in interface com.hcl.domino.data.CollectionSearchQuery
Adds all note ids of the search result to a note ID collection, with special support for IDTable
collectIds(int, int) - Method in interface com.hcl.domino.data.DbQueryResult
Return the note ids of the search result as an ordered Set.
collectIds(int, int, Collection<Integer>) - Method in interface com.hcl.domino.data.DbQueryResult
Adds all note ids of the search result to a note ID collection, with special support for IDTables
CollectionColumn - Interface in com.hcl.domino.data
 
CollectionEntry - Interface in com.hcl.domino.data
Individual entry in a DominoCollection.
CollectionEntry.SpecialValue - Enum in com.hcl.domino.data
 
CollectionEntryValueConverter - Interface in com.hcl.domino.data
Implementations of this interface are loaded via ServiceLoader in TypedAccess.get(String, Class, Object)
CollectionSearchQuery - Interface in com.hcl.domino.data
 
CollectionSearchQuery.AllCollapsedEntries - Class in com.hcl.domino.data
 
CollectionSearchQuery.AllDeselectedEntries - Class in com.hcl.domino.data
 
CollectionSearchQuery.AllExpandedEntries - Class in com.hcl.domino.data
 
CollectionSearchQuery.AllSelectedEntries - Class in com.hcl.domino.data
 
CollectionSearchQuery.BasicCollectionEntryProcessor - Interface in com.hcl.domino.data
 
CollectionSearchQuery.CollectionEntryProcessor<T> - Interface in com.hcl.domino.data
Builder interface that takes the collection entries and produces a result.
CollectionSearchQuery.ExpandedEntries - Class in com.hcl.domino.data
 
CollectionSearchQuery.ExpandMode - Enum in com.hcl.domino.data
 
CollectionSearchQuery.MultiColumnLookupKey - Class in com.hcl.domino.data
 
CollectionSearchQuery.SelectedEntries - Class in com.hcl.domino.data
 
CollectionSearchQuery.SelectMode - Enum in com.hcl.domino.data
 
CollectionSearchQuery.SingleColumnLookupKey - Class in com.hcl.domino.data
 
COLOR_VALUE_FLAGS_APPLICATION_MASK - Static variable in interface com.hcl.domino.misc.NotesConstants
upper 4 bits are reserved for application specific use
COLOR_VALUE_FLAGS_APPLICATION_MASK - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
COLOR_VALUE_FLAGS_HASGRADIENT - Static variable in interface com.hcl.domino.misc.NotesConstants
This color has a gradient color that follows
COLOR_VALUE_FLAGS_HASGRADIENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
COLOR_VALUE_FLAGS_ISRGB - Static variable in interface com.hcl.domino.misc.NotesConstants
Color space is RGB
COLOR_VALUE_FLAGS_ISRGB - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
COLOR_VALUE_FLAGS_NOCOLOR - Static variable in interface com.hcl.domino.misc.NotesConstants
This object has no color
COLOR_VALUE_FLAGS_NOCOLOR - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
COLOR_VALUE_FLAGS_RESERVED1 - Static variable in interface com.hcl.domino.misc.NotesConstants
Defined for Yellow Highlighting, (not reserved).
COLOR_VALUE_FLAGS_RESERVED1 - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
COLOR_VALUE_FLAGS_RESERVED2 - Static variable in interface com.hcl.domino.misc.NotesConstants
Defined for Pink Highlighting, (not reserved).
COLOR_VALUE_FLAGS_RESERVED2 - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
COLOR_VALUE_FLAGS_RESERVED3 - Static variable in interface com.hcl.domino.misc.NotesConstants
Defined for Blue Highlighting, (not reserved).
COLOR_VALUE_FLAGS_RESERVED3 - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
COLOR_VALUE_FLAGS_RESERVED4 - Static variable in interface com.hcl.domino.misc.NotesConstants
Reserved.
COLOR_VALUE_FLAGS_RESERVED4 - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
COLOR_VALUE_FLAGS_SYSTEMCOLOR - Static variable in interface com.hcl.domino.misc.NotesConstants
Use system default color, ignore color here
COLOR_VALUE_FLAGS_SYSTEMCOLOR - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
ColorValue - Interface in com.hcl.domino.richtext.structures
 
ColorValue.Flag - Enum in com.hcl.domino.richtext.structures
 
Column - Interface in com.hcl.domino.design
Access to a View or Folder column and its settings.
column(String) - Method in class com.hcl.domino.dql.DQL.NamedView
Method to define the column for which we want to filter the value
Column.IndexType - Enum in com.hcl.domino.design
Enum for alternate index(es) of a view based on this column.
Column.SortType - Enum in com.hcl.domino.design
Enum for enforced sorting of a column
com.hcl.domino - package com.hcl.domino
 
com.hcl.domino.admin - package com.hcl.domino.admin
 
com.hcl.domino.admin.idvault - package com.hcl.domino.admin.idvault
 
com.hcl.domino.admin.replication - package com.hcl.domino.admin.replication
 
com.hcl.domino.calendar - package com.hcl.domino.calendar
 
com.hcl.domino.crypt - package com.hcl.domino.crypt
 
com.hcl.domino.data - package com.hcl.domino.data
 
com.hcl.domino.dbdirectory - package com.hcl.domino.dbdirectory
 
com.hcl.domino.design - package com.hcl.domino.design
 
com.hcl.domino.design.action - package com.hcl.domino.design.action
 
com.hcl.domino.design.agent - package com.hcl.domino.design.agent
 
com.hcl.domino.design.format - package com.hcl.domino.design.format
 
com.hcl.domino.dql - package com.hcl.domino.dql
 
com.hcl.domino.dxl - package com.hcl.domino.dxl
 
com.hcl.domino.exception - package com.hcl.domino.exception
 
com.hcl.domino.formula - package com.hcl.domino.formula
 
com.hcl.domino.freebusy - package com.hcl.domino.freebusy
 
com.hcl.domino.html - package com.hcl.domino.html
 
com.hcl.domino.json - package com.hcl.domino.json
 
com.hcl.domino.mime - package com.hcl.domino.mime
 
com.hcl.domino.mime.attachments - package com.hcl.domino.mime.attachments
 
com.hcl.domino.misc - package com.hcl.domino.misc
 
com.hcl.domino.mq - package com.hcl.domino.mq
 
com.hcl.domino.naming - package com.hcl.domino.naming
 
com.hcl.domino.person - package com.hcl.domino.person
 
com.hcl.domino.richtext - package com.hcl.domino.richtext
 
com.hcl.domino.richtext.annotation - package com.hcl.domino.richtext.annotation
 
com.hcl.domino.richtext.conversion - package com.hcl.domino.richtext.conversion
 
com.hcl.domino.richtext.process - package com.hcl.domino.richtext.process
 
com.hcl.domino.richtext.records - package com.hcl.domino.richtext.records
 
com.hcl.domino.richtext.structures - package com.hcl.domino.richtext.structures
 
com.hcl.domino.runtime - package com.hcl.domino.runtime
 
com.hcl.domino.security - package com.hcl.domino.security
 
com.hcl.domino.server - package com.hcl.domino.server
 
COMP_FROM_FILE - Static variable in interface com.hcl.domino.misc.NotesConstants
CompoundText is derived from a file
COMP_PARA_BLANK_LINE - Static variable in interface com.hcl.domino.misc.NotesConstants
Create a new paragraph for each blank line found in the input text buffer.
COMP_PARA_LINE - Static variable in interface com.hcl.domino.misc.NotesConstants
Create a new paragraph for each line delimiter found in the input text buffer.
COMP_PRESERVE_LINES - Static variable in interface com.hcl.domino.misc.NotesConstants
Insert a line break (0) for each line delimiter found in the input text buffer.
COMP_SERVER_HINT_FOLLOWS - Static variable in interface com.hcl.domino.misc.NotesConstants
A "hint" follows the comment for a document link.
compact(String, Set<CompactMode>) - Method in interface com.hcl.domino.DominoClient
This function compresses a local database to remove the space left by deleting documents, freeing up disk space.
Deletion stubs however, are left intact in the database.
CompactInProgressException - Exception in com.hcl.domino.exception
Represents error code 0x02CC, "Database is being Compacted; Compact must finish before use."
CompactInProgressException(int, String) - Constructor for exception com.hcl.domino.exception.CompactInProgressException
 
CompactInProgressException(int, String, Throwable) - Constructor for exception com.hcl.domino.exception.CompactInProgressException
 
CompactInProgressException(String) - Constructor for exception com.hcl.domino.exception.CompactInProgressException
 
CompactInProgressException(String, Throwable) - Constructor for exception com.hcl.domino.exception.CompactInProgressException
 
CompactMode - Enum in com.hcl.domino.data
Constants to configure the compaction operation
compile(String) - Method in interface com.hcl.domino.formula.FormulaCompiler
 
compileLotusScript() - Method in interface com.hcl.domino.data.Document
Compiles all LotusScript attached to this note
ComputableValue - Interface in com.hcl.domino.design
Represents an element in a design that can be represented either as a static string or a formula computation.
computeDatabaseAccess(String, UserNamesList, boolean) - Method in interface com.hcl.domino.admin.ServerAdmin
Using this method you can efficiently scan a server directory and compute the AclAccess of users on the databases.
computeDatabaseAccess(String, String, boolean) - Method in interface com.hcl.domino.admin.ServerAdmin
Using this method you can efficiently scan a server directory and compute the AclAccess of users on the databases.
computeValues(String...) - Method in interface com.hcl.domino.data.DbQueryResult
Dynamically computes virtual item values from the summary buffer data
computeValues(Map<String, String>) - Method in interface com.hcl.domino.data.DbQueryResult
Dynamically computes virtual item values from the summary buffer data
computeWithForm(boolean, Document.ComputeWithFormCallback) - Method in interface com.hcl.domino.data.Document
For each form field associated with this document, this function will:

Validate fields with Default Value formulas, Validate fields with Translation formulas, Validate fields with Validation formulas, Calculate values for Computed fields.
If no error callback routine is supplied and the flag continueOnError is not set, if one of the validation formulas fails, an error is returned.
If the continueOnError flag is set, the error is not returned.

If a callback routine is supplied and one of the validation formulas fails, the error callback routine is called.
If the continueOnError flag is set, error processing for the field is skipped;
if a callback function is supplied, the callback function will be ignored.
connecting(String, String) - Method in interface com.hcl.domino.DominoClient.ReplicationStateListener
Starting the connection.
contains(String...) - Static method in class com.hcl.domino.dql.DQL
Returns a DQL term to run a FT search on the whole note with one or multiple search words.
containsAll(String...) - Static method in class com.hcl.domino.dql.DQL
Returns a DQL term to run a FT search on the whole note with one or multiple search words.
All search words must exist in the note for it to be a match.
convert() - Method in interface com.hcl.domino.html.RichTextHTMLConverter.Builder
Converts the document or item with the configured options.
convert(List<RichTextRecord<?>>, RichTextWriter) - Method in class com.hcl.domino.richtext.conversion.AppendFileHotspotConversion
 
convert(List<RichTextRecord<?>>, RichTextWriter) - Method in interface com.hcl.domino.richtext.conversion.IRichTextConversion
Method to do the actual conversion, e.g.
convert(List<RichTextRecord<?>>, RichTextWriter) - Method in class com.hcl.domino.richtext.conversion.RemoveAttachmentIconConversion
 
convertRFC822TextItem() - Method in interface com.hcl.domino.data.Item
This function converts the input ItemDataType.TYPE_RFC822_TEXT item in an open document to its pre-V5 equivalent; i.e.
convertRichTextItem(String, IRichTextConversion...) - Method in interface com.hcl.domino.data.Document
Applies one or multiple conversions to a rich text item, updating the original item in-place.
convertRichTextItem(String, Document, String, IRichTextConversion...) - Method in interface com.hcl.domino.data.Document
Applies one of multiple conversions to a rich text item, writing the new version in the target document and item.
convertToMime(Document, RichTextMimeConversionSettings) - Method in interface com.hcl.domino.mime.MimeWriter
This function converts all rich text items (type ItemDataType.TYPE_COMPOSITE) in the document to MIME items (type ItemDataType.TYPE_MIME_PART).

It does not update the database; to update the database, save the document.
copyAndEncrypt(UserId, Collection<Document.EncryptionMode>) - Method in interface com.hcl.domino.data.Document
This function copies and encrypts (seals) the encryption enabled fields in a document (including the document's file objects), using a UserId.

It can encrypt a document in several ways -- by using the Domino public key of the caller, by using specified secret encryption keys stored in the caller's ID, or by using the Domino public keys of specified users, if the document does not have any mime parts.

The method decides which type of encryption to do based upon the setting of the flag passed to it in its encryptionMode argument.

If the Document.EncryptionMode.ENCRYPT_WITH_USER_PUBLIC_KEY flag is set, it uses the caller's public ID to encrypt the document.
In this case, only the user who encodes the document can decrypt it.
This feature allows an individual to protect information from anyone else.

If, instead, the Document.EncryptionMode.ENCRYPT_WITH_USER_PUBLIC_KEY flag is not set, then the function expects the document to contain a field named "SecretEncryptionKeys" a field named "PublicEncryptionKeys", or both.
Each field is either a ItemDataType.TYPE_TEXT or ItemDataType.TYPE_TEXT_LIST field.

"SecretEncryptionKeys" contains the name(s) of the secret encryption keys in the calling user's ID to be used to encrypt the document.
This feature is intended to allow a group to encrypt some of the documents in a single database in a way that only they can decrypt them -- they must share the secret encryption keys among themselves first for this to work.

"PublicEncryptionKeys" contains the name(s) of users, in canonical format.
The document will be encrypted with each user's Domino public key.
The user can then decrypt the document with the private key in the user's ID.
This feature provides a way to encrypt documents, such as mail documents, for another user.

The document must contain at least one encryption enabled item (an item with the Item.ItemFlag.ENCRYPTED flag set) in order to be encrypted.
If the note has mime parts and flag Document.EncryptionMode.ENCRYPT_SMIME_IF_MIME_PRESENT is set, then it is SMIME encrypted.

If the document is to be signed as well as encrypted, you must sign the document before using this method.
copyFolder(String, String) - Method in interface com.hcl.domino.data.Database
Creates a copy of a folder including its content
copyFolder(int, String) - Method in interface com.hcl.domino.data.Database
Creates a copy of a folder including its content
copyToDatabase(Database) - Method in interface com.hcl.domino.data.Document
Copies the document to another database.
CopyToDatabaseAction - Interface in com.hcl.domino.design.action
 
copyToDocument(Document, boolean) - Method in interface com.hcl.domino.data.Item
Copies this item to a new document, retaining the current name.
copyToDocument(Document, String, boolean) - Method in interface com.hcl.domino.data.Item
Copies this item to a new document, with a new Item name.
createAgent(String) - Method in interface com.hcl.domino.design.DbDesign
Creates a new, unsaved agent design element.
createAgentContext() - Method in interface com.hcl.domino.data.Agent
Initializes the AgentRunContext in which the agent should run, for defining settings like re-opening the database as the signer, which document the agent should run on, timeouts etc.
createAndOpen(String, int) - Method in interface com.hcl.domino.mq.MessageQueues
Create a message queue with the specified name.
createCalendarEntry(Database, String, Collection<CalendarWrite>) - Method in interface com.hcl.domino.calendar.Calendaring
Creates a calendar entry.

This supports either a single entry, or a recurring entry which may contain multiple VEVENTS represenging both the series and exception data.
createChildEntity() - Method in interface com.hcl.domino.mime.MimeEntity
Creates a child entity beneath this entity, with an auto-generated boundary.
createChildEntity(MimeEntity) - Method in interface com.hcl.domino.mime.MimeEntity
Creates a child entity beneath this entity and placed immediately before the provided entity, with an auto-generated boundary.
created() - Static method in class com.hcl.domino.dql.DQL
Use this method to filter by @Created value
createDatabase(String, String, boolean, boolean, DominoClient.Encryption) - Method in interface com.hcl.domino.DominoClient
Creates a new database on the target server with a given file path.
createDatabase(String, String, boolean, boolean, DominoClient.Encryption, DatabaseClass) - Method in interface com.hcl.domino.DominoClient
Creates a new database on the target server with a given file path.
createDatabaseFromTemplate(String, String, String, String, DominoClient.Encryption) - Method in interface com.hcl.domino.DominoClient
Creates a new database from the specified template DB.
createDatabaseReplica(String, String, String, String, DominoClient.Encryption) - Method in interface com.hcl.domino.DominoClient
Creates a new database replica, which is a new database with copied design/data documents and the same replica ID as the specified DB.
createDateRange(TemporalAccessor, TemporalAccessor) - Method in interface com.hcl.domino.DominoClient
Creates a new DominoDateRange of two Temporal values.
createDateTime(TemporalAccessor) - Method in interface com.hcl.domino.DominoClient
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);
createDeserializer() - Static method in interface com.hcl.domino.json.JsonDeserializer
Constructs a new deserializer using the first available JSON service.
createDocument() - Method in interface com.hcl.domino.data.Database
 
createDocument(Set<Database.CreateFlags>) - Method in interface com.hcl.domino.data.Database
 
createDocumentSelection() - Method in interface com.hcl.domino.data.Database
Creates a new DocumentSelection to select data or design documents.
createDxlExporter() - Method in interface com.hcl.domino.DominoClient
 
createDxlImporter() - Method in interface com.hcl.domino.DominoClient
 
createFolder(String) - Method in interface com.hcl.domino.data.Database
Creates a new folder in the database with the default view/folder design
createFolder(String, String) - Method in interface com.hcl.domino.data.Database
Creates a new folder in the database with the design of the specified folder/view
createFolder(int, String) - Method in interface com.hcl.domino.data.Database
Creates a new folder in the database with the design of the specified folder/view
createFolder(Database, String, String) - Method in interface com.hcl.domino.data.Database
Creates a new folder in the database with the design of the specified folder/view in another database
createFolder(Database, int, String) - Method in interface com.hcl.domino.data.Database
Creates a new folder in the database with the design of the specified folder/view in another database
createFolder(String) - Method in interface com.hcl.domino.design.DbDesign
Creates a new, unsaved folder design element.
createFontStyle() - Method in interface com.hcl.domino.richtext.RichTextWriter
Creates a new font style
createForm(String) - Method in interface com.hcl.domino.design.DbDesign
Creates a new, unsaved form design element.
createFormula(String) - Method in interface com.hcl.domino.DominoClient
Compiles a formula
createIDTable() - Method in interface com.hcl.domino.DominoClient
Creates a new, empty ID table.
createName(String) - Static method in interface com.hcl.domino.naming.Names
 
createQueryResultsProcessor() - Method in interface com.hcl.domino.data.Database
Creates a QueryResultsProcessor to process the results of multi-database queries
createRichTextItem(String) - Method in interface com.hcl.domino.data.Document
Creates a writer for a new rich-text item on the document.
createRichTextMimeConversionSettings() - Method in interface com.hcl.domino.mime.MimeWriter
Creates a new RichTextMimeConversionSettings with system default settings.
createSerializer() - Static method in interface com.hcl.domino.json.JsonSerializer
Constructs a new serializer using the first available JSON service.
createServerStatusLine(String) - Method in interface com.hcl.domino.admin.ServerAdmin
Creates a new status line for the given name.
createStructure(Class<T>, int) - Method in interface com.hcl.domino.richtext.RichTextWriter
Creates a new MemoryStructure of the given class in memory, without appending it to the destination rich-text entity.
createSubform(String) - Method in interface com.hcl.domino.design.DbDesign
Creates a new, unsaved subform design element.
createTextStyle(String) - Method in interface com.hcl.domino.richtext.RichTextWriter
Creates a new text style
createUNID(String) - Method in interface com.hcl.domino.DominoClient
Creates a DominoUniversalNoteId for a given UNID string that can be used in Document.replaceItemValue(String, Object) to create an item of type ItemDataType.TYPE_NOTEREF_LIST to reference another Document, e.g.
createView(String) - Method in interface com.hcl.domino.design.DbDesign
Creates a new, unsaved view design element.
CredentialValidationTokenHandler<T> - Interface in com.hcl.domino.security
This service interface represents a provider that is able to process a token supplied to DominoClient.validateCredentialsWithToken(String, Object) and retrieve the user's distinguished name.
CropRect - Interface in com.hcl.domino.richtext.structures
 
CURRENCY_SPACE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CURRENCY_SUFFIX - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CWF_COMPUTED_FORMULA - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CWF_COMPUTED_FORMULA_LOAD - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CWF_COMPUTED_FORMULA_SAVE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CWF_CONTINUE_ON_ERROR - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CWF_DATATYPE_CONVERSION - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CWF_DV_FORMULA - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CWF_IT_FORMULA - Static variable in interface com.hcl.domino.misc.NotesConstants
 
CWF_IV_FORMULA - Static variable in interface com.hcl.domino.misc.NotesConstants
 

D

DAEMON_COLLECT_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Collector
DAEMON_EVENT_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Event process
Database - Interface in com.hcl.domino.data
Access to an individual database and its documents, indicies and design
Database.AccessInfo - Interface in com.hcl.domino.data
 
Database.Action - Enum in com.hcl.domino.data
 
Database.CollectionType - Enum in com.hcl.domino.data
 
Database.CreateFlags - Enum in com.hcl.domino.data
 
Database.DocFlags - Enum in com.hcl.domino.data
 
Database.DocInfo - Interface in com.hcl.domino.data
Data container that stores the lookup result for document info
Database.DocInfoExt - Interface in com.hcl.domino.data
Extension of Database.DocInfo with additional note lookup data
Database.EncryptionInfo - Interface in com.hcl.domino.data
Represents the local encryption information for a database.
Database.FormulaQueryCallback - Interface in com.hcl.domino.data
 
Database.ModifiedNoteInfo - Interface in com.hcl.domino.data
 
Database.ModifiedNoteInfos - Interface in com.hcl.domino.data
 
Database.ModifiedNotesInfoFlags - Enum in com.hcl.domino.data
Database.ModifiedTableMode - Enum in com.hcl.domino.data
 
Database.NSFVersionInfo - Interface in com.hcl.domino.data
 
Database.OpenDocumentMode - Enum in com.hcl.domino.data
Flags to control how to open a document.
Database.ReplicateOption - Enum in com.hcl.domino.data
 
Database.SearchMatch - Interface in com.hcl.domino.data
Container with information about each document received for an NSF search, containing the document note id / UNID, modified dates, document class and document flags.
DatabaseChangePathList - Class in com.hcl.domino.data
Represents a collection of databases and the new "since" query time returned from DominoClient.getDatabasePaths(String, TemporalAccessor).
DatabaseChangePathList(Collection<String>, TemporalAccessor) - Constructor for class com.hcl.domino.data.DatabaseChangePathList
 
DatabaseClass - Enum in com.hcl.domino.data
Represents the class of a database, which affects its storage characteristics and on-disk structure.
DatabaseData - Interface in com.hcl.domino.dbdirectory
Subclass of DirEntry that is used to return parsed data of databases.
DatabaseEncryptionState - Enum in com.hcl.domino.crypt
 
DatabaseOption - Enum in com.hcl.domino.data
Enum of the available database option bits that can be set via Database.getOption(DatabaseOption) and Database.setOption(DatabaseOption, boolean)
dataReceived(ByteBuffer, int) - Method in interface com.hcl.domino.mq.MessageQueue.IMQCallback
Implement this method to read
DATE_4DIGIT_YEAR - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DATE_ABBREV - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DATE_DMY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DATE_MDY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DATE_YMD - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DateRangeFormat - Enum in com.hcl.domino.json
 
dateRangeFormat(DateRangeFormat) - Method in interface com.hcl.domino.json.JsonSerializer
Sets the format for date/time range values.
DateShowFormat - Enum in com.hcl.domino.design.format
 
DateShowSpecial - Enum in com.hcl.domino.design.format
 
DateTimeFlag - Enum in com.hcl.domino.design.format
 
DateTimeFlag2 - Enum in com.hcl.domino.design.format
 
dateTimeItems(Collection<String>) - Method in interface com.hcl.domino.json.JsonDeserializer
Configures the deserializer to expect the named items to contain date/time values.
DayFormat - Enum in com.hcl.domino.design.format
 
DAYLIGHT_SAVINGS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DB_DIRECTORY - Static variable in interface com.hcl.domino.misc.NotesConstants
hDB refers to a "directory" and not a file
DB_GET_MODIFIED_NOTES_DELIVERED_POSTED_TIME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DB_GET_MODIFIED_NOTES_INFO_DELETED_GHOSTS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DB_GET_MODIFIED_NOTES_INFO_DELETED_ONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DB_GET_MODIFIED_NOTES_INFO_GHOSTS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DB_GET_MODIFIED_NOTES_INFO_MUST_HAVE_TRU - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DB_GET_MODIFIED_NOTES_INFO_NAMED_GHOSTS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DB_GET_MODIFIED_NOTES_INFO_NEW_AND_DEL_NOTES - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DB_GET_MODIFIED_NOTES_INFO_NEW_ONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DB_GET_MODIFIED_NOTES_INFO_NO_SOFT_DELETES - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DB_GET_MODIFIED_NOTES_INFO_NODELETED_BIT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DB_GET_MODIFIED_NOTES_INFO_NOTEID - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DB_GET_MODIFIED_NOTES_INFO_RETURN_PARENT_IF_NO_TRU - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DB_GET_MODIFIED_NOTES_INFO_SEQ - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DB_GET_MODIFIED_NOTES_INFO_SEQ_TIME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DB_GET_MODIFIED_NOTES_INFO_TRU - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DB_GET_MODIFIED_NOTES_INFO_USE_UNTIL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DB_GET_MODIFIED_NOTES_MODIFIED_TIME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DB_GET_MODIFIED_NOTES_NO_FORMULA_REPLICATION - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DB_GET_MODIFIED_NOTES_REPLMON - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DB_GETIDTABLE_VALIDATE - Static variable in interface com.hcl.domino.misc.NotesConstants
If set, return only "validated" noteIDs
DB_LOADED - Static variable in interface com.hcl.domino.misc.NotesConstants
hDB refers to a normal database file
DBCLASS_BY_EXTENSION - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCLASS_DESKTOP - Static variable in interface com.hcl.domino.misc.NotesConstants
A Notes desktop (folders, icons, etc.).
DBCLASS_ENCAPSMAILFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
One document database with size up to 5MB.
DBCLASS_GIANTNOTEFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
A standard Domino database, with size up to 1 GB.
DBCLASS_HUGENOTEFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
A standard Domino database, with size up to 1 GB.
DBCLASS_LRGENCAPSMAILFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
Specifically used by alternate mail.
DBCLASS_MASK - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCLASS_NOTECLIPBOARD - Static variable in interface com.hcl.domino.misc.NotesConstants
A Notes clipboard (used for cutting and pasting).
DBCLASS_NOTEFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
A standard Domino database.
DBCLASS_NSFTESTFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
A test database.
DBCLASS_OBJSTORE - Static variable in interface com.hcl.domino.misc.NotesConstants
Object store.
DBCLASS_ONEDOCFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
One document database with size up to 10MB.
DBCLASS_TEMPLATEFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
A database that contains every type of note (forms, views, ACL, icon, etc.) except data notes.
DBCLASS_V10NOTEFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
Database was created specifically for Domino and Notes Release Notes/Domino 10.
DBCLASS_V2NOTEFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
Database was created as a Notes Release 2 database.
DBCLASS_V3NOTEFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
Database was created as a Notes Release 3 database.
DBCLASS_V3ONEDOCFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
One document database with size up to 10MB.
DBCLASS_V4NOTEFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
Database was created specifically for Domino and Notes Release 4.
DBCLASS_V5NOTEFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
Database was created specifically for Domino and Notes Release 5.
DBCLASS_V6NOTEFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
Database was created specifically for Domino and Notes Release Notes/Domino 6.
DBCLASS_V85NOTEFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
Database was created specifically for Domino and Notes Release Notes/Domino 8.5.
DBCLASS_V8NOTEFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
Database was created specifically for Domino and Notes Release Notes/Domino 8.
DBCLASS_V9NOTEFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
Database was created specifically for Domino and Notes Release Notes/Domino 9.
DBCLASS_VALID_MASK - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCOMPACT2_ADV_OPT_OVERRIDE_OFF - Static variable in interface com.hcl.domino.misc.NotesConstants
SaaS option, disable advanced property override
DBCOMPACT2_ADV_OPT_OVERRIDE_ON - Static variable in interface com.hcl.domino.misc.NotesConstants
SaaS option, enable advanced property override
DBCOMPACT2_ARCHIVE_JUST_DELETE - Static variable in interface com.hcl.domino.misc.NotesConstants
Do not change without checking ARCHIVE_DELETE_ONLY
Archive delete only! Must specify DBCOMPACT_ARCHIVE or DBCOMPACT_ARCHIVE_COMPACT
DBCOMPACT2_COMPRESS_DATA_DOCS - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if all data note non-summary should be compressed
DBCOMPACT2_COMPRESS_DESIGN_NS - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if design note non-summary should be compressed
DBCOMPACT2_CONVERT_TO_NSFDB2 - Static variable in interface com.hcl.domino.misc.NotesConstants
Convert the source database to an NSFDB2 database.
DBCOMPACT2_COPY_REPLICA - Static variable in interface com.hcl.domino.misc.NotesConstants
Create a new replica in the copy style compact
DBCOMPACT2_DB2_ASSOCGRP_COMPACT - Static variable in interface com.hcl.domino.misc.NotesConstants
if TRUE, do db2 group compression for group associated with this nsf
DBCOMPACT2_DB2_GROUP_COMPACT - Static variable in interface com.hcl.domino.misc.NotesConstants
if TRUE, do db2 group compression directly on group
DBCOMPACT2_DBCLASS_UPGRADE - Static variable in interface com.hcl.domino.misc.NotesConstants
Upgrade previous DBCLASS_V*NOTEFILE classes to DBCLASS_NOTEFILE
DBCOMPACT2_DBMT - Static variable in interface com.hcl.domino.misc.NotesConstants
compact is running as DataBaseMaintenanceTool
DBCOMPACT2_ENABLE_ENCRYPTION - Static variable in interface com.hcl.domino.misc.NotesConstants
for copy style compaction, force "new" target to be encrypted even if source db is not
DBCOMPACT2_FORCE - Static variable in interface com.hcl.domino.misc.NotesConstants
Take database offline for compact
DBCOMPACT2_FORCE_DAOS_OFF - Static variable in interface com.hcl.domino.misc.NotesConstants
enable compact FROM DAOS
DBCOMPACT2_FORCE_DAOS_ON - Static variable in interface com.hcl.domino.misc.NotesConstants
enable compact TO DAOS
DBCOMPACT2_FORCE_PIRC_OFF - Static variable in interface com.hcl.domino.misc.NotesConstants
enable compact without PIRC
DBCOMPACT2_FORCE_PIRC_ON - Static variable in interface com.hcl.domino.misc.NotesConstants
enable compact with PIRC
DBCOMPACT2_KEEP_IMAP_ITEMS - Static variable in interface com.hcl.domino.misc.NotesConstants
Retain bodyheader values for imap enabled databases.
DBCOMPACT2_LZ1_CHECK - Static variable in interface com.hcl.domino.misc.NotesConstants
Check busted LZ1 attachments (really huffman) for entire db.
DBCOMPACT2_LZ1_DOWNGRADE - Static variable in interface com.hcl.domino.misc.NotesConstants
Downgrade attachments to huffman for entire db.
DBCOMPACT2_LZ1_FIXUP - Static variable in interface com.hcl.domino.misc.NotesConstants
Fixup busted LZ1 attachments (really huffman) for entire db.
DBCOMPACT2_LZ1_INPLACE - Static variable in interface com.hcl.domino.misc.NotesConstants
Process attachments inplace for entire db.
DBCOMPACT2_LZ1_UPGRADE - Static variable in interface com.hcl.domino.misc.NotesConstants
Upgrade to LZ1 attachments for entire db.
DBCOMPACT2_ODS_DEFAULT_UPGRADE - Static variable in interface com.hcl.domino.misc.NotesConstants
If ODS is lower than desired ODS based on INI settings, compact it to upgrade ODS
DBCOMPACT2_REVERT_ONE_ODS - Static variable in interface com.hcl.domino.misc.NotesConstants
revert one ods based on current ods of the database
DBCOMPACT2_SAAS_IMPORT - Static variable in interface com.hcl.domino.misc.NotesConstants
a saas-only option to collect information when compacting for import
DBCOMPACT2_SKIP_NSF - Static variable in interface com.hcl.domino.misc.NotesConstants
skip NSF databases while processing NSFDB2 databases
DBCOMPACT2_SKIP_NSFDB2 - Static variable in interface com.hcl.domino.misc.NotesConstants
skip NSFDB2 databases found while traversing files index
DBCOMPACT2_SPLIT_NIF_DATA - Static variable in interface com.hcl.domino.misc.NotesConstants
split NIF containers out to their own database
DBCOMPACT2_STATS_IN_GRANULES - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if return file sizes should be in granules to handle large file sizes
DBCOMPACT2_SYNC_OPEN - Static variable in interface com.hcl.domino.misc.NotesConstants
Force the compact to open the DB with the O_SYNC flag on this is for large db's on systems with huge amounts of memory DBCOMPACT_ARCHIVE_COMPACT
DBCOMPACT2_UNCOMPRESS_DATA_DOCS - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if all data note non-summary should be uncompressed
DBCOMPACT2_UNCOMPRESS_DESIGN_NS - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if design note non-summary should be uncompressed
DBCOMPACT2_UNSPLIT_NIF_DATA - Static variable in interface com.hcl.domino.misc.NotesConstants
see above, but off
DBCOMPACT_ARCHIVE - Static variable in interface com.hcl.domino.misc.NotesConstants
Archive/delete, then compact the database
DBCOMPACT_ARCHIVE_ONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
Just archive/delete, no need to compact
DBCOMPACT_DISABLE_FORM_BKT_OPT - Static variable in interface com.hcl.domino.misc.NotesConstants
Diable form/bucket bitmap optimization (default)
DBCOMPACT_DISABLE_LARGE_UNKTBL - Static variable in interface com.hcl.domino.misc.NotesConstants
Disable large UNK table in destination database (default)
DBCOMPACT_DISABLE_RESPONSE_INFO - Static variable in interface com.hcl.domino.misc.NotesConstants
Disable response info in resulting database
DBCOMPACT_DISABLE_TXN_LOGGING - Static variable in interface com.hcl.domino.misc.NotesConstants
If set, disable transaction logging for new database
DBCOMPACT_DISABLE_UNREAD - Static variable in interface com.hcl.domino.misc.NotesConstants
Disable unread marks in destination database
DBCOMPACT_DUMP_SPACE_MAP_ONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
If set and inplace is possible, just dump space map - don't compact
DBCOMPACT_ENABLE_FORM_BKT_OPT - Static variable in interface com.hcl.domino.misc.NotesConstants
Enable form/bucket bitmap optimization
DBCOMPACT_ENABLE_LARGE_UNKTBL - Static variable in interface com.hcl.domino.misc.NotesConstants
Enable large UNK table in destination database
DBCOMPACT_ENABLE_RESPONSE_INFO - Static variable in interface com.hcl.domino.misc.NotesConstants
Disable response info in resulting database (default)
DBCOMPACT_ENABLE_TXN_LOGGING - Static variable in interface com.hcl.domino.misc.NotesConstants
If set, enable transaction logging for new database
DBCOMPACT_ENABLE_UNREAD - Static variable in interface com.hcl.domino.misc.NotesConstants
Reenable unread marks in destination database (default)
DBCOMPACT_ENCRYPT_DEFAULT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCOMPACT_FOR_DECRYPT - Static variable in interface com.hcl.domino.misc.NotesConstants
Indicate we are decrypting database
DBCOMPACT_FOR_ENCRYPT - Static variable in interface com.hcl.domino.misc.NotesConstants
Indicate we are encrypting database
DBCOMPACT_GHOST_NOTE - Static variable in interface com.hcl.domino.misc.NotesConstants
This note should be updated as a ghost note
DBCOMPACT_IGNORE_ERRORS - Static variable in interface com.hcl.domino.misc.NotesConstants
Ignore errors encountered during compaction.
DBCOMPACT_MAILBOX - Static variable in interface com.hcl.domino.misc.NotesConstants
Compact XXXX.BOX for mail router and other MTAs
DBCOMPACT_MAX_4GB - Static variable in interface com.hcl.domino.misc.NotesConstants
Create new file with 4GB file size limit
DBCOMPACT_NO_INDEXES - Static variable in interface com.hcl.domino.misc.NotesConstants
Don't preserve view indexes
DBCOMPACT_NO_INPLACE - Static variable in interface com.hcl.domino.misc.NotesConstants
Don't do in-place compaction
DBCOMPACT_NO_LOCKOUT - Static variable in interface com.hcl.domino.misc.NotesConstants
Don't lock out database users
DBCOMPACT_ONLY_IF_INPLACE - Static variable in interface com.hcl.domino.misc.NotesConstants
Only do compaction if it can be done inplace - error return otherwise
DBCOMPACT_RECOVER_ALL_SPACE - Static variable in interface com.hcl.domino.misc.NotesConstants
If set, always do full space recovery compaction
DBCOMPACT_RECOVER_SPACE_ONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
If set, do only bitmap correction if in-place can be done
DBCOMPACT_RECURSE_SUBDIRECTORIES - Static variable in interface com.hcl.domino.misc.NotesConstants
Recursively explore subdirectores during NSFSearchExtended
DBCOMPACT_REVERT_ODS - Static variable in interface com.hcl.domino.misc.NotesConstants
Revert current ODS to the previous ODS version
DBCOMPACT_VERIFY_NOOVERLAP - Static variable in interface com.hcl.domino.misc.NotesConstants
Just check object size and position fidelity - looking for overlap
DBCOPY_COMPACT_REPLICA - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCOPY_DBCLASS_HIGHEST_NOTEFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCOPY_DBINFO2 - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCOPY_DEST_IS_DB2 - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCOPY_DEST_IS_NSF - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCOPY_ENCRYPT_MEDIUM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCOPY_ENCRYPT_SIMPLE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCOPY_ENCRYPT_STRONG - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCOPY_KEEP_NOTE_MODTIME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCOPY_NO_ACL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCOPY_NO_FULLTEXT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCOPY_OVERRIDE_DEST - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCOPY_REPLICA - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCOPY_REPLICA_NAMELIST - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCOPY_SPECIAL_OBJECTS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCOPY_SUBCLASS_TEMPLATE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCREATE_DISABLE_TXN_LOGGING - Static variable in interface com.hcl.domino.misc.NotesConstants
Disable transaction logging for this database if specified
DBCREATE_ENCRYPT_AES128 - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCREATE_ENCRYPT_AES256 - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCREATE_ENCRYPT_MEDIUM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCREATE_ENCRYPT_NONE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCREATE_ENCRYPT_SIMPLE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCREATE_ENCRYPT_STRONG - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBCREATE_FORM_BUCKET_OPT - Static variable in interface com.hcl.domino.misc.NotesConstants
Maintain form/bucket bitmap
DBCREATE_IS_MAILBOX - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if database is a mail[n].box database
DBCREATE_LARGE_UNKTABLE - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if database should allow "large" (<64K bytes) UNK table
DBCREATE_LOCALSECURITY - Static variable in interface com.hcl.domino.misc.NotesConstants
Create a locally encrypted database.
DBCREATE_MAINTAIN_LAST_ACCESSED - Static variable in interface com.hcl.domino.misc.NotesConstants
Enable maintaining last accessed time
DBCREATE_MAX_SPECIFIED - Static variable in interface com.hcl.domino.misc.NotesConstants
The maximum database length is specified in bytes in NSFDbCreateExtended.
DBCREATE_NO_FREE_OVERWRITE - Static variable in interface com.hcl.domino.misc.NotesConstants
Skip overwriting freed disk buffer space
DBCREATE_NORESPONSE_INFO - Static variable in interface com.hcl.domino.misc.NotesConstants
Don't support note hierarchy - ODS21 and up only
DBCREATE_NOUNREAD - Static variable in interface com.hcl.domino.misc.NotesConstants
Don't maintain unread lists for this DB
DBCREATE_OBJSTORE_NEVER - Static variable in interface com.hcl.domino.misc.NotesConstants
NSFNoteUpdate will not use an object store for notes in the database.
DbDesign - Interface in com.hcl.domino.design
Provides access to a database's design elements, allowing querying, selection, and creation.
DbDesign.FolderOrView - Enum in com.hcl.domino.design
 
DbDesign.FormOrSubform - Enum in com.hcl.domino.design
Deprecated.
DbDesign.SignCallback - Interface in com.hcl.domino.design
Callback interface to get notified about progress when signing
DbDesignCatalog - Interface in com.hcl.domino.design
Access to database design information on the server
DbDesignCatalog.DatabaseDesignAnalysis - Interface in com.hcl.domino.design
Result of the template inheritance scan
DbDesignCatalog.DesignRefreshBreakHandler - Interface in com.hcl.domino.design
 
DbDirectory - Interface in com.hcl.domino.dbdirectory
Very fast directory scanner
DBGETMOD_DELETED_GHOSTS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBGETMOD_DELETED_ONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBGETMOD_FAST_ONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBGETMOD_FOREIGN_UPDATES - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBGETMOD_FULL_TBL_OK - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBGETMOD_GHOSTS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBGETMOD_GHOSTS_AS_DELETED - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBGETMOD_NAMED_GHOSTS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBGETMOD_NEW_AND_DEL_NOTES - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBGETMOD_NEW_ONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBGETMOD_NO_SOFT_DELETES - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBGETMOD_NODELETED_BIT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBGETMOD_PURGED - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBGETMOD_SLOW_ONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBGETMOD_SOFTDEL_RESTORES_ONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBGETMOD_USE_UNTIL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBOPTBIT_ACCENT_SENSITIVE_FT - Static variable in interface com.hcl.domino.misc.NotesConstants
If TRUE, full-text index is accent sensitive
DBOPTBIT_ACTIVE_OBJSTORE - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if database has notes which refer to an object store - for garbage collection
DBOPTBIT_ACTIVE_SHARED_TEMPLATE - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if shared template should be actively used to merge in design.
DBOPTBIT_ADV_TEMPLATE - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if this is a template and is considered an advanced one (for experts only.)
DBOPTBIT_ADVANCED_PROP_OVERRIDE - Static variable in interface com.hcl.domino.misc.NotesConstants
LLN2 specific, added to this codestream to reserve this value
DBOPTBIT_APPLY_THEMES - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE to allow the use of themes when displaying the application.
DBOPTBIT_COLLECT_NEVER - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if garbage collection is never to be done on this object store
DBOPTBIT_COMPACT_NO_INPLACE - Static variable in interface com.hcl.domino.misc.NotesConstants
Set to force next compact to be out of place.
DBOPTBIT_COMPRESS_BUCKETS - Static variable in interface com.hcl.domino.misc.NotesConstants
if TRUE, store all modified buckets in lz1 compressed form
DBOPTBIT_COMPRESS_INDEXES - Static variable in interface com.hcl.domino.misc.NotesConstants
if TRUE, store all modified index blocks in lz1 compressed form
DBOPTBIT_COMPRESSED_DATA_DOCS - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if all data documents in database should be compressed (compare with DBOPTBIT_COMPRESSED_DESIGN_NS)
DBOPTBIT_COMPRESSED_DESIGN_NS - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if design note non-summary should be compressed
DBOPTBIT_COMPRESSED_SUPERBLOCK - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if Superblock is compressed.
DBOPTBIT_CS_AUTOPROCESSING_ENABLED - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if database has mail autoprocessing enabled
DBOPTBIT_DAOS_ENABLED - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if the db has opted in to use DAOS
DBOPTBIT_DAOS_LOGGING_NOT_REQD - Static variable in interface com.hcl.domino.misc.NotesConstants
if TRUE, Domino can suspend T/L check for DAOS items because the dbtarget is expendable
DBOPTBIT_DBMT_FORCE_FIXUP - Static variable in interface com.hcl.domino.misc.NotesConstants
from lln2
DBOPTBIT_DECS_ENABLED - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if connections to = 3;rd party DBs are allowed
DBOPTBIT_DELETES_ARE_SOFT - Static variable in interface com.hcl.domino.misc.NotesConstants
If set, the default delete is soft.
DBOPTBIT_DESIGN_REPLICATED - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if the db has likely a complete design replication - for PIRC control
DBOPTBIT_DISABLE_AUTO_VIEW_UPDS - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if views in this database should be skipped by server-side update task
DBOPTBIT_DISABLE_FORMBKT_PEND - Static variable in interface com.hcl.domino.misc.NotesConstants
Disabling of Form/Bucket bitmap opt will happen on next compaction
DBOPTBIT_DISABLE_RSP_INFO_PEND - Static variable in interface com.hcl.domino.misc.NotesConstants
Disabling of response info will happen on next compaction
DBOPTBIT_DISABLE_TXN_LOGGING - Static variable in interface com.hcl.domino.misc.NotesConstants
If TRUE, transaction logging is disabled for this database
DBOPTBIT_DISABLE_VIEW_EXPORT - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if exporting of view data is to be disabled
DBOPTBIT_DONTLOGOBJECTS - Static variable in interface com.hcl.domino.misc.NotesConstants
If TRUE, objects are not to be logged
DBOPTBIT_ENABLE_FORMBKT_PEND - Static variable in interface com.hcl.domino.misc.NotesConstants
Enabling of Form/Bucket bitmap opt will happen on next compaction
DBOPTBIT_ENABLE_RSP_INFO_PEND - Static variable in interface com.hcl.domino.misc.NotesConstants
Enabling of response info will happen on next compaction
DBOPTBIT_ENABLED_BGAGENT - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if database contains one or more enabled background agent
DBOPTBIT_EXTENDED_ACL - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if extended ACL's apply to this Db
DBOPTBIT_FDO_REPAIRED - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if the database FDO is repaired to proper coalation function.
DBOPTBIT_FOLDER_REFERENCES - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if docs in folders in this db have folder references
DBOPTBIT_FORM_BUCKET_OPT - Static variable in interface com.hcl.domino.misc.NotesConstants
Form/Bucket bitmap optimization is enabled
DBOPTBIT_FT_INDEX - Static variable in interface com.hcl.domino.misc.NotesConstants
Enable full text indexing
DBOPTBIT_GLOBALLY_ROUTED - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if database is globally routed
DBOPTBIT_HAS_CALENDAR - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if db stores calendar events
DBOPTBIT_HIDE_FROM_WEB - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if the database should not be accessible via the standard URL syntax
DBOPTBIT_HTTP_DBHAS_DEFLANG - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if database has default language
DBOPTBIT_HTTP_DBIS_JS - Static variable in interface com.hcl.domino.misc.NotesConstants
if TRUE, the Db needs to use JavaScript to render the HTML for formulas, buttons, etc
DBOPTBIT_HTTP_DBIS_MULTILANG - Static variable in interface com.hcl.domino.misc.NotesConstants
if TRUE, there is a $DefaultLanguage value on the $icon note
DBOPTBIT_HTTP_DBIS_SSL - Static variable in interface com.hcl.domino.misc.NotesConstants
if TRUE, the Db needs to be opened using SSL over HTTP
DBOPTBIT_IMAP_ENABLED - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if database has NSF support for IMAP enabled
DBOPTBIT_IMAP_FOLDERSYNC - Static variable in interface com.hcl.domino.misc.NotesConstants
Folder sync enabled for database (sync Drafts, Sent and Trash views to IMAP folders)
DBOPTBIT_INLINE_INDEX - Static variable in interface com.hcl.domino.misc.NotesConstants
Inlined indexing exists for this DB
DBOPTBIT_IS_ADDRESS_BOOK - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if db is an address book
DBOPTBIT_IS_CATALOG_INDEX - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if db is a catalog index
DBOPTBIT_IS_DESIGNLOCK_DB - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if editor must lock notes to edit
DBOPTBIT_IS_INET_REPL - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if this is a replica of an IMAP proxy, enables certain * special cases for interacting with db
DBOPTBIT_IS_LIBRARY - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if database is a library
DBOPTBIT_IS_LIGHT_ADDRESS_BOOK - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if db is a Lightweight NAB
DBOPTBIT_IS_LOCK_DB - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if data base supports "check-in" "check-out"
DBOPTBIT_IS_MAILBOX - Static variable in interface com.hcl.domino.misc.NotesConstants
if TRUE, database is a mail.box (ODS37 and up)
DBOPTBIT_IS_MAILFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if database is a mailfile
DBOPTBIT_IS_MIGRATED_EXCHANGE_MAILFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE, if the mail file is a migrated one from Exchange
DBOPTBIT_IS_NDX_DB - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DBOPTBIT_IS_NNTP_SERVER_DB - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE for NNTP server add-in dbs
DBOPTBIT_IS_OBJSTORE - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if database is being used as an object store - for garbage collection
DBOPTBIT_IS_PERSONALJOURNAL - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if db is personal journal
DBOPTBIT_IS_PROXY - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if the database is a proxy for non-NSF data
DBOPTBIT_IS_SEARCH_SCOPE - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if db is a "multi-db-search" repository
DBOPTBIT_IS_SHARED_TEMPLATE - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if a = 1;+ referenced shared template.
DBOPTBIT_IS_SITEDB - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if db is a "multi-db-site" repository
DBOPTBIT_IS_SUBSCRIPTIONDB - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if database holds subscriptions
DBOPTBIT_IS_SYSTEM_DB - Static variable in interface com.hcl.domino.misc.NotesConstants
set to indicate this is a system db (eg NAB, mail.box, etc) so we don't rely on the db name
DBOPTBIT_IS_UA_CONFIDENTIAL - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if db's user activity log is confidential, only viewable by designer and manager
DBOPTBIT_IS_WEBAPPLICATION - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if database is a web application
DBOPTBIT_LARGE_BUCKETS_ENABLED - Static variable in interface com.hcl.domino.misc.NotesConstants
Large Summary Support (LSS)
DBOPTBIT_LARGE_UNKTABLE - Static variable in interface com.hcl.domino.misc.NotesConstants
if TRUE, database is allowed to have /gt;64KB UNK table
DBOPTBIT_LOCAL_CACHE - Static variable in interface com.hcl.domino.misc.NotesConstants
NSF is to be used as a cache
DBOPTBIT_LZ1 - Static variable in interface com.hcl.domino.misc.NotesConstants
database supports LZ1 compression.
DBOPTBIT_MAIL_FILTERS_ENABLED - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if database has mail filters enabled
DBOPTBIT_MAINTAIN_LAST_ACCESSED - Static variable in interface com.hcl.domino.misc.NotesConstants
If TRUE, maintain LastAccessed
DBOPTBIT_MARKED_FOR_DELETE - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if db is marked for delete.
DBOPTBIT_MARKED_FOR_PENDING_DELETE - Static variable in interface com.hcl.domino.misc.NotesConstants
on the = 1;->0 transition rename the file (for LLN2 keep in sync please)
DBOPTBIT_MONITORS_NOT_ALLOWED - Static variable in interface com.hcl.domino.misc.NotesConstants
If TRUE, monitors can't be used against this database (non-replicating)
DBOPTBIT_NEED_EX_NAMEFIXUP - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE, if the mail file is a migrated one from Exchange
DBOPTBIT_NEEDS_ZAP_LSN - Static variable in interface com.hcl.domino.misc.NotesConstants
from LLN2
DBOPTBIT_NIFNSF_OFF - Static variable in interface com.hcl.domino.misc.NotesConstants
NIFNSF is off but not all containers have been moved out yet
DBOPTBIT_NO_BGAGENT - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if db has no background agent
DBOPTBIT_NO_FREE_OVERWRITE - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if freed space in db is not overwritten
DBOPTBIT_NO_RESPONSE_INFO - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if the database does not maintain note hierarchy info.
DBOPTBIT_NO_SIMPLE_SEARCH - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if the database search is disabled
LI = 4463;.02.
DBOPTBIT_NO_VSD - Static variable in interface com.hcl.domino.misc.NotesConstants
Turn off VerySoftDeletes for ODS51
DBOPTBIT_NOUNREAD - Static variable in interface com.hcl.domino.misc.NotesConstants
DB doesn't maintain unread marks
DBOPTBIT_NTA_ALWAYS - Static variable in interface com.hcl.domino.misc.NotesConstants
If TRUE, all transactions on this database are nested top actions
DBOPTBIT_OBJSTORE_ALWAYS - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if NoteUpdate of notes in this db should always try to use an object store.
DBOPTBIT_OBJSTORE_NEVER - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if NoteUpdate of notes in this db should never use an object store.
DBOPTBIT_OOS_ENABLED - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE, if out of office service is enabled in a mail file
DBOPTBIT_OUT_OF_SERVICE - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE is db is out-of-service, no new opens allowed, unless DBOPEN_IGNORE_OUTOFSERVICE is specified
DBOPTBIT_PIRC_ENABLED - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if the db has opted in to use PIRC
DBOPTBIT_POLICIES_REMOVED - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if the policy settings have been removed from a db with no policies
DBOPTBIT_POSSIBLY_COMPRESSED - Static variable in interface com.hcl.domino.misc.NotesConstants
FALSE by default, turned on forever if DBFLAG_COMPRESS_INDEXES or DBFLAG_COMPRESS_BUCKETS are ever turned on.
DBOPTBIT_RARELY_USED_NAMES - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if item names are to be treated as if the ITEM_RARELY_USED_NAME flag is set.
DBOPTBIT_REFRESH_DESIGN_ON_ADMIN - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if database design refresh is only on admin server
DBOPTBIT_SOLR_SEARCH - Static variable in interface com.hcl.domino.misc.NotesConstants
db solr search enabled
DBOPTBIT_SOLR_SEARCH_INIT_DONE - Static variable in interface com.hcl.domino.misc.NotesConstants
init solr index done
DBOPTBIT_SPLIT_NIF_DATA - Static variable in interface com.hcl.domino.misc.NotesConstants
move NIF containers & collection objects out of nsf into .ndx db
DBOPTBIT_SUPPORT_RESP_THREADS - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if Support Response Threads is enabled in database
DBOPTBIT_UNIFORM_ACCESS - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if uniform access control across all replicas
DBOPTBIT_UNREAD_REP_OUT_OF_CLUSTER - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if unread marks replicate out of the cluster
DBOPTBIT_UNREAD_REPLICATION - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if unread marks replicate
DBOPTBIT_USERLESS2_NAB - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if database is a NAB which contains config information, groups, and mailin databases but where users are stored externally.
DBOPTBIT_USERLESS_NAB - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if database is a USERless N&A Book
DBOPTBIT_USES_OBJSTORE - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if database has notes which refer to an object store - for garbage collection
DbProperties - Interface in com.hcl.domino.design
Access to a database design.
DbProperties.LaunchContextNotes - Enum in com.hcl.domino.design
 
DbProperties.LaunchContextWeb - Enum in com.hcl.domino.design
 
DbProperties.PreviewPaneDefault - Enum in com.hcl.domino.design
 
DbProperties.PropertiesOptions - Enum in com.hcl.domino.design
 
DbProperties.UnreadReplicationSetting - Enum in com.hcl.domino.design
 
DBQuery - Enum in com.hcl.domino.data
Flags to query Database data using DQL
DbQueryResult<CHAINTYPE extends DbQueryResult<?>> - Interface in com.hcl.domino.data
 
DBTYPE - Static variable in interface com.hcl.domino.misc.NotesConstants
notes storage file
DDEITEMNAMEMAX - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
DDESERVERNAMEMAX - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
decodeStringList(byte[]) - Method in interface com.hcl.domino.data.NativeItemCoder
 
decompile(byte[]) - Method in interface com.hcl.domino.formula.FormulaCompiler
 
decrypt(UserId) - Method in interface com.hcl.domino.data.Document
Decrypts the contents of the document.
DECRYPT_ATTACHMENTS_IN_PLACE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DEFAULT_EXCLUDED_ITEMS - Static variable in interface com.hcl.domino.json.JsonSerializer
 
delete() - Method in interface com.hcl.domino.data.Document
Deletes the document from the database.
delete(boolean) - Method in interface com.hcl.domino.data.Document
Deletes the document from the database.
deleteDatabase(String, String) - Method in interface com.hcl.domino.DominoClient
Deletes the database at the specified path.
deleteDocument(int) - Method in interface com.hcl.domino.data.Database
 
deleteDocument(String) - Method in interface com.hcl.domino.data.Database
 
DeleteDocumentAction - Interface in com.hcl.domino.design.action
 
deleteDocuments(Collection<Integer>) - Method in interface com.hcl.domino.data.Database
 
deleteDocumentsByUNID(Collection<String>) - Method in interface com.hcl.domino.data.Database
 
deleteFolder(String) - Method in interface com.hcl.domino.data.Database
Deletes a folder
deleteFolder(int) - Method in interface com.hcl.domino.data.Database
Deletes a folder
deleteFromDocument() - Method in interface com.hcl.domino.data.Attachment
Deletes an attached file item from a note and also deallocates the disk space used to store the attached file in the database.
deleteFTIndex() - Method in interface com.hcl.domino.data.Database
This function deletes a full text index and disables full text indexing for a database.
deletionFound(Database, Database.SearchMatch, TypedAccess) - Method in interface com.hcl.domino.data.Database.FormulaQueryCallback
 
DeletionStub - Interface in com.hcl.domino.data
 
deselect(int...) - Method in class com.hcl.domino.data.CollectionSearchQuery.AllSelectedEntries
 
deselect(Set<Integer>) - Method in class com.hcl.domino.data.CollectionSearchQuery.AllSelectedEntries
 
deselect(DQL.DQLTerm) - Method in class com.hcl.domino.data.CollectionSearchQuery.AllSelectedEntries
 
deselect(String) - Method in class com.hcl.domino.data.CollectionSearchQuery.AllSelectedEntries
 
deselect(DocumentSelection.SelectionType...) - Method in interface com.hcl.domino.data.DocumentSelection
Removes content types from the selection
deselect(Collection<DocumentSelection.SelectionType>) - Method in interface com.hcl.domino.data.DocumentSelection
Removes content types from the selection
deselectAll() - Static method in class com.hcl.domino.data.CollectionSearchQuery.SelectedEntries
 
deselectByKey(String, boolean) - Method in class com.hcl.domino.data.CollectionSearchQuery.AllSelectedEntries
Deselects collection entries via key lookup
deselectByKey(List<Object>, boolean) - Method in class com.hcl.domino.data.CollectionSearchQuery.AllSelectedEntries
Deselects collection entries via key lookup
deselectByKey(String, boolean) - Method in interface com.hcl.domino.data.CollectionSearchQuery
deselectByKey(List<Object>, boolean) - Method in interface com.hcl.domino.data.CollectionSearchQuery
DESIGN_ALL_NAMES_MAX - Static variable in interface com.hcl.domino.misc.NotesConstants
All names, including sysnonyms
DESIGN_CLASS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DESIGN_COMMENT_MAX - Static variable in interface com.hcl.domino.misc.NotesConstants
Design element comment max size.
DESIGN_ERR_TMPL_NOT_FOUND - Static variable in interface com.hcl.domino.misc.NotesConstants
Return an error if the template is not found
DESIGN_FIELD_MAX - Static variable in interface com.hcl.domino.misc.NotesConstants
Fields cannot cascade
DESIGN_FLAG_ACCESSVIEW - Static variable in interface com.hcl.domino.misc.NotesConstants
FORM: reuse obsoleted servlet flag
DESIGN_FLAG_ADD - Static variable in interface com.hcl.domino.misc.NotesConstants
FORM: Indicates that a subform is in the add subform list
DESIGN_FLAG_AGENT_RUNASINVOKER - Static variable in interface com.hcl.domino.misc.NotesConstants
FILTER: Indicates agent should run as invoker (generalize the web user notion, reuse the flag
DESIGN_FLAG_AGENT_RUNASWEBUSER - Static variable in interface com.hcl.domino.misc.NotesConstants
FILTER: Indicates agent should run as effective user on web
DESIGN_FLAG_AGENT_SHOWINSEARCH - Static variable in interface com.hcl.domino.misc.NotesConstants
FILTER: Search part of this agent should be shown in search bar
DESIGN_FLAG_ANTIFOLDER - Static variable in interface com.hcl.domino.misc.NotesConstants
VIEW: Indicates that a view is an antifolder view
DESIGN_FLAG_BACKGROUND_FILTER - Static variable in interface com.hcl.domino.misc.NotesConstants
FILTER: Indicates FILTER_TYPE_BACKGROUND is asserted
DESIGN_FLAG_CALENDAR_VIEW - Static variable in interface com.hcl.domino.misc.NotesConstants
VIEW: Indicates a form is a calendar style view.
DESIGN_FLAG_COMPOSITE_APP - Static variable in interface com.hcl.domino.misc.NotesConstants
FORM: This is a "composite application" design element.
DESIGN_FLAG_COMPOSITE_DEF - Static variable in interface com.hcl.domino.misc.NotesConstants
FORM: Design element is "wiring properties".
DESIGN_FLAG_CONNECTION_RESOURCE - Static variable in interface com.hcl.domino.misc.NotesConstants
Data Connection Resource (DCR) for 3rd party database
DESIGN_FLAG_DATABASESCRIPT - Static variable in interface com.hcl.domino.misc.NotesConstants
FILTER: A database script note
DESIGN_FLAG_DEFAULT_DESIGN - Static variable in interface com.hcl.domino.misc.NotesConstants
ALL: Indicates the default design note for it's class (used for VIEW)
DESIGN_FLAG_DELETED_DOCS - Static variable in interface com.hcl.domino.misc.NotesConstants
VIEW: Indicates that a view is a deleted documents view
DESIGN_FLAG_DIRECTORY - Static variable in interface com.hcl.domino.misc.NotesConstants
this file element is a directory
DESIGN_FLAG_FILE - Static variable in interface com.hcl.domino.misc.NotesConstants
FORM: file design element
DESIGN_FLAG_FOLDER_VIEW - Static variable in interface com.hcl.domino.misc.NotesConstants
VIEW: This is a V4 folder view.
DESIGN_FLAG_FRAMESET - Static variable in interface com.hcl.domino.misc.NotesConstants
FORM: Indicates that this is a frameset note
DESIGN_FLAG_HIDE_FROM_MOBILE - Static variable in interface com.hcl.domino.misc.NotesConstants
hide this element from mobile clients
DESIGN_FLAG_HIDE_FROM_NOTES - Static variable in interface com.hcl.domino.misc.NotesConstants
ALL: notes stamped with this flag will be hidden from Notes clients We need a separate value here because it is possible to be hidden from V4 AND to be hidden from Notes, and clearing one should not clear the other
DESIGN_FLAG_HIDE_FROM_PORTAL - Static variable in interface com.hcl.domino.misc.NotesConstants
hide from portal
DESIGN_FLAG_HIDE_FROM_V3 - Static variable in interface com.hcl.domino.misc.NotesConstants
ALL: notes stamped with this flag will be hidden from V3 client
DESIGN_FLAG_HIDE_FROM_V4 - Static variable in interface com.hcl.domino.misc.NotesConstants
ALL: notes stamped with this flag will be hidden from V4 client
DESIGN_FLAG_HIDE_FROM_V5 - Static variable in interface com.hcl.domino.misc.NotesConstants
FILTER: 'Q5'= hide from V4.5 search list ALL OTHER: notes stamped with this flag will be hidden from V5 client
DESIGN_FLAG_HIDE_FROM_V6 - Static variable in interface com.hcl.domino.misc.NotesConstants
ALL: notes stamped with this flag will be hidden from V6 client
DESIGN_FLAG_HIDE_FROM_V7 - Static variable in interface com.hcl.domino.misc.NotesConstants
ALL: notes stamped with this flag will be hidden from V7 client
DESIGN_FLAG_HIDE_FROM_V8 - Static variable in interface com.hcl.domino.misc.NotesConstants
ALL: notes stamped with this flag will be hidden from V8 client
DESIGN_FLAG_HIDE_FROM_V9 - Static variable in interface com.hcl.domino.misc.NotesConstants
ALL: notes stamped with this flag will be hidden from V9 client
DESIGN_FLAG_HIDE_FROM_WEB - Static variable in interface com.hcl.domino.misc.NotesConstants
ALL: notes stamped with this flag will be hidden from WEB clients
DESIGN_FLAG_HIDEFROMDESIGNLIST - Static variable in interface com.hcl.domino.misc.NotesConstants
keep this thing out of a design list
DESIGN_FLAG_HIDEONLYFROMDESIGNLIST - Static variable in interface com.hcl.domino.misc.NotesConstants
keep this thing out of a design list but allow users to view doc using it
DESIGN_FLAG_HTMLFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
this design element is an html file
DESIGN_FLAG_IMAGE_RESOURCE - Static variable in interface com.hcl.domino.misc.NotesConstants
FORM: Note is a shared image resource
DESIGN_FLAG_IMAGE_WELL - Static variable in interface com.hcl.domino.misc.NotesConstants
FORM: Used with 'i' to indicate the image is an image well.
DESIGN_FLAG_INITBYDESIGNONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
VIEW: Indicates view can be initially built only by designer and above
DESIGN_FLAG_JAVA_AGENT - Static variable in interface com.hcl.domino.misc.NotesConstants
FILTER: If its Java
DESIGN_FLAG_JAVA_AGENT_WITH_SOURCE - Static variable in interface com.hcl.domino.misc.NotesConstants
FILTER: If it is a java agent with java source code.
DESIGN_FLAG_JAVA_RESOURCE - Static variable in interface com.hcl.domino.misc.NotesConstants
FORM: Note is a shared Java resource
DESIGN_FLAG_JAVAFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
Java design element
DESIGN_FLAG_JAVASCRIPT_LIBRARY - Static variable in interface com.hcl.domino.misc.NotesConstants
Javascript library.
DESIGN_FLAG_JS_SERVER - Static variable in interface com.hcl.domino.misc.NotesConstants
note class filter, with 's', server side JS script library
DESIGN_FLAG_JSP - Static variable in interface com.hcl.domino.misc.NotesConstants
this design element is a jsp
DESIGN_FLAG_LOTUSSCRIPT_AGENT - Static variable in interface com.hcl.domino.misc.NotesConstants
FILTER: If its LOTUSSCRIPT
DESIGN_FLAG_MAIL_FILTER - Static variable in interface com.hcl.domino.misc.NotesConstants
FILTER: Indicates FILTER_TYPE_MAIL is asserted
DESIGN_FLAG_MOBILE_DIGEST - Static variable in interface com.hcl.domino.misc.NotesConstants
to keep mobile digests out of form lists
DESIGN_FLAG_MULTILINGUAL_ELEMENT - Static variable in interface com.hcl.domino.misc.NotesConstants
ALL: Indicates this design element supports the 'Notes Global Designer' multilingual addin
DESIGN_FLAG_MULTILINGUAL_PRESERVE_HIDDEN - Static variable in interface com.hcl.domino.misc.NotesConstants
ALL: Used to indicate design element was hidden before the 'Notes Global Designer' modified it.
DESIGN_FLAG_MUTILINGUAL_HIDE - Static variable in interface com.hcl.domino.misc.NotesConstants
ALL: notes stamped with this flag will be hidden from the client usage is for different language versions of the design list to be hidden completely =
DESIGN_FLAG_NEEDSREFRESH - Static variable in interface com.hcl.domino.misc.NotesConstants
for files, at least for now
DESIGN_FLAG_NEW - Static variable in interface com.hcl.domino.misc.NotesConstants
FORM: Indicates that a subform is listed when making a new form.
DESIGN_FLAG_NO_COMPOSE - Static variable in interface com.hcl.domino.misc.NotesConstants
FORM: Indicates a form that is used only for query by form (not on compose menu).
DESIGN_FLAG_NO_MENU - Static variable in interface com.hcl.domino.misc.NotesConstants
ALL: Indicates that folder/view/etc.
DESIGN_FLAG_NO_QUERY - Static variable in interface com.hcl.domino.misc.NotesConstants
FORM: Indicates a form that should not be used in query by form
DESIGN_FLAG_OTHER_DLG - Static variable in interface com.hcl.domino.misc.NotesConstants
ALL: Indicates a form that is placed in Other...
DESIGN_FLAG_PRESERVE - Static variable in interface com.hcl.domino.misc.NotesConstants
ALL: related to data dictionary
DESIGN_FLAG_PRINTFORM - Static variable in interface com.hcl.domino.misc.NotesConstants
FORM - used for printing.
DESIGN_FLAG_PRIVATE_1STUSE - Static variable in interface com.hcl.domino.misc.NotesConstants
VIEW: This is a private copy of a private on first use view.
DESIGN_FLAG_PRIVATE_IN_DB - Static variable in interface com.hcl.domino.misc.NotesConstants
ALL: This is a private element stored in the database
DESIGN_FLAG_PRIVATE_STOREDESK - Static variable in interface com.hcl.domino.misc.NotesConstants
VIEW: If Private_1stUse, store the private view in desktop
DESIGN_FLAG_PROPAGATE_NOCHANGE - Static variable in interface com.hcl.domino.misc.NotesConstants
DESIGN: this flag is used to propagate the prohibition of design change
DESIGN_FLAG_PROPFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
xpage/cc properties file
DESIGN_FLAG_PUBLICANTIFOLDER - Static variable in interface com.hcl.domino.misc.NotesConstants
VIEW: Indicates that a view is a public antifolder view
DESIGN_FLAG_QUERY_FILTER - Static variable in interface com.hcl.domino.misc.NotesConstants
FILTER: Indicates full text query ONLY, no filter macro
DESIGN_FLAG_QUERY_MACRO_FILTER - Static variable in interface com.hcl.domino.misc.NotesConstants
FILTER: Stored FT query AND macro
DESIGN_FLAG_QUERY_V4_OBJECT - Static variable in interface com.hcl.domino.misc.NotesConstants
FILTER: Indicates V4 search bar query object - used in addition to 'Q'
DESIGN_FLAG_QUERYVIEW - Static variable in interface com.hcl.domino.misc.NotesConstants
VIEW - Query View in design list
DESIGN_FLAG_READONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
for files, at least for starters
DESIGN_FLAG_REPLACE_SPECIAL - Static variable in interface com.hcl.domino.misc.NotesConstants
SPECIAL: this flag is the opposite of DESIGN_FLAG_PRESERVE, used only for the 'About' and 'Using' notes + the icon bitmap in the icon note
DESIGN_FLAG_SACTIONS - Static variable in interface com.hcl.domino.misc.NotesConstants
Shared actions note
DESIGN_FLAG_SCRIPTLIB - Static variable in interface com.hcl.domino.misc.NotesConstants
FILTER: A database global script library note
DESIGN_FLAG_SERVLET - Static variable in interface com.hcl.domino.misc.NotesConstants
FILTER: this is a servlet, not an agent!
DESIGN_FLAG_SHARED_COL - Static variable in interface com.hcl.domino.misc.NotesConstants
VIEW: shared column design element
DESIGN_FLAG_SITEMAP - Static variable in interface com.hcl.domino.misc.NotesConstants
FILTER: This is a site(m)ap.
DESIGN_FLAG_STYLEKIT - Static variable in interface com.hcl.domino.misc.NotesConstants
style kit design element
DESIGN_FLAG_STYLESHEET_RESOURCE - Static variable in interface com.hcl.domino.misc.NotesConstants
Style Sheet Resource (SSR)
DESIGN_FLAG_SUBFORM - Static variable in interface com.hcl.domino.misc.NotesConstants
FORM: Indicates that a form is a subform.
DESIGN_FLAG_SUBFORM_NORENDER - Static variable in interface com.hcl.domino.misc.NotesConstants
SUBFORM: indicates whether we should render a subform in the parent form = =
DESIGN_FLAG_V4AGENT - Static variable in interface com.hcl.domino.misc.NotesConstants
FILTER: This is a V4 agent
DESIGN_FLAG_V4AGENT_DATA - Static variable in interface com.hcl.domino.misc.NotesConstants
WARNING: A formula that build Design Collection relies on the fact that Agent Data's $Flags is the only Design Collection element whose $Flags="X" FILTER: This is a V4 agent data note
DESIGN_FLAG_V4BACKGROUND_MACRO - Static variable in interface com.hcl.domino.misc.NotesConstants
FILTER: This is a V4 background agent
DESIGN_FLAG_V4PASTE_AGENT - Static variable in interface com.hcl.domino.misc.NotesConstants
FILTER: This is a V4 paste agent
DESIGN_FLAG_VIEW_CATEGORIZED - Static variable in interface com.hcl.domino.misc.NotesConstants
VIEW: Indicates a view that is categorized on the categories field
DESIGN_FLAG_VIEWMAP - Static variable in interface com.hcl.domino.misc.NotesConstants
VIEW: This is ViewMap/GraphicView/Navigator
DESIGN_FLAG_WEBHYBRIDDB - Static variable in interface com.hcl.domino.misc.NotesConstants
shimmer design docs
DESIGN_FLAG_WEBPAGE - Static variable in interface com.hcl.domino.misc.NotesConstants
FORM: Note is a WEBPAGE
DESIGN_FLAG_WEBSERVICE - Static variable in interface com.hcl.domino.misc.NotesConstants
FILTER: web service design element
DESIGN_FLAG_WIDGET - Static variable in interface com.hcl.domino.misc.NotesConstants
also has a g and is a file, but a component/widget design element
DESIGN_FLAG_XSP_CC - Static variable in interface com.hcl.domino.misc.NotesConstants
note class form, a custom control
DESIGN_FLAG_XSPPAGE - Static variable in interface com.hcl.domino.misc.NotesConstants
FORM: with "g", design element is an xpage, much like a file resource, but special!
DESIGN_FLAGS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DESIGN_FLAGS_MAX - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DESIGN_FOLDER_MAX - Static variable in interface com.hcl.domino.misc.NotesConstants
Same as for views
DESIGN_FOLDER_MAX_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Same as for views
DESIGN_FORCE - Static variable in interface com.hcl.domino.misc.NotesConstants
Force operation, even if destination "up to date"
DESIGN_FORM_MAX - Static variable in interface com.hcl.domino.misc.NotesConstants
Forms can cascade a level
DESIGN_LEVEL_MAX - Static variable in interface com.hcl.domino.misc.NotesConstants
Maximum size of a level
DESIGN_LEVELS - Static variable in interface com.hcl.domino.misc.NotesConstants
Cascade can go only one level deep parent\sub
DESIGN_MACRO_MAX - Static variable in interface com.hcl.domino.misc.NotesConstants
Macros can cascade a level
DESIGN_NAME_MAX - Static variable in interface com.hcl.domino.misc.NotesConstants
Guaranteed to be the greatest of Form, View or Macro length.
DESIGN_TYPE_PRIVATE_DATABASE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DESIGN_TYPE_SHARED - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DESIGN_VIEW_MAX - Static variable in interface com.hcl.domino.misc.NotesConstants
Views can cascade a level
DesignAgent - Interface in com.hcl.domino.design
Access to a database design.
DesignAgent.AgentLanguage - Enum in com.hcl.domino.design
 
DesignElement - Interface in com.hcl.domino.design
Access to forms, views, resources read/write
DesignElement.NamedDesignElement - Interface in com.hcl.domino.design
 
DFLAGPAT_AGENTSLIST - Static variable in interface com.hcl.domino.misc.NotesConstants
display things that show up in agents list.
DFLAGPAT_DATA_CONNECTION_RESOURCE - Static variable in interface com.hcl.domino.misc.NotesConstants
display only shared data connection resources
DFLAGPAT_DATABASESCRIPT - Static variable in interface com.hcl.domino.misc.NotesConstants
display only database level script
DFLAGPAT_FILE - Static variable in interface com.hcl.domino.misc.NotesConstants
display only files
DFLAGPAT_FILE_DL - Static variable in interface com.hcl.domino.misc.NotesConstants
list of files that should show in file DL
DFLAGPAT_FILE_RESOURCE - Static variable in interface com.hcl.domino.misc.NotesConstants
Synthesized, non-official pattern to select file resources but not Components
DFLAGPAT_FOLDER_ALL_VERSIONS - Static variable in interface com.hcl.domino.misc.NotesConstants
display only folders; no version filtering (for design)
DFLAGPAT_FOLDER_DESIGN - Static variable in interface com.hcl.domino.misc.NotesConstants
display only folders; version filtering, ignore hidden notes
DFLAGPAT_FORM_ALL_VERSIONS - Static variable in interface com.hcl.domino.misc.NotesConstants
display things editable with dialog box; no version filtering (for design)
DFLAGPAT_FRAMESET - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DFLAGPAT_HTMLFILES - Static variable in interface com.hcl.domino.misc.NotesConstants
display only html files
DFLAGPAT_IMAGE_RESOURCE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DFLAGPAT_JAVA_RESOURCE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DFLAGPAT_SACTIONS_DESIGN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DFLAGPAT_SCRIPTLIB - Static variable in interface com.hcl.domino.misc.NotesConstants
display only database global script libraries
DFLAGPAT_SCRIPTLIB_JAVA - Static variable in interface com.hcl.domino.misc.NotesConstants
display only database global Java script libraries
DFLAGPAT_SCRIPTLIB_JS - Static variable in interface com.hcl.domino.misc.NotesConstants
display only database global Javascript script libraries
DFLAGPAT_SCRIPTLIB_LS - Static variable in interface com.hcl.domino.misc.NotesConstants
display only database global LotusScript script libraries
DFLAGPAT_SCRIPTLIB_SERVER_JS - Static variable in interface com.hcl.domino.misc.NotesConstants
display only database global JS server side script libraries
DFLAGPAT_SITEMAP - Static variable in interface com.hcl.domino.misc.NotesConstants
SiteMap notes (actually, "mQ345")
DFLAGPAT_STYLE_SHEET_RESOURCE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DFLAGPAT_SUBFORM_ALL_VERSIONS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DFLAGPAT_TOOLSRUNMACRO - Static variable in interface com.hcl.domino.misc.NotesConstants
display things that are runnable; version filtering
DFLAGPAT_VIEW_ALL_VERSIONS - Static variable in interface com.hcl.domino.misc.NotesConstants
display only views (not folders, navigators or shared columns)
DFLAGPAT_VIEW_DESIGN - Static variable in interface com.hcl.domino.misc.NotesConstants
display only views, ignore hidden from notes
DFLAGPAT_VIEWFORM_ALL_VERSIONS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DFLAGPAT_VIEWMAP_DESIGN - Static variable in interface com.hcl.domino.misc.NotesConstants
display only GraphicViews; all notes & web navs
DFLAGPAT_VIEWS_AND_FOLDERS - Static variable in interface com.hcl.domino.misc.NotesConstants
display only views and folder; version filtering
DFLAGPAT_VIEWS_AND_FOLDERS_DESIGN - Static variable in interface com.hcl.domino.misc.NotesConstants
display only views and folder; all notes & web
DFLAGPAT_WEBPAGE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DGN_ALLPRIVATE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DGN_CASEINSENSITIVE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DGN_CONVUNDERS - Static variable in interface com.hcl.domino.misc.NotesConstants
convert underscore to a character that identifies the next character as a hotkey (& on windows)
DGN_EXACTNAME - Static variable in interface com.hcl.domino.misc.NotesConstants
only match if the name or alias is exactly the same as the name supplied
DGN_FILTERPRIVATE1STUSE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DGN_HASUNID - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DGN_LISTBOX - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DGN_MENU - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DGN_NOCHECKACCESS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DGN_ONLYALIAS - Static variable in interface com.hcl.domino.misc.NotesConstants
return alias only if it has, don't return display name as alias
DGN_ONLYIFFAST - Static variable in interface com.hcl.domino.misc.NotesConstants
tells enumeration functions to only enumerate if readily available not if NIFReadEntries necessary.
DGN_ONLYPRIVATE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DGN_ONLYSHARED - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DGN_SKIPBLANK - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DGN_SKIPSYNONYMS - Static variable in interface com.hcl.domino.misc.NotesConstants
only match with the main name of the design element.
DGN_STRIPBACKS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DGN_STRIPUNDERS - Static variable in interface com.hcl.domino.misc.NotesConstants
remove underlines from the names (they indicate a hotkey)
DIR_DOMAIN_INFO_TYPE_DIRECTORY_PATH - Static variable in interface com.hcl.domino.misc.NotesConstants
Return the path of the directory associated with this domain
DIR_DOMAIN_INFO_TYPE_IS_CDACONFIG - Static variable in interface com.hcl.domino.misc.NotesConstants
Is Domain a Central Directory (userless) configuration?
DIR_DOMAIN_INFO_TYPE_IS_CONFIG - Static variable in interface com.hcl.domino.misc.NotesConstants
Is Domain a Central Directory or Directory Independent Config?
DIR_DOMAIN_INFO_TYPE_IS_DICONFIG - Static variable in interface com.hcl.domino.misc.NotesConstants
Is Domain Directory Independence Configuration?
DIR_DOMAIN_INFO_TYPE_IS_EDC - Static variable in interface com.hcl.domino.misc.NotesConstants
Is this Domain an EDC? (does the Extended Dir Config doc have stuff?
DIR_DOMAIN_INFO_TYPE_IS_PRIMARY - Static variable in interface com.hcl.domino.misc.NotesConstants
Is Domain primary?
DIR_DOMAIN_INFO_TYPE_IS_VALIDDOMAIN - Static variable in interface com.hcl.domino.misc.NotesConstants
is this Domain in the DA tables, and therefore valid? (different from available)
DIR_DOMAIN_INFO_TYPE_IS_VIRTUALIZED - Static variable in interface com.hcl.domino.misc.NotesConstants
Is Domain Virtualized?
DIR_DOMAIN_INFO_TYPE_PROMOTE - Static variable in interface com.hcl.domino.misc.NotesConstants
Indicates if DirEntries should be "promoted" rather than created
DIR_DOMAIN_INFO_TYPE_SECURE_INTERNET_PWD_VERSION - Static variable in interface com.hcl.domino.misc.NotesConstants
Version # of secure internet password digest
DIR_DOMAIN_INFO_TYPE_SUPPORTS_SECURE_INTERNET_PW - Static variable in interface com.hcl.domino.misc.NotesConstants
Obsolete as of 8.51, use SECURE_INTERNET_PWD_VERSION instead!
DIR_ITEMS_ALL_DOMINO - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DIR_VIRTUALIZE - Static variable in interface com.hcl.domino.misc.NotesConstants
Only search Virtual directories
DIRCAT_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Dircat
direction(Navigate) - Method in interface com.hcl.domino.data.CollectionSearchQuery
Direction and read mode
DIRECTORIESNAMESSPACE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DIRECTORIESNAMESSPACE_1 - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DirectorySearchQuery - Interface in com.hcl.domino.dbdirectory
With this query you can scan for files and subdirectories in a directory (either locally or on the server).

Specify a formula argument to improve efficiency when processing a subset of the notes in a database.

In addition, the formula argument can be used to return computed "on-the-fly" information.

To do this, you specify that a value returned from a formula is to be stored in a temporary field of each note.

This temporary field and its value is then accessible in the summary buffer received by the NSFSearch action routine without having to open the note.

For example, suppose you want the size of each note found by NSFSearch.
Do the following before the call to NSFSearch:
Call search with a formula like this:
"DEFAULT dLength := @DocLength; @All"
and specify DirectorySearchQuery.SearchFlag.SUMMARY for the SearchFlags argument.

In the action routine of NSFSearch, if you get a search match, look at the summary information.
The dLength field will be one of the items in the summary information buffer.
DirectorySearchQuery.SearchFlag - Enum in com.hcl.domino.dbdirectory
DirEntry - Interface in com.hcl.domino.dbdirectory
Base class for files returned by the directory query
DIRENTRY_TYPE_DOMINO_ACCOUNT - Static variable in interface com.hcl.domino.misc.NotesConstants
< Directory entry type for a Domino Account
DIRENTRY_TYPE_DOMINO_CERTIFIER - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a Domino Certifier
DIRENTRY_TYPE_DOMINO_CONNECTION - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a Domino Connection
DIRENTRY_TYPE_DOMINO_CROSSCERTIFICATE - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a Domino CrossCertificate
DIRENTRY_TYPE_DOMINO_DIRSYNC_REQUEST - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for an LotusLive Notes 2 DirSyncConfig response doc
DIRENTRY_TYPE_DOMINO_DIRSYNCCONFIG - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for an LotusLive Notes 2 DirSyncConfig doc
DIRENTRY_TYPE_DOMINO_DIRSYNCCONFIGCDIR - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for an LotusLive Notes 2 DirSyncConfig Hosted BES doc
DIRENTRY_TYPE_DOMINO_DOMAIN - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a Domino Domain
DIRENTRY_TYPE_DOMINO_ECL - Static variable in interface com.hcl.domino.misc.NotesConstants
< Directory entry type for a NamedObjectID ECL
DIRENTRY_TYPE_DOMINO_GROUP - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a Domino Group (might reside in LDAP)
DIRENTRY_TYPE_DOMINO_MAILINDB - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a Domino Mail-In Database
DIRENTRY_TYPE_DOMINO_PERSON - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a Domino Person (might reside in LDAP)
DIRENTRY_TYPE_DOMINO_POLICY_ARCHIVE_CRITERIA_SETTINGS - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a Domino Policy Archive Desktop Setting
DIRENTRY_TYPE_DOMINO_POLICY_ARCHIVE_SETTINGS - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a Domino Policy Archive Desktop Setting
DIRENTRY_TYPE_DOMINO_POLICY_CONNECTIONS_SETTINGS - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a Domino Policy Connections Setting
DIRENTRY_TYPE_DOMINO_POLICY_DESKTOP_SETTINGS - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a Domino Policy Desktop Setting
DIRENTRY_TYPE_DOMINO_POLICY_MAIL_SETTINGS - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a Domino Policy Mail
DIRENTRY_TYPE_DOMINO_POLICY_REGISTRATION_SETTINGS - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a Domino Policy Registration Desktop Setting
DIRENTRY_TYPE_DOMINO_POLICY_ROAMING_SETTINGS - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a Domino Policy Roaming Desktop Setting
DIRENTRY_TYPE_DOMINO_POLICY_SECURITY_SETTINGS - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a Domino Policy Security Setting
DIRENTRY_TYPE_DOMINO_POLICY_SETUP_SETTINGS - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a Domino Policy Setup Setting
DIRENTRY_TYPE_DOMINO_POLICY_SYMPHONY_SETTINGS - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a Domino Policy Symphony Setting
DIRENTRY_TYPE_DOMINO_POLICY_TRAVELER_SETTINGS - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a Domino Policy Traveler Desktop Setting
DIRENTRY_TYPE_DOMINO_POLICYMASTER - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a Domino Policy Master
DIRENTRY_TYPE_DOMINO_POLICYSETTINGS - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a Domino Policy Setting
DIRENTRY_TYPE_DOMINO_RESOURCE - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a Domino Resource
DIRENTRY_TYPE_DOMINO_SERVER - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a Domino Server
DIRENTRY_TYPE_DOMINO_VAULTTRUSTCERTIFICATE - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a Domino VaultTrustCertificate
DIRENTRY_TYPE_GROUP - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a group that has not been promoted to a Domino Group
DIRENTRY_TYPE_PERSON - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry type for a user that has not been promoted to a Domino Person
DIRENTRY_TYPE_UNKNOWN - Static variable in interface com.hcl.domino.misc.NotesConstants
Unknown directory entry type
DIRENTRYID_PART_NOTES_FILENAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Filename part of a \ref DIRENTRYID_TYPE_NOTES URL
DIRENTRYID_PART_NOTES_SERVERNAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Servername part of a \ref DIRENTRYID_TYPE_NOTES URL
DIRENTRYID_PART_UNKNOWN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DIRENTRYID_TYPE_LDAP - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry id has an LDAP URL
DIRENTRYID_TYPE_NOTES - Static variable in interface com.hcl.domino.misc.NotesConstants
Directory entry id has a Notes URL
DIRENTRYID_TYPE_UNKNOWN - Static variable in interface com.hcl.domino.misc.NotesConstants
Unknown directory entry id type
DIRENTRYIDTRIM_LOCAL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
discard() - Method in interface com.hcl.domino.richtext.RichTextWriter
Discard any changes in this writer and free all resources
DOC_ACTION_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DOC_SCRIPT_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
DOC_SCRIPT_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
Document - Interface in com.hcl.domino.data
Represents a document within an NSF.
Document.ComputeWithFormAction - Enum in com.hcl.domino.data
 
Document.ComputeWithFormCallback - Interface in com.hcl.domino.data
Callback to get notified about errors during Document.computeWithForm(boolean, ComputeWithFormCallback)
Document.ComputeWithFormPhase - Enum in com.hcl.domino.data
Document.EncryptionMode - Enum in com.hcl.domino.data
 
Document.IAttachmentProducer - Interface in com.hcl.domino.data
Interface to create document attachments in-memory without the need to write files to disk.
Document.LockMode - Enum in com.hcl.domino.data
Document locking mode
Document.SignatureData - Interface in com.hcl.domino.data
Container for note signature data
DocumentClass - Enum in com.hcl.domino.data
These bit masks define the types of notes in a database.
DocumentDeletedException - Exception in com.hcl.domino.exception
Represents error code 549, "Document has been deleted"
DocumentDeletedException(int, String) - Constructor for exception com.hcl.domino.exception.DocumentDeletedException
 
DocumentDeletedException(int, String, Throwable) - Constructor for exception com.hcl.domino.exception.DocumentDeletedException
 
DocumentDeletedException(String) - Constructor for exception com.hcl.domino.exception.DocumentDeletedException
 
DocumentDeletedException(String, Throwable) - Constructor for exception com.hcl.domino.exception.DocumentDeletedException
 
documentOpened(Document, int, Optional<DominoException>) - Method in interface com.hcl.domino.admin.replication.Replication.IDocumentOpenCallback
Called for each document retrieved
DocumentProperties - Interface in com.hcl.domino.data
Interface to define Document Properties as a serializable object, avoiding dependencies on the underlying Document and Items.
DocumentProperties.DocumentProperty - Interface in com.hcl.domino.data
Interface to define properties of an individual Item, without requiring constant reference to the underlying Item.
DocumentSelection - Interface in com.hcl.domino.data
Subclass of IDTable to select data, design or admin documents from an NSF.
DocumentSelection.SelectionType - Enum in com.hcl.domino.data
The available document types that can be selected via DocumentSelection.select(Collection) and DocumentSelection.select(SelectionType...).
DocumentSummaryQueryResult - Interface in com.hcl.domino.data
Query result of Database.queryDocuments() and Database.queryDocuments(java.util.Collection) to run an operations on all or a subset of database documents.

Use DbQueryResult.sort(DominoCollection) to project the document note ids onto a DominoCollection to get them back sorted/filtered and DbQueryResult.computeValues(java.util.Map) to compute document values from summary items on the fly.
documentUniqueId() - Static method in class com.hcl.domino.dql.DQL
Use this method to filter by @DocumentUniqueId value
DocumentValueConverter - Interface in com.hcl.domino.data
Implementations of this interface are loaded via ServiceLoader in TypedAccess.get(String, Class, Object)
DominoClient - Interface in com.hcl.domino
Used as the entry point and thread management, borrowed from other Java APIs.
DominoClient.ECLType - Enum in com.hcl.domino
Types of ECL settings
DominoClient.Encryption - Enum in com.hcl.domino
Available encryption strengths for database creation
DominoClient.IBreakHandler - Interface in com.hcl.domino
Implement this method to send break signals to long running operations
DominoClient.IProgressListener - Interface in com.hcl.domino
Definition of function that will handle the progress bar signal.

The progress signal handler displays a progress bar.
The progress position will generally start at 0 and end at Range.
The current progress supplied is either absolute (DominoClient.IProgressListener.setPos(long)) or a delta from the previous progress state (DominoClient.IProgressListener.setDeltaPos(long)).
As the operation which is supplying progress information is performed, the range may change.

If it does, an additional DominoClient.IProgressListener.setRange(long) will be signaled.
DominoClient.LifecycleListener - Interface in com.hcl.domino
Interface for subscribing to DominoClient lifecycle events.
DominoClient.NotesReplicationStats - Interface in com.hcl.domino
Replication statistics
DominoClient.OpenDatabase - Enum in com.hcl.domino
Enum for options for opening the database, if the specified database is not currently available
DominoClient.ReplicationStateListener - Interface in com.hcl.domino
Listener to get replication progress
DominoClientBuilder - Class in com.hcl.domino
Builder for creating and configuring a DominoClient
DominoClientBuilder() - Constructor for class com.hcl.domino.DominoClientBuilder
 
DominoClientDescendant - Interface in com.hcl.domino.misc
Indicates that an object is a descenant of a DominoClient and can retrieve its ancestor.
DominoCollection - Interface in com.hcl.domino.data
Term borrowed from MongoDB.
DominoCollection.Direction - Enum in com.hcl.domino.data
Available column sort directions
DominoCollectionInfo - Interface in com.hcl.domino.data
 
DominoDateRange - Interface in com.hcl.domino.data
A DominoDateRange represents a range of dates and times.
DominoDateTime - Interface in com.hcl.domino.data
Represents a Domino date/time value.
DominoException - Exception in com.hcl.domino
Exception class for Notes C API errors
DominoException(int, String) - Constructor for exception com.hcl.domino.DominoException
Creates a new instance
DominoException(int, String, Throwable) - Constructor for exception com.hcl.domino.DominoException
Created a new instance
DominoException(String) - Constructor for exception com.hcl.domino.DominoException
Creates a new instance
DominoException(String, Throwable) - Constructor for exception com.hcl.domino.DominoException
Creates a new instance
DominoOriginatorId - Interface in com.hcl.domino.data
The Originator ID (OID) for a note identifies all replica copies of the same note and distinguishes between different revisions of that note.

The Originator ID is composed of two parts:
(1) the Universal Note ID (UNID) and (2) the Sequence Number and Sequence Time.

The UNID (the first part of the OID) universally identifies all copies of the same note.
DominoProcess - Interface in com.hcl.domino
This service interface allows access to initialization and termination of the Domino runtime for the process.
DominoProcess.DominoThreadContext - Interface in com.hcl.domino
 
DominoRuntime - Interface in com.hcl.domino.runtime
Represents the configuration of the running Notes or Domino environment.
DominoTimeType - Interface in com.hcl.domino.data
Marker interface indicating a time type that can be included in a date/time item value.
DominoUniversalNoteId - Interface in com.hcl.domino.data
The Universal Note ID (UNID) identifies all copies of the same document in different replicas of the same database universally (across all servers).

If one document in one database has the same UNID as another document in a replica database, then the two documents are replicas of each other.

The UNID is used to reference a specific document from another document.
doneFile(String, String) - Method in interface com.hcl.domino.DominoClient.ReplicationStateListener
Signal the file is done.
doRun() - Method in class com.hcl.domino.misc.JNXThread
This method can be overridden by subclasses to perform their actions within the Notes-initialized environment.
doRun() - Method in class com.hcl.domino.server.RunJavaAddin
 
DQL - Class in com.hcl.domino.dql
Utility class to programmatically compose syntactically correct DQL queries and prevent malicous content injection (we hopefully catch all possible threats like using quote characters in search values).

For best code quality, use a static import like this

import static com.hcl.domino.dql.DQL.*;

to import all static methods of this class.
Then you can use methods like DQL.item(String), DQL.in(String...), DQL.inAll(String...) or DQL.view(String) directly without the prefix DQL.":

DQLTerm dqlQuery = and(
  item("Lastname").isEqualTo("Abbott"),
  item("Firstname").isGreaterThan("B")
);

To see the resulting DQL query string, simple call DQL.DQLTerm.toString().
DQL() - Constructor for class com.hcl.domino.dql.DQL
 
DQL.AllTerm - Class in com.hcl.domino.dql
 
DQL.AndTerm - Class in com.hcl.domino.dql
 
DQL.DQLTerm - Class in com.hcl.domino.dql
Base class for a variety of DQL search terms
DQL.InViewsOrFoldersTerm - Class in com.hcl.domino.dql
 
DQL.NamedItem - Class in com.hcl.domino.dql
 
DQL.NamedView - Class in com.hcl.domino.dql
 
DQL.NamedViewColumn - Class in com.hcl.domino.dql
 
DQL.NoteContainsTerm - Class in com.hcl.domino.dql
 
DQL.NotTerm - Class in com.hcl.domino.dql
 
DQL.OrTerm - Class in com.hcl.domino.dql
 
DQL.SpecialValue - Class in com.hcl.domino.dql
 
DQL.ValueComparisonTerm - Class in com.hcl.domino.dql
 
DQL.ValueContainsTerm - Class in com.hcl.domino.dql
 
DQLQueryResult - Class in com.hcl.domino.data
 
DQLQueryResult() - Constructor for class com.hcl.domino.data.DQLQueryResult
 
DQLTerm() - Constructor for class com.hcl.domino.dql.DQL.DQLTerm
 
DT_24HOUR - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Display time on output using 24 hour clock format
DT_4DIGITYEAR - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Require 4 digit year on INPUT (not output)
DT_ALPHAMONTH - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Require months be INPUT as letters, not digits (e.g.
DT_DFMT_D - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
DT_DFMT_DD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
DTDShow values (controls what is shown on OUTPUT for date)
DT_DSHOW_ALL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
DT_DSHOW_D - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
DT_DSHOW_M - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
DT_DSHOW_MD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
DT_DSHOW_MDY - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
DT_DSHOW_W - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
DT_DSHOW_WMD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
DT_DSHOW_Y - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
DT_DSHOW_YM - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
DT_DSPEC_21Y4 - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Output 2 digit year for this century; use 4 digit year for other century
DT_DSPEC_CURYR - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Display year when not the current year
DT_DSPEC_NONE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
No special handling
DT_DSPEC_TODAY - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Use 'Today', 'Yesterday', 'Tomorrow', when possible
DT_DSPEC_Y4 - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Always display year on OUTPUT as 4 digit year
DT_MFMT_M - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
DT_MFMT_MM - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
DT_MFMT_MMM - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
DT_MFMT_MMMM - Static variable in interface com.hcl.domino.richtext.RichTextConstants
DTDayFmt values (do not change - these values are also stored on disk!)
DT_SHOWABBREV - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Displays the date as an abbriviated date
DT_SHOWDATE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Display date element on output
DT_SHOWTIME - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Display time element on output
DT_STYLE_DMY - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Date element order: Day-of-week, Day, Month, Year
DT_STYLE_MDY - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Date element order: Day-of-week, Month, Day, Year
DT_STYLE_MSK - Static variable in interface com.hcl.domino.richtext.RichTextConstants
This is where we store the style value in DTFlags
DT_STYLE_YMD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Date element order: Year, Month, Day, Day-of-week
DT_TSHOW_ALL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
DT_TSHOW_H - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
DT_TSHOW_HM - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
DT_TSHOW_HMS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
DT_USE_TFMT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Use the 4.X format structure instead of this 5.X format structure
DT_VALID - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Validity bit: If 1, use new DTFMT; if 0, use old TFMT
DT_WFMT_WWW - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
DT_WFMT_WWWP - Static variable in interface com.hcl.domino.richtext.RichTextConstants
3 letter abbreviation inside parenthesis
DT_WFMT_WWWW - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
DT_WFMT_WWWWP - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Spelled out fully inside parenthesis
DT_YFMT_GE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Single letter (first letter ) of epoch name and 1 or 2 digit (no leading zeros) year
DT_YFMT_GEE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Single letter (first letter ) of epoch name and 2 digit (with leading zeros, if necessary) year
DT_YFMT_GGE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
DT_YFMT_GGEE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Abbreviated spelling and 2 digit (with leading zeros, if necessary) year
DT_YFMT_GGGE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
DT_YFMT_GGGEE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
fully spelled out epoch name and 2 digit (with leading zeros, if necessary) year
DT_YFMT_YY - Static variable in interface com.hcl.domino.richtext.RichTextConstants
2 digit year
DT_YFMT_YYYY - Static variable in interface com.hcl.domino.richtext.RichTextConstants
4 digit year
DxlExporter - Interface in com.hcl.domino.dxl
 
DxlExporter.DXLExportCharset - Enum in com.hcl.domino.dxl
Specifies output charset
DxlExporter.DXLMIMEOption - Enum in com.hcl.domino.dxl
Specifies rule for exporting native MIME
DxlExporter.DXLRichTextOption - Enum in com.hcl.domino.dxl
Specifies rule for exporting rich text
DxlExporter.DXLValidationStyle - Enum in com.hcl.domino.dxl
Specifies style of validation info emitted by exporter.
DxlExportException - Exception in com.hcl.domino.exception
Represents an error log from a failed DXL export.
DxlExportException(String, int) - Constructor for exception com.hcl.domino.exception.DxlExportException
 
DxlImporter - Interface in com.hcl.domino.dxl
 
DxlImporter.DXLImportOption - Enum in com.hcl.domino.dxl
 
DxlImporter.DXLLogOption - Enum in com.hcl.domino.dxl
 
DxlImporter.XMLValidationOption - Enum in com.hcl.domino.dxl
 
DxlImportException - Exception in com.hcl.domino.exception
Represents an error log from a failed DXL import.
DxlImportException(String) - Constructor for exception com.hcl.domino.exception.DxlImportException
 

E

EC_FLAG_ALWAYSACTIVE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
this control is active regardless of docs R/W status
EC_FLAG_DIALOGUNITS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Width/Height are in dialog units, not twips
EC_FLAG_FITTOCONTENTS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Width/Height should be adjusted to fit contents
EC_FLAG_FITTOWINDOW - Static variable in interface com.hcl.domino.richtext.RichTextConstants
let placeholder automatically fit to window
EC_FLAG_POSITION_ASCENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
position control to ascent of paragraph
EC_FLAG_POSITION_BOTTOM - Static variable in interface com.hcl.domino.richtext.RichTextConstants
position control to bottom of paragraph
EC_FLAG_POSITION_HEIGHT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
position control to height of paragraph
EC_FLAG_POSITION_TOP - Static variable in interface com.hcl.domino.richtext.RichTextConstants
position control to top of paragraph
EC_FLAG_UNITS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
EC_FLAG_WIDTH_PROPORTIONAL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
field width proportional with font size (const # of chars) (height is part of flags2)
EC_STYLE_CALENDAR - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
EC_STYLE_DURATION - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
EC_STYLE_EDITCOMBO - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
EC_STYLE_EDITMULTILINE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
EC_STYLE_EDITPASSWORD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
EC_STYLE_EDITVSCROLL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
EC_STYLE_LISTMULTISEL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
EC_STYLE_TIME - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
EC_STYLE_TIMEZONE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
EC_STYLE_VALID - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
Ecl - Interface in com.hcl.domino.security
Execution Control List (ECL) on server or client
ECLCapability - Enum in com.hcl.domino.security
Enum of available ECL capabilities
embed(IMimeAttachment) - Method in class com.hcl.domino.mime.MimeData
Adds an inline file
embed(String, IMimeAttachment) - Method in class com.hcl.domino.mime.MimeData
Adds/changes an inline file with a given content id
EMBEDDEDCTL_COLOR - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
EMBEDDEDCTL_COMBO - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
EMBEDDEDCTL_EDIT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
EMBEDDEDCTL_FILE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
EMBEDDEDCTL_KEYGEN - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
EMBEDDEDCTL_LIST - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
EMBEDDEDCTL_TIME - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
EMBEDDEDCTL_TIMEZONE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
EMBEDDEDCTL_VERSION1 - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
EmbeddedImage - Interface in com.hcl.domino.html
Interface gives access to referenced embedded images in the HTML conversion of rich text
EmbeddedImage.HTMLImageReader - Interface in com.hcl.domino.html
Callback interface that receives data of embedded images
encodeStringList(List<String>) - Method in interface com.hcl.domino.data.NativeItemCoder
 
EncryptionStrength - Enum in com.hcl.domino.crypt
 
end(T) - Method in interface com.hcl.domino.data.CollectionSearchQuery.CollectionEntryProcessor
This method is called when view reading is done.
end() - Method in class com.hcl.domino.data.ProgressAdapter
 
end() - Method in interface com.hcl.domino.DominoClient.IProgressListener
 
entriesWithMaxLevel(AclLevel) - Method in interface com.hcl.domino.admin.ServerAdmin.MultiDatabaseAccessInfo
 
entriesWithMinLevel(AclLevel) - Method in interface com.hcl.domino.admin.ServerAdmin.MultiDatabaseAccessInfo
 
entryAction(Database, String, String, Collection<CalendarProcess>, CalendarRangeRepeat, String, CalendarActionData, Collection<CalendarActionOptions>) - Method in interface com.hcl.domino.calendar.Calendaring
Perform an action on a calendar entry.

For instance, change the response of an accepted meeting to counter or delegate.
This must be applied to meetings (with the exception of CalendarProcess.DELETE, which can be applied to any calendar entry).
This makes the appropriate modifications to the invitee calendar and also sends appropriate notices out.
EntryNotFoundInIndexException - Exception in com.hcl.domino.exception
Represents error code 1028, "Entry not found in index"
EntryNotFoundInIndexException(int, String) - Constructor for exception com.hcl.domino.exception.EntryNotFoundInIndexException
 
EntryNotFoundInIndexException(int, String, Throwable) - Constructor for exception com.hcl.domino.exception.EntryNotFoundInIndexException
 
EntryNotFoundInIndexException(String) - Constructor for exception com.hcl.domino.exception.EntryNotFoundInIndexException
 
EntryNotFoundInIndexException(String, Throwable) - Constructor for exception com.hcl.domino.exception.EntryNotFoundInIndexException
 
entryRead(CollectionEntry) - Method in interface com.hcl.domino.data.CollectionSearchQuery.BasicCollectionEntryProcessor
Method is called for each read collection entry
entryRead(T, CollectionEntry) - Method in interface com.hcl.domino.data.CollectionSearchQuery.CollectionEntryProcessor
Method is called for each read collection entry
equalNames(String, String) - Static method in interface com.hcl.domino.naming.Names
Checks two Domino usernames for equality
equals(Object) - Method in class com.hcl.domino.misc.Pair
 
ERR_MASK - Static variable in interface com.hcl.domino.misc.NotesConstants
 
errorRaised(FormField, Document.ComputeWithFormPhase, String, DominoException) - Method in interface com.hcl.domino.data.Document.ComputeWithFormCallback
Method is called for each form field that is causing a computation/validation error.
evaluate() - Method in interface com.hcl.domino.data.Formula
Evaluates the formula in the current environment (client/server)
evaluate(Document) - Method in interface com.hcl.domino.data.Formula
Runs a formula on a document
evaluateAsNumber(Double) - Method in interface com.hcl.domino.data.Formula
Evaluates the formula and converts the result to a number
evaluateAsNumber(Document, Double) - Method in interface com.hcl.domino.data.Formula
Runs a formula on a document and converts the result to a number
evaluateAsString() - Method in interface com.hcl.domino.data.Formula
Evaluates the formula and converts the result to a string
evaluateAsString(Document) - Method in interface com.hcl.domino.data.Formula
Runs a formula on a document and converts the result to a string
evaluateExt(Document) - Method in interface com.hcl.domino.data.Formula
Formula execution that returns more information about the computation result
EVENT_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Event process
excludeItems(Collection<String>) - Method in interface com.hcl.domino.json.JsonSerializer
Exclude items by name.
excludeTypes(Collection<ItemDataType>) - Method in interface com.hcl.domino.json.JsonSerializer
Exclude item types.
executeToJSON(Appendable, Set<QueryResultsProcessor.QRPOptions>) - Method in interface com.hcl.domino.dql.QueryResultsProcessor
Processes the input collections in the manner specified by the Sort Columns, overriding field values with formulas specified via addFormula calls, and returns JSON output.

The JSON syntax produced by execution conforms to JSON RFC 8259.
All results are output under the “StreamedResults” top element key.
executeToJSON(Set<QueryResultsProcessor.QRPOptions>) - Method in interface com.hcl.domino.dql.QueryResultsProcessor
Processes the input collections in the manner specified by the Sort Columns, overriding field values with formulas specified via addFormula calls, and returns JSON output.

The JSON syntax produced by execution conforms to JSON RFC 8259.
All results are output under the “StreamedResults” top element key.
exhaustive() - Method in interface com.hcl.domino.naming.UserDirectoryQuery
Sets the query to search through all available directories, rather than stopping with the first directory to contain a match.
exists() - Method in interface com.hcl.domino.data.Database.DocInfo
Returns true if the note currently exists in the database
expand(int...) - Method in class com.hcl.domino.data.CollectionSearchQuery.AllCollapsedEntries
 
expand(Set<Integer>) - Method in class com.hcl.domino.data.CollectionSearchQuery.AllCollapsedEntries
 
expand(DQL.DQLTerm) - Method in class com.hcl.domino.data.CollectionSearchQuery.AllCollapsedEntries
 
expand(String) - Method in class com.hcl.domino.data.CollectionSearchQuery.AllCollapsedEntries
 
expand(CollectionSearchQuery.ExpandedEntries) - Method in interface com.hcl.domino.data.CollectionSearchQuery
Configure which elements are expanded
expandAll() - Static method in class com.hcl.domino.data.CollectionSearchQuery.ExpandedEntries
 
exportACL(Database, Writer) - Method in interface com.hcl.domino.dxl.DxlExporter
Export the ACL of the specified database in XML format.
exportACL(Database, OutputStream) - Method in interface com.hcl.domino.dxl.DxlExporter
Export the ACL of the specified database in XML format.
exportDatabase(Database, Writer) - Method in interface com.hcl.domino.dxl.DxlExporter
Export an entire database in XML format.
exportDatabase(Database, OutputStream) - Method in interface com.hcl.domino.dxl.DxlExporter
Export an entire database in XML format.
exportDocument(Document, Writer) - Method in interface com.hcl.domino.dxl.DxlExporter
Export a single document into XML format.
exportDocument(Document, OutputStream) - Method in interface com.hcl.domino.dxl.DxlExporter
Export a single document into XML format.
exportErrorWasLogged() - Method in interface com.hcl.domino.dxl.DxlExporter
 
exportIDs(Database, Collection<Integer>, Writer) - Method in interface com.hcl.domino.dxl.DxlExporter
Export a set of note ids into XML format.
exportIDs(Database, Collection<Integer>, OutputStream) - Method in interface com.hcl.domino.dxl.DxlExporter
Export a set of note ids into XML format.
EXTENDEDPABFLAGS3 - Static variable in interface com.hcl.domino.misc.NotesConstants
 
extract(Path) - Method in interface com.hcl.domino.data.Attachment
Writes the attachment data to a designated path.
extractBusyTimeRange(String, TemporalAccessor, TemporalAccessor) - Method in interface com.hcl.domino.freebusy.Schedule
Retrieves a user's busy times stored in this schedule
extractCompiledFormula(ResizableMemoryStructure, long, long) - Static method in enum com.hcl.domino.misc.StructureSupport
 
extractFileResource(OutputStream) - Method in interface com.hcl.domino.richtext.RichTextRecordList
Extracts the contents of a file-resource CD item (e.g.
ExtractFileResourceProcessor - Class in com.hcl.domino.richtext.process
Extracts the contents of a file-resource CD item (e.g.
ExtractFileResourceProcessor(OutputStream) - Constructor for class com.hcl.domino.richtext.process.ExtractFileResourceProcessor
Constructs an extraction processor to output to the provided stream.
extractFreeTimeRange(String, boolean, TemporalAccessor, TemporalAccessor, int) - Method in interface com.hcl.domino.freebusy.Schedule
This routine retrieves one or more free time ranges from a schedule.
It will only return 64k of free time ranges.
Note: submitting a range or time that is in the past is not supported.
extractImageResource(OutputStream) - Method in interface com.hcl.domino.richtext.RichTextRecordList
Extracts the contents of a image-resource CD item (e.g.
ExtractImageResourceProcessor - Class in com.hcl.domino.richtext.process
Extracts the contents of a image-resource CD item (e.g.
ExtractImageResourceProcessor(OutputStream) - Constructor for class com.hcl.domino.richtext.process.ExtractImageResourceProcessor
Constructs an extraction processor to output to the provided stream.
extractScheduleList(TemporalAccessor, TemporalAccessor) - Method in interface com.hcl.domino.freebusy.Schedule
This retrieves the schedule list from a schedule.
extractStringValue(ResizableMemoryStructure, long, long) - Static method in enum com.hcl.domino.misc.StructureSupport
Extracts a "packed" string value from the structure.
extractStringValueUnpacked(ResizableMemoryStructure, long, long) - Static method in enum com.hcl.domino.misc.StructureSupport
Extracts an "unpacked" string value from the structure.
extractStringValueWordPadded(ResizableMemoryStructure, long, long) - Static method in enum com.hcl.domino.misc.StructureSupport
Extracts a "padded" string value from the structure.
extractText(Appendable) - Method in interface com.hcl.domino.richtext.RichTextRecordList
Extracts the contents of CDText CD item and writes the content to the provided Appendable.
extractText() - Method in interface com.hcl.domino.richtext.RichTextRecordList
Extracts the contents of CDText CD item and writes the content to the provided Appendable.
ExtractTextProcessor - Class in com.hcl.domino.richtext.process
Extracts the contents of CDText CD item and writes the content to the provided Appendable.
ExtractTextProcessor(Appendable) - Constructor for class com.hcl.domino.richtext.process.ExtractTextProcessor
Constructs a text extraction processor to output to the provided appendable.
extractUserIdFromVault(String, String, Path, String) - Method in interface com.hcl.domino.admin.idvault.IdVault
Will contact the server and locate a vault for userName.
Then extract the ID file from the vault and write it to idPath.

If successful returns with the vault server name.

F

FCOMPUTED - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Field is a computed field
FEDITABLE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Field is editable, not read only
FEXT_ACCEPT_CARET - Static variable in interface com.hcl.domino.richtext.RichTextConstants
the first field with this bit set will accept the caret
FEXT_AFTERVALIDATION - Static variable in interface com.hcl.domino.richtext.RichTextConstants
recalc after validation
FEXT_ALLOWTABBINGOUT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
TRUE if tab will exit field (used for richtext only)
FEXT_CONTROL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
TRUE if field is a control
FEXT_CONTROLDYNAMIC - Static variable in interface com.hcl.domino.richtext.RichTextConstants
TRUE if field is a dynamic control
FEXT_HIDEDELIMITERS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
TRUE if hiding delimeters
FEXT_HTML_IN_FIELDDEF - Static variable in interface com.hcl.domino.richtext.RichTextConstants
TRUE means we have a CD_EXTHTML field
FEXT_KEYWORD_COLS_MASK - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FEXT_KEYWORD_COLS_SHIFT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FEXT_KEYWORD_FRAME_3D - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FEXT_KEYWORD_FRAME_MASK - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FEXT_KEYWORD_FRAME_NONE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FEXT_KEYWORD_FRAME_SHIFT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FEXT_KEYWORD_FRAME_STANDARD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FEXT_KEYWORDS_UI_COMBO - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FEXT_KEYWORDS_UI_LIST - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FEXT_KW_CHOICE_RECALC - Static variable in interface com.hcl.domino.richtext.RichTextConstants
TRUE to recalc the value choices.
FEXT_KW_RTL_READING_ORDER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FEXT_KWHINKYMINKY - Static variable in interface com.hcl.domino.richtext.RichTextConstants
suppress showing field hinky minky
FEXT_KWSELRECALC - Static variable in interface com.hcl.domino.richtext.RichTextConstants
recalc on new keyword selection
FEXT_LITERALIZE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
TRUE if this is a formula field which should have item substitution based on items on the form.
FEXT_LOOKUP_EACHCHAR - Static variable in interface com.hcl.domino.richtext.RichTextConstants
lookup name as each char typed
FEXT_PASSWORD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
TRUE if field is a password field
FEXT_PROPORTIONALHEIGHT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
TRUE if field has proportional height
FEXT_PROPORTIONALWIDTH - Static variable in interface com.hcl.domino.richtext.RichTextConstants
TRUE if field has proportional width
FEXT_RUNEXITINGONCHANGE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
TRUE if should run exiting event when value changes.
FEXT_SHOWIMSTATUS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
TRUE if a names type field displays im online status
FEXT_TIMEZONE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
TRUE if this is a time zone field
FEXT_USEAPPLETINBROWSER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
TRUE if an applet should be used for a browser (richtext only)
FEXT_USEJSCTLINBROWSER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
TRUE if we should use a JS Control in the browser
Field - Interface in com.hcl.domino.design
 
Field.Kind - Enum in com.hcl.domino.design
 
Field.Type - Enum in com.hcl.domino.design
 
FIELD_FORM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
FIELD_HELPER_ACLDLG - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FIELD_HELPER_ADDRDLG - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FIELD_HELPER_NONE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FIELD_HELPER_VIEWDLG - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FIELD_NOPURGE - Static variable in interface com.hcl.domino.misc.NotesConstants
Note should never be purged.
FIELD_TITLE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
FIELD_TYPE_AUTHORS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FIELD_TYPE_ERROR - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FIELD_TYPE_FORMULA - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FIELD_TYPE_KEYWORDS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FIELD_TYPE_NAMES - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FIELD_TYPE_NUMBER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FIELD_TYPE_PASSWORD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FIELD_TYPE_READERS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FIELD_TYPE_RICH_TEXT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FIELD_TYPE_SECTION - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FIELD_TYPE_TEXT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FIELD_TYPE_TIME - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FIELD_TYPE_TIMEZONE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FIELD_TYPE_TYPE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
FIELD_UPDATED_BY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
FieldDataType - Enum in com.hcl.domino.design.format
 
FIELDHINT_LIMITED - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FieldListDelimiter - Enum in com.hcl.domino.design.format
 
FieldListDisplayDelimiter - Enum in com.hcl.domino.design.format
 
FILE_ANY - Static variable in interface com.hcl.domino.misc.NotesConstants
Any file type
FILE_ANYNOTEFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
ANY Notes database (.NS?, .NT?, .BOX)
FILE_DBANY - Static variable in interface com.hcl.domino.misc.NotesConstants
NS?, any NSF version
FILE_DBDESIGN - Static variable in interface com.hcl.domino.misc.NotesConstants
Databases that can be templates
FILE_DBREPL - Static variable in interface com.hcl.domino.misc.NotesConstants
Starting in V3, any DB that is a candidate for replication
FILE_DIRS - Static variable in interface com.hcl.domino.misc.NotesConstants
List subdirectories as well as normal files
FILE_DIRSONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
directories only
FILE_FTANY - Static variable in interface com.hcl.domino.misc.NotesConstants
NT?, any NTF version
FILE_LINKSONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
All directories, linked files & directories
FILE_MAILBOX - Static variable in interface com.hcl.domino.misc.NotesConstants
BOX - Any .BOX (Mail.BOX, SMTP.Box...)
FILE_MDMTYPE - Static variable in interface com.hcl.domino.misc.NotesConstants
MDM - modem command file
FILE_MULTICLN - Static variable in interface com.hcl.domino.misc.NotesConstants
CLN - Any .cln file...multi user cleanup files
FILE_NOUPDIRS - Static variable in interface com.hcl.domino.misc.NotesConstants
Do NOT return ..'s
FILE_RECURSE - Static variable in interface com.hcl.domino.misc.NotesConstants
Recurse into subdirectories
FILE_SCRTYPE - Static variable in interface com.hcl.domino.misc.NotesConstants
SCR - comm port script files
FILE_SEGMENT_SIZE_CAP - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
FILE_SMARTI - Static variable in interface com.hcl.domino.misc.NotesConstants
any smarticon file *.smi
FILE_TYPEMASK - Static variable in interface com.hcl.domino.misc.NotesConstants
File type mask (for FILE_xxx codes above)
FILE_UNIQUETEMP - Static variable in interface com.hcl.domino.misc.NotesConstants
DTF - Any .DTF.
FILE_VPCTYPE - Static variable in interface com.hcl.domino.misc.NotesConstants
VPC - virtual port command file
FileDoesNotExistException - Exception in com.hcl.domino.exception
Represents error code 259, "File does not exist"
FileDoesNotExistException(int, String) - Constructor for exception com.hcl.domino.exception.FileDoesNotExistException
 
FileDoesNotExistException(int, String, Throwable) - Constructor for exception com.hcl.domino.exception.FileDoesNotExistException
 
FileDoesNotExistException(String) - Constructor for exception com.hcl.domino.exception.FileDoesNotExistException
 
FileDoesNotExistException(String, Throwable) - Constructor for exception com.hcl.domino.exception.FileDoesNotExistException
 
FILEFLAG_AUTOCOMPRESSED - Static variable in interface com.hcl.domino.misc.NotesConstants
file is a folder automaticly compressed by Notes
FILEFLAG_INDOC - Static variable in interface com.hcl.domino.misc.NotesConstants
file is represented by an editor run in the document
FILEFLAG_MIME - Static variable in interface com.hcl.domino.misc.NotesConstants
file object has mime data appended
FILEFLAG_SIGN - Static variable in interface com.hcl.domino.misc.NotesConstants
file object has object digest appended
FileResource - Interface in com.hcl.domino.design
Represents a File Resource design element.
FileType - Enum in com.hcl.domino.dbdirectory
File type flags used for directory searching.
FILTER_COLLAPSED - Static variable in interface com.hcl.domino.misc.NotesConstants
 
FILTER_COMMENT_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
FILTER_MACHINE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
name of machine on which this background filter may run
FILTER_MARK_READ - Static variable in interface com.hcl.domino.misc.NotesConstants
 
FILTER_MARK_READ_ALL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
FILTER_MARK_UNREAD - Static variable in interface com.hcl.domino.misc.NotesConstants
 
FILTER_MARK_UNREAD_ALL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
FILTER_SELECTED - Static variable in interface com.hcl.domino.misc.NotesConstants
 
FILTER_UNID_TABLE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
FILTER_UNREAD - Static variable in interface com.hcl.domino.misc.NotesConstants
 
FILTER_UPDATE_UNREAD - Static variable in interface com.hcl.domino.misc.NotesConstants
 
Find - Enum in com.hcl.domino.data
These flags are used by DominoCollection.getAllIdsByKey(Set, Object) to control how the collection is searched for the key.
FIND_COMPARE_MASK - Static variable in enum com.hcl.domino.data.Find
Bitmask of the comparison flags defined above
findAllDatabaseInheritingTemplate(String, String) - Method in interface com.hcl.domino.design.DbDesignCatalog
Scans the server data directory to find all databases that inherit their design from the specified template
findCollectionId(String, Database.CollectionType) - Method in interface com.hcl.domino.data.Database
Looks up a collection by name in the database design
findRequiredService(Class<T>, ClassLoader) - Static method in enum com.hcl.domino.misc.JNXServiceFinder
Finds a single implementation of the provided service class using the provided classloader, throwing an exception if none can be found.
findServices(Class<T>) - Static method in enum com.hcl.domino.misc.JNXServiceFinder
Finds services implementing the provided service class using the context classloader.
findServices(Class<T>, ClassLoader) - Static method in enum com.hcl.domino.misc.JNXServiceFinder
Finds services implementing the provided service class using the provided classloader.
fINFO_ALLOW_HUGE - Static variable in interface com.hcl.domino.misc.NotesConstants
Allow the returned buffer to exceed 64k.
fINFO_COMPRESS - Static variable in interface com.hcl.domino.misc.NotesConstants
Compress non-existent UNIDs
fINFO_NOTEID - Static variable in interface com.hcl.domino.misc.NotesConstants
Return NoteID
fINFO_OID - Static variable in interface com.hcl.domino.misc.NotesConstants
Return OID (disables SeqTime & number & UNID)
fINFO_SEQNUM - Static variable in interface com.hcl.domino.misc.NotesConstants
Return Sequence number from OID
fINFO_SEQTIME - Static variable in interface com.hcl.domino.misc.NotesConstants
Return SequenceTime from OID
fINFO_UNID - Static variable in interface com.hcl.domino.misc.NotesConstants
Return UNID
firstEntry() - Method in interface com.hcl.domino.data.CollectionSearchQuery
Returns the first CollectionEntry
firstId() - Method in interface com.hcl.domino.data.CollectionSearchQuery
Returns the first CollectionEntry
FIXUP_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Fixup
FixupInProgressException - Exception in com.hcl.domino.exception
Represents error code 0x03B6, "This database cannot be opened because a consistency check of it is needed."
FixupInProgressException(int, String) - Constructor for exception com.hcl.domino.exception.FixupInProgressException
 
FixupInProgressException(int, String, Throwable) - Constructor for exception com.hcl.domino.exception.FixupInProgressException
 
FixupInProgressException(String) - Constructor for exception com.hcl.domino.exception.FixupInProgressException
 
FixupInProgressException(String, Throwable) - Constructor for exception com.hcl.domino.exception.FixupInProgressException
 
FixupNeededException - Exception in com.hcl.domino.exception
Represents error code 0x03B7, "This database cannot be opened because a consistency check of it is in progress."
FixupNeededException(int, String) - Constructor for exception com.hcl.domino.exception.FixupNeededException
 
FixupNeededException(int, String, Throwable) - Constructor for exception com.hcl.domino.exception.FixupNeededException
 
FixupNeededException(String) - Constructor for exception com.hcl.domino.exception.FixupNeededException
 
FixupNeededException(String, Throwable) - Constructor for exception com.hcl.domino.exception.FixupNeededException
 
FKEYWORDS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Field is a keywords field
FKEYWORDS_UI_ALLOW_NEW - Static variable in interface com.hcl.domino.richtext.RichTextConstants
allow doc editor to add new values
FKEYWORDS_UI_CHECKBOX - Static variable in interface com.hcl.domino.richtext.RichTextConstants
checkbox UI
FKEYWORDS_UI_RADIOBUTTON - Static variable in interface com.hcl.domino.richtext.RichTextConstants
radiobutton UI
FKEYWORDS_UI_STANDARD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
standard UI
fKFM_switchid_DontSetEnvVar - Static variable in interface com.hcl.domino.misc.NotesConstants
Don't set environment variable used to identify the ID file during process initialization - usually either ServerKeyFileName or KeyFileName.
flush() - Method in class com.hcl.domino.misc.SplitterOutputStream
 
FNAMES - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Field contains distinguished names
Folder - Interface in com.hcl.domino.design
Represents a Folder design element.
FolderBasedAction - Interface in com.hcl.domino.design.action
 
FolderBasedAction.Type - Enum in com.hcl.domino.design.action
 
FolderData - Interface in com.hcl.domino.dbdirectory
Subclass of DirEntry that is used to return parsed data of folders.
FONT_FACE_ROMAN - Static variable in interface com.hcl.domino.misc.NotesConstants
(e.g.
FONT_FACE_SWISS - Static variable in interface com.hcl.domino.misc.NotesConstants
(e.g.
FONT_FACE_TYPEWRITER - Static variable in interface com.hcl.domino.misc.NotesConstants
(e.g.
FONT_FACE_UNICODE - Static variable in interface com.hcl.domino.misc.NotesConstants
(e.g.
FONT_FACE_USERINTERFACE - Static variable in interface com.hcl.domino.misc.NotesConstants
(e.g.
FontStyle - Interface in com.hcl.domino.richtext.structures
 
FontStyle.Attribute - Enum in com.hcl.domino.richtext.structures
 
FontStyle.StandardColors - Enum in com.hcl.domino.richtext.structures
These symbols are used to specify text color, graphic color and background color in a variety of C API structures.
FontStyle.StandardFonts - Enum in com.hcl.domino.richtext.structures
These symbols define the standard type faces.
forceUpdate() - Method in interface com.hcl.domino.naming.UserDirectoryQuery
Instructs the query to update the back-end views before performing the search.
forEach(CollectionSearchQuery.BasicCollectionEntryProcessor) - Method in interface com.hcl.domino.data.CollectionSearchQuery
Iterates through all selected entries and performs an action on each.
forEach(int, int, BiConsumer<DirEntry, Loop>) - Method in interface com.hcl.domino.dbdirectory.DirectorySearchQuery
Iterates over each DirEntry in the search result
forEachAttachment(BiConsumer<Attachment, Loop>) - Method in interface com.hcl.domino.data.Document
Iterates over each attachment in the document, until all attachments have been processed or the consumer calls Loop.stop().
forEachCollection(BiConsumer<DominoCollectionInfo, Loop>) - Method in interface com.hcl.domino.data.Database
Iterates over all collections in this database
forEachDocument(int, int, BiConsumer<Document, Loop>) - Method in interface com.hcl.domino.data.CollectionSearchQuery
 
forEachDocument(int, int, BiConsumer<Document, Loop>) - Method in interface com.hcl.domino.data.DbQueryResult
Iterates over each document in the search result
forEachDocument(int, int, BiConsumer<Document, Loop>) - Method in interface com.hcl.domino.data.DominoCollection
 
forEachItem(BiConsumer<Item, Loop>) - Method in interface com.hcl.domino.data.Document
Iterates over all document items
forEachItem(String, BiConsumer<Item, Loop>) - Method in interface com.hcl.domino.data.Document
Iterates over all document items with the specified name
forEachProfileDocument(BiConsumer<Document, Loop>) - Method in interface com.hcl.domino.data.Database
Iterates over all profile documents in the database
forEachProfileDocument(String, BiConsumer<Document, Loop>) - Method in interface com.hcl.domino.data.Database
Iterates over all profile documents of the specified type in the database
forEachProfileDocument(String, String, BiConsumer<Document, Loop>) - Method in interface com.hcl.domino.data.Database
Iterates over all profile documents of the specified type/username in the database
forEncapsulationClass(Class<T>) - Static method in enum com.hcl.domino.richtext.records.RecordType
Looks up a RecordType for the provided encapsulating interface.
Form - Interface in com.hcl.domino.design
Access to a database design.
FORM_SCRIPT_ITEM_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
FormField - Interface in com.hcl.domino.richtext
Information read for a field in the database design
Formula - Interface in com.hcl.domino.data
A compiled Domino formula that can be evaluated standalone or on one or multiple documents.
Formula.FormulaExecutionResult - Interface in com.hcl.domino.data
Formula computation result
FormulaAgentContent - Interface in com.hcl.domino.design.agent
Represents the contents of a formula-type agent.
FormulaAgentContent.DocumentAction - Enum in com.hcl.domino.design.agent
 
FormulaCompilationException - Exception in com.hcl.domino.exception
Subclass of DominoException that is thrown when formula compilation fails and that provides details about the error
FormulaCompilationException(int, String, String, String, short, short, short, short, short) - Constructor for exception com.hcl.domino.exception.FormulaCompilationException
Creates a new instance
FormulaCompiler - Interface in com.hcl.domino.formula
This interface represents a service capable of compiling and decompiling formula language code.
FormulaQueryResult - Interface in com.hcl.domino.data
 
FPROTECTED - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Field is protected
FR_DONT_RUN_ANYTHING - Static variable in interface com.hcl.domino.misc.NotesConstants
 
FR_NSD_AUTOMONITOR - Static variable in interface com.hcl.domino.misc.NotesConstants
 
FR_PANIC_DIRECT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
FR_RUN_ALL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
FR_RUN_CLEANUPSCRIPT_ONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
FR_RUN_NSD_ONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
FR_RUN_QOS_NSD - Static variable in interface com.hcl.domino.misc.NotesConstants
 
FR_SHUTDOWN_HANG - Static variable in interface com.hcl.domino.misc.NotesConstants
 
FREADERS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Field contains document readers
FREADWRITERS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Field contains read/writers
FreeBusy - Interface in com.hcl.domino.freebusy
Includes O.o.o info
freeTimeSearch(String, TemporalAccessor, boolean, TemporalAccessor, TemporalAccessor, int, Collection<String>) - Method in interface com.hcl.domino.freebusy.FreeBusy
This routine searches the schedule database (locally or on a specified server) for free time periods common to a specified list of people.
FREFERENCE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Field name is simply a reference to a shared field note
fromJson(Object) - Method in interface com.hcl.domino.json.JsonDeserializer
Deserializes the provided implementation-specific JSON object into a document.
fromJson(String) - Method in interface com.hcl.domino.json.JsonDeserializer
Deserializes the provided JSON object string into a document.
FSEAL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
seal field
FSECTION - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Field contains a section
fSECToken_EnableRenewal - Static variable in interface com.hcl.domino.misc.NotesConstants
 
FSIGN - Static variable in interface com.hcl.domino.richtext.RichTextConstants
sign field
FSPARE3 - Static variable in interface com.hcl.domino.richtext.RichTextConstants
can be assumed to be clear in memory, V3 & later
FSTOREDV - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Store DV, even if not spec'ed by user
FT_RESULTS_EXPANDED - Static variable in interface com.hcl.domino.misc.NotesConstants
Search results are series of FT_SEARCH_RESULT_ENTRY structures
FT_RESULTS_SCORES - Static variable in interface com.hcl.domino.misc.NotesConstants
Array of scores follows
FT_RESULTS_URL - Static variable in interface com.hcl.domino.misc.NotesConstants
Url expanded format returned by FTSearchExt only
ftIndex(Set<FTIndex>) - Method in interface com.hcl.domino.data.Database
This function creates a new full text index for a local database.

Synchronous full text indexing of a remote database is currently not supported.
FTIndex - Enum in com.hcl.domino.data
These values define the options used when creating a full text index for a database.
These options may be combined as a Set.
However, FTIndex.AUTOOPTIONS will ignore all other indexing options and therefore should not be OR-ed with any of the other indexing options.
ftIndexRequest() - Method in interface com.hcl.domino.data.Database
Requests an asynchronous update of the full text index
FTIndexStats - Interface in com.hcl.domino.data
This class contains statistics information that is returned when indexing a database for full text searching capabilities with Database.ftIndex(java.util.Set)
FTQuery - Enum in com.hcl.domino.data
These values define the options you may specify in the options parameter when performing a full text search in a database.
FTQueryResult - Interface in com.hcl.domino.data
Container for a FT search result
FV3FAB - Static variable in interface com.hcl.domino.richtext.RichTextConstants
IF CLEAR, CLEAR AS ABOVE

G

generateOID() - Method in interface com.hcl.domino.data.Database
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.
generateSSOToken(String, String, String, TemporalAccessor, TemporalAccessor, boolean) - Method in interface com.hcl.domino.admin.ServerAdmin
Generates a new SSO token on the current server
generateUNID() - Method in interface com.hcl.domino.data.Database
 
GenericFolderOrView - Interface in com.hcl.domino.design
Access to a database design.
GenericFolderOrView.OnRefreshType - Enum in com.hcl.domino.design
 
GenericFormOrSubform<T extends GenericFormOrSubform<T>> - Interface in com.hcl.domino.design
 
get(int, Class<T>, T) - Method in interface com.hcl.domino.data.IndexedTypedAccess
Returns an item value converted to the specified data type.

We currently support the following value types out of the box:
String Integer Long Double DominoDateTime LocalDate LocalTime OffsetDateTime TemporalAccessor (returned as DominoDateTime)
Additional value types are supported by implementing and registering DocumentValueConverter as Java services.
get(Class<T>, T) - Method in interface com.hcl.domino.data.Item
Returns the item value converted to the specified data type.

We currently support the following value types out of the box:
String Integer Long Double DominoDateTime LocalDate LocalTime OffsetDateTime TemporalAccessor (returned as DominoDateTime)
Additional value types are supported by implementing and registering DocumentValueConverter as Java services.
get() - Static method in interface com.hcl.domino.data.NativeItemCoder
 
get(String, Class<T>, T) - Method in interface com.hcl.domino.data.TypedAccess
Returns an item value converted to the specified data type.

We currently support the following value types out of the box:
String Integer Long Double DominoDateTime LocalDate LocalTime OffsetDateTime TemporalAccessor (returned as DominoDateTime)
Additional value types are supported by implementing and registering DocumentValueConverter as Java services.
get() - Static method in interface com.hcl.domino.DominoProcess
 
get() - Static method in interface com.hcl.domino.formula.FormulaCompiler
 
get() - Method in class com.hcl.domino.misc.Ref
 
get() - Static method in interface com.hcl.domino.richtext.structures.MemoryStructureWrapperService
 
getAbbreviated() - Method in interface com.hcl.domino.Name
Retrieves the abbreviated format of this name (without CN=, OU=, O= or C=)
getAbsoluteFilePath() - Method in interface com.hcl.domino.data.Database
Retrieves the file path of the database.
getAccessFlags() - Method in class com.hcl.domino.admin.replication.ReplicationHistorySummary
 
getAccessLevel() - Method in class com.hcl.domino.admin.replication.ReplicationHistorySummary
 
getACL() - Method in interface com.hcl.domino.data.Database
 
getAclFlags() - Method in interface com.hcl.domino.data.Database.AccessInfo
Returns the access flags
getAclFlags() - Method in interface com.hcl.domino.security.AclAccess
Returns the access flags
getACLImportOption() - Method in interface com.hcl.domino.dxl.DxlImporter
 
getAclLevel() - Method in interface com.hcl.domino.data.Database.AccessInfo
Returns the access level
getAclLevel() - Method in interface com.hcl.domino.security.AclAccess
Returns the access level
getAction() - Method in interface com.hcl.domino.richtext.records.CDActionFormula
 
getActionData() - Method in interface com.hcl.domino.richtext.records.CDAction
 
getActionData() - Method in interface com.hcl.domino.richtext.records.CDActionByForm
Retrieves the action data as a ByteBuffer view of the underlying structure data.
getActionFormula() - Method in interface com.hcl.domino.richtext.records.CDAction
Retrieves the formula for this action as a string.
getActionLength() - Method in interface com.hcl.domino.richtext.records.CDAction
 
getActionLength() - Method in interface com.hcl.domino.richtext.records.CDEvent
 
getActionLotusScript() - Method in interface com.hcl.domino.richtext.records.CDAction
Retrieves the LotusScript for this action as a string.
getActionOperator() - Method in interface com.hcl.domino.richtext.structures.AssistFieldStruct
 
getActions() - Method in interface com.hcl.domino.design.agent.SimpleActionAgentContent
 
getActionType() - Method in interface com.hcl.domino.richtext.records.CDAction
 
getActionType() - Method in interface com.hcl.domino.richtext.records.CDEvent
 
getAdapter(Class<T>) - Method in interface com.hcl.domino.data.IAdaptable
Method to get an adapter for a class
getAddedToFile() - Method in interface com.hcl.domino.data.Database.DocInfoExt
Returns the value for "Added in this file"
getAddedToFile() - Method in interface com.hcl.domino.data.Document
Retrives the time when the document was added to this NSF, regardless of when it was originally created.
getAddItems() - Method in interface com.hcl.domino.mime.RichTextMimeConversionSettings
The function returns the Conversions Controls 'add items setting' setting.
getAddName() - Method in interface com.hcl.domino.admin.IConsoleLine
 
getAddNamesFYI() - Method in interface com.hcl.domino.calendar.CalendarActionData
 
getAddNamesOptional() - Method in interface com.hcl.domino.calendar.CalendarActionData
 
getAddNamesRequired() - Method in interface com.hcl.domino.calendar.CalendarActionData
 
getAdministrationProcess(String) - Method in interface com.hcl.domino.DominoClient
Creates a new AdministrationProcess object
getAdminServer() - Method in interface com.hcl.domino.security.Acl
Reads the name of the administration server for the access control list.
getAgent(String) - Method in interface com.hcl.domino.data.Database
Looks up and loads an agent in the database design
getAgent(String) - Method in interface com.hcl.domino.design.DbDesign
Retrieves the named agent.
getAgentContent() - Method in interface com.hcl.domino.design.DesignAgent
Retrieves the action content of the agent.
getAgentLanguage() - Method in interface com.hcl.domino.design.DesignAgent
Language the agent is written using
getAgentName() - Method in interface com.hcl.domino.design.action.RunAgentAction
 
getAgentName() - Method in interface com.hcl.domino.richtext.records.CDActionRunAgent
 
getAgentNameLength() - Method in interface com.hcl.domino.richtext.records.CDActionRunAgent
 
getAgents() - Method in interface com.hcl.domino.design.DbDesign
Retrieves all agents in the database.
getAgentSavedData() - Method in interface com.hcl.domino.data.Agent
The returned document is created when you save an agent, and it is stored in the same database as the agent.
The document replicates, but is not displayed in views.
Each time you edit and re-save an agent, its saved data document is deleted and a new, blank one is created.
getAgentSavedData(String) - Method in interface com.hcl.domino.data.Database
The returned document is created when you save an agent, and it is stored in the same database as the agent.
The document replicates, but is not displayed in views.
Each time you edit and re-save an agent, its saved data document is deleted and a new, blank one is created.
getAliases() - Method in interface com.hcl.domino.data.Agent
Gets any aliases for the agent.
getAliases() - Method in interface com.hcl.domino.data.DominoCollection
 
getAliases() - Method in interface com.hcl.domino.data.DominoCollectionInfo
 
getAliases() - Method in interface com.hcl.domino.design.DesignElement.NamedDesignElement
 
getAlign() - Method in interface com.hcl.domino.richtext.TextStyle
 
getAllCollections() - Method in interface com.hcl.domino.data.Database
Returns a Stream of DominoCollectionInfo objects that contain infos about the collections in the database.
getAllDatabasesWithInheritedTemplate() - Method in interface com.hcl.domino.design.DbDesignCatalog.DatabaseDesignAnalysis
Returns all databases that have a value in the database property "Inherit design from master template"
getAllDocumentsByPrimaryKey() - Method in interface com.hcl.domino.data.Database
Returns the note id of all documents with assigned primary key (via Document.setPrimaryKey(String, String), hashed by their category value and object id
getAllDocumentsByPrimaryKey(String) - Method in interface com.hcl.domino.data.Database
Returns the note id of all documents with category in the assigned primary key (via Document.setPrimaryKey(String, String), hashed by their category value and object id
getAllIds(boolean, boolean) - Method in interface com.hcl.domino.data.DominoCollection
Returns an ordered set of note ids for collection entries that the current user is allowed to see.
getAllIdsAsIDTable(boolean) - Method in interface com.hcl.domino.data.DominoCollection
 
getAllIdsByKey(Set<Find>, Object) - Method in interface com.hcl.domino.data.DominoCollection
Returns an ordered set of note ids for collection entries that match the specified lookup key
getAllIdsByKey(Set<Find>, Collection<Object>) - Method in interface com.hcl.domino.data.DominoCollection
Returns an ordered set of note ids for collection entries that match the specified lookup key (supporting multi column lookups)
getAllInheritedTemplateNames() - Method in interface com.hcl.domino.design.DbDesignCatalog.DatabaseDesignAnalysis
Returns all the inherited template names that exist on the server
getAllNoteIds(Set<DocumentClass>, boolean) - Method in interface com.hcl.domino.data.Database
This function returns an IDTable of all note IDs in the database with the given set of DocumentClass.

If includeDeletions is set to TRUE, the returned IDTable also contains the note IDs of deleted documents.
getAllTemplateDatabases() - Method in interface com.hcl.domino.design.DbDesignCatalog.DatabaseDesignAnalysis
Returns all databases that have a value in the database property "Database file is a master template"
getAllTemplateNames() - Method in interface com.hcl.domino.design.DbDesignCatalog.DatabaseDesignAnalysis
Returns all the template names that exist on the server
getAlternateBackgroundColor() - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
getAlternateBackgroundColor() - Method in interface com.hcl.domino.design.format.ViewTableFormat3
 
getAppletHeight() - Method in interface com.hcl.domino.richtext.records.CDActionBarExt
 
getApptUnid() - Method in interface com.hcl.domino.freebusy.ScheduleEntry
 
getApptUnidFromUID(String) - Method in interface com.hcl.domino.calendar.Calendaring
This is a convenience method that returns an Apptunid value that corresponds to a UID.
getArea() - Method in enum com.hcl.domino.richtext.records.RecordType
 
getAsList(int, Class<T>, List<T>) - Method in interface com.hcl.domino.data.IndexedTypedAccess
Returns a list of item values converted to the specified data type.

We currently support the following value types out of the box:
String Integer Long Double DominoDateTime LocalDate LocalTime OffsetDateTime TemporalAccessor (returned as DominoDateTime)
Additional value types are supported by implementing and registering DocumentValueConverter as Java services.
getAsList(Class<T>, List<T>) - Method in interface com.hcl.domino.data.Item
Returns a list of item values converted to the specified data type.

We currently support the following value types out of the box:
String Integer Long Double DominoDateTime LocalDate LocalTime OffsetDateTime TemporalAccessor (returned as DominoDateTime)
Additional value types are supported by implementing and registering DocumentValueConverter as Java services.
getAsList(String, Class<T>, List<T>) - Method in interface com.hcl.domino.data.TypedAccess
Returns a list of item values converted to the specified data type.

We currently support the following value types out of the box:
String Integer Long Double DominoDateTime LocalDate LocalTime OffsetDateTime TemporalAccessor (returned as DominoDateTime)
Additional value types are supported by implementing and registering DocumentValueConverter as Java services.
getAssistFields() - Method in interface com.hcl.domino.richtext.records.CDActionByForm
Retrieves the action data as a list of AssistFieldStruct objects.
getAsText(String, char) - Method in interface com.hcl.domino.data.Document
Retrieves the item value as text.
getAttachment(String) - Method in interface com.hcl.domino.data.Document
Retrieves a document attachment by name.
getAttachmentEncoding() - Method in interface com.hcl.domino.mime.RichTextMimeConversionSettings
The function returns the Conversions Controls 'attachment encoding' setting.
getAttachmentOmittedText() - Method in interface com.hcl.domino.dxl.DxlExporter
 
getAttachments() - Method in class com.hcl.domino.mime.MimeData
 
getAttributes() - Method in interface com.hcl.domino.design.format.ViewColumnFormat6
 
getAttributes() - Method in interface com.hcl.domino.freebusy.ScheduleEntry
 
getAttributes() - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
getAttributes() - Method in interface com.hcl.domino.richtext.structures.NFMT
 
getAttributesLength() - Method in interface com.hcl.domino.design.format.ViewColumnFormat6
 
getAutoUpdateSeconds() - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
getAvailabilityIndex() - Method in interface com.hcl.domino.server.ServerPingInfo
Retrieves the server's availability index, if requested in the ping.
getAwayPeriod() - Method in interface com.hcl.domino.person.OutOfOffice
This function returns time parameters that control OOO.
getBackgroundColor() - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
getBackgroundColor() - Method in interface com.hcl.domino.design.format.ViewTableFormat3
 
getBackgroundColor() - Method in interface com.hcl.domino.richtext.records.CDActionBar
 
getBackgroundColor() - Method in interface com.hcl.domino.richtext.records.CDActionBarExt
 
getBackgroundColorExt() - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
getBackgroundRepeat() - Method in interface com.hcl.domino.richtext.records.CDActionBarExt
 
getBcc() - Method in interface com.hcl.domino.design.action.SendMailAction
 
getBcc() - Method in interface com.hcl.domino.design.action.SendNewsletterAction
 
getBcc() - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
getBcc() - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
getBccLength() - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
getBccLength() - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
getBlobMax() - Method in interface com.hcl.domino.richtext.records.CDBlobPart
 
getBlobPartData() - Method in interface com.hcl.domino.richtext.records.CDBlobPart
Returns the raw data of this blob part
getBlue() - Method in interface com.hcl.domino.richtext.structures.ColorValue
 
getBody() - Method in interface com.hcl.domino.design.action.ReplyAction
 
getBody() - Method in interface com.hcl.domino.design.action.SendMailAction
 
getBody() - Method in interface com.hcl.domino.design.action.SendNewsletterAction
 
getBody() - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
getBody() - Method in interface com.hcl.domino.richtext.records.CDActionReply
 
getBody() - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
getBodyLength() - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
getBodyLength() - Method in interface com.hcl.domino.richtext.records.CDActionReply
 
getBodyLength() - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
getBodyLength() - Method in interface com.hcl.domino.richtext.structures.RFC822ItemDesc
 
getBorderDisplay() - Method in interface com.hcl.domino.richtext.records.CDActionBarExt
 
getBorderStyle() - Method in interface com.hcl.domino.richtext.records.CDActionBar
 
getBottom() - Method in interface com.hcl.domino.richtext.structures.CropRect
 
getBoundary() - Method in interface com.hcl.domino.mime.MimeEntity
Retrieves the boundary value used to separate children within this multipart entity
getBuildVersion(String) - Method in interface com.hcl.domino.DominoClient
This function returns a BuildVersionInfo object which contains all types of information about the level of code running on the specified server.

See BuildVersionInfo for more information.
getBuildVersionInfo() - Method in interface com.hcl.domino.data.Database
This function returns a BuildVersionInfo object which contains all types of information about the level of code running on a machine.

See BuildVersionInfo for more information.
getBusyColor() - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
getBusyColorExt() - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
getButtonColor() - Method in interface com.hcl.domino.richtext.records.CDActionBarExt
 
getButtonHeight() - Method in interface com.hcl.domino.richtext.records.CDActionBar
 
getButtonInternalMargin() - Method in interface com.hcl.domino.richtext.records.CDActionBarExt
 
getButtonWidth() - Method in interface com.hcl.domino.richtext.records.CDActionBarExt
 
getBytesIndexed() - Method in interface com.hcl.domino.data.FTIndexStats
# of bytes indexed
getCalendaring() - Method in interface com.hcl.domino.DominoClient
Method to access the calendaring and scheduling API of domino.
getCanonical() - Method in interface com.hcl.domino.Name
Retrieves the canonical format of this name (with CN=, OU= if applicable, O=, C= if available)
getCapabilities() - Method in interface com.hcl.domino.security.Ecl
Reads the current capabilities
getCategories() - Method in interface com.hcl.domino.data.Database
 
getCategory() - Method in interface com.hcl.domino.dbdirectory.DatabaseData
Returns the database category
getCc() - Method in interface com.hcl.domino.design.action.SendMailAction
 
getCc() - Method in interface com.hcl.domino.design.action.SendNewsletterAction
 
getCc() - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
getCc() - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
getCcLength() - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
getCcLength() - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
getCDRecordLength() - Method in interface com.hcl.domino.richtext.records.RichTextRecord
Returns the total length of the CD record including the signature bytes containing the type and length
getCertificateAuthorityOrg() - Method in interface com.hcl.domino.admin.AdministrationProcess
 
getCertificateExpiration() - Method in interface com.hcl.domino.admin.AdministrationProcess
 
getCertifier() - Method in interface com.hcl.domino.data.Document.SignatureData
 
getCertifierFile() - Method in interface com.hcl.domino.admin.AdministrationProcess
 
getCertifierPassword() - Method in interface com.hcl.domino.admin.AdministrationProcess
 
getChangeToEnd() - Method in interface com.hcl.domino.calendar.CalendarActionData
 
getChangeToStart() - Method in interface com.hcl.domino.calendar.CalendarActionData
 
getCharsetName() - Method in interface com.hcl.domino.design.NamedFileElement
 
getChildren() - Method in interface com.hcl.domino.mime.MimeEntity
Returns a mutable Iterable view of the children of this multipart entity's children.
getClassName() - Method in interface com.hcl.domino.richtext.records.CDActionJavaAgent
 
getClassName() - Method in interface com.hcl.domino.richtext.records.CDIDName
 
getClassNameLength() - Method in interface com.hcl.domino.richtext.records.CDActionJavaAgent
 
getClassNameLength() - Method in interface com.hcl.domino.richtext.records.CDIDName
 
getClusterMembers() - Method in interface com.hcl.domino.server.ServerPingInfo
Retrieves the server's cluster members, if requested in the ping.
getClusterName() - Method in interface com.hcl.domino.server.ServerPingInfo
Retrieves the server's cluster name, if requested in the ping.
getCodeFilesystemPath() - Method in interface com.hcl.domino.design.agent.ImportedJavaAgentContent
 
getCodeFilesystemPath() - Method in interface com.hcl.domino.design.agent.JavaAgentContent
 
getCodePath() - Method in interface com.hcl.domino.richtext.records.CDActionJavaAgent
 
getCodePathLength() - Method in interface com.hcl.domino.richtext.records.CDActionJavaAgent
 
getCollection() - Method in interface com.hcl.domino.design.GenericFolderOrView
 
getColor() - Method in interface com.hcl.domino.admin.IConsoleLine
 
getColor() - Method in interface com.hcl.domino.richtext.records.CDColor
 
getColor() - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
getColumnColor() - Method in interface com.hcl.domino.design.format.ViewColumnFormat2
 
getColumnCount() - Method in interface com.hcl.domino.design.format.ViewTableFormat
 
getColumnName() - Method in class com.hcl.domino.dql.DQL.NamedViewColumn
 
getColumns() - Method in interface com.hcl.domino.data.DominoCollection
 
getColumns() - Method in interface com.hcl.domino.design.GenericFolderOrView
 
getColumnValuesIndex() - Method in interface com.hcl.domino.data.CollectionColumn
 
getComment() - Method in interface com.hcl.domino.data.Agent
Gets any comment the developer has assigned for the agent
getComment() - Method in interface com.hcl.domino.data.DominoCollectionInfo
 
getComment() - Method in interface com.hcl.domino.design.DesignElement
 
getCommon() - Method in interface com.hcl.domino.Name
Retrieves the CN element of this name, without the "CN=" prefix"
getCompiledHideWhenFormula() - Method in interface com.hcl.domino.richtext.records.CDAction
Retrieves the compiled hide-when formula for this action as a byte array.
getCompileErrorColumn() - Method in exception com.hcl.domino.exception.FormulaCompilationException
Returns the column number where the error occurred
getCompileErrorLength() - Method in exception com.hcl.domino.exception.FormulaCompilationException
Returns the lengths of the error (probably the length of the error producing code)
getCompileErrorLine() - Method in exception com.hcl.domino.exception.FormulaCompilationException
Returns the line where the error occurred
getCompileErrorOffset() - Method in exception com.hcl.domino.exception.FormulaCompilationException
Returns the offset where the error occurred
getCompileErrorReason() - Method in exception com.hcl.domino.exception.FormulaCompilationException
Returns the detail info what is wrong in the formula
getCompileErrorReasonCode() - Method in exception com.hcl.domino.exception.FormulaCompilationException
Returns a numeric error code for the compile error
getComponent4() - Method in interface com.hcl.domino.richtext.structures.ColorValue
 
getCompression() - Method in interface com.hcl.domino.data.Attachment
Gets the compression type for the attachment
getConstant() - Method in enum com.hcl.domino.richtext.records.RecordType
 
getConstant() - Method in enum com.hcl.domino.richtext.TextStyle.Justify
 
getConstantValueLength() - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
getContentAsString() - Method in interface com.hcl.domino.mime.MimeEntity
Retrieves the content of this entity as a string.
getContentIds() - Method in class com.hcl.domino.mime.MimeData
Returns the content ids for all inline files.
getContentType() - Method in class com.hcl.domino.mime.attachments.ByteArrayMimeAttachment
 
getContentType() - Method in interface com.hcl.domino.mime.attachments.IMimeAttachment
 
getContentType() - Method in class com.hcl.domino.mime.attachments.LocalFileMimeAttachment
 
getContentType() - Method in class com.hcl.domino.mime.attachments.UrlMimeAttachment
 
getContentType() - Method in interface com.hcl.domino.mime.MimeEntity
Retrieves and parses the Content-Type header of this entity, if present.
getControlType() - Method in interface com.hcl.domino.richtext.records.CDEmbeddedControl
 
getCountry() - Method in interface com.hcl.domino.Name
Retrieves the C element of this name
getCreated() - Method in interface com.hcl.domino.data.Document
Retrieves the creation date of this document.
getCreated() - Method in interface com.hcl.domino.dbdirectory.DatabaseData
Returns the database creation date
getCredPassword() - Method in class com.hcl.domino.DominoClientBuilder
 
getCredServer() - Method in class com.hcl.domino.DominoClientBuilder
 
getCredToken() - Method in class com.hcl.domino.DominoClientBuilder
 
getCredUser() - Method in class com.hcl.domino.DominoClientBuilder
 
getCropOffset() - Method in interface com.hcl.domino.richtext.records.CDGraphic
 
getCropSize() - Method in interface com.hcl.domino.richtext.records.CDGraphic
 
getCurrencyFlags() - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
getCurrencyFlags() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getCurrencyPreference() - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
getCurrencyPreference() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getCurrencySymbol() - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
getCurrencySymbol() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getCurrencySymbolLength() - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
getCurrencySymbolLength() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getCurrencyType() - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
getCurrencyType() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getCustomHiddenFlags() - Method in interface com.hcl.domino.design.format.ViewColumnFormat2
 
getCustomOrder() - Method in interface com.hcl.domino.design.format.ViewColumnFormat2
 
getCutOff() - Method in interface com.hcl.domino.admin.replication.ReplicaInfo
Replication cutoff date
getCutOffInterval() - Method in interface com.hcl.domino.admin.replication.ReplicaInfo
Automatic Replication Cutoff Interval (Days)
getData() - Method in interface com.hcl.domino.admin.IConsoleLine
Returns the text data of the console entry
getData() - Method in interface com.hcl.domino.admin.ServerAdmin.DominoSSOToken
TODO: Not sure what the Javadoc for this should be
getData() - Method in interface com.hcl.domino.richtext.records.RichTextRecord
Returns the raw CD record data including the header signature (containing the type and length of the record)
getData() - Method in interface com.hcl.domino.richtext.structures.MemoryStructure
 
getDatabaseName() - Method in interface com.hcl.domino.design.action.CopyToDatabaseAction
 
getDatabaseName() - Method in interface com.hcl.domino.richtext.records.CDActionDBCopy
 
getDatabaseNameLength() - Method in interface com.hcl.domino.richtext.records.CDActionDBCopy
 
getDatabasePaths() - Method in class com.hcl.domino.data.DatabaseChangePathList
 
getDatabasePaths(String, TemporalAccessor) - Method in interface com.hcl.domino.DominoClient
Retrieves a list of databases on the target server, optionally restricted to those modified since a given time.
getDatabaseProperties() - Method in interface com.hcl.domino.design.DbDesign
Retrieves the database properties.
getDatabasesInheritingTemplate(String) - Method in interface com.hcl.domino.design.DbDesignCatalog.DatabaseDesignAnalysis
Get all databases with the specified value in the database property "Inherit design from master template"
getDataDirectory() - Method in interface com.hcl.domino.runtime.DominoRuntime
Retrieves the path of the data directory for the current Notes/Domino runtime.
getDataLength() - Method in interface com.hcl.domino.richtext.records.CDHotspotBegin
 
getDataSize() - Method in interface com.hcl.domino.richtext.records.CDFileSegment
 
getDataSize() - Method in interface com.hcl.domino.richtext.records.CDImageSegment
 
getDataType() - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
getDataType() - Method in interface com.hcl.domino.richtext.FormField
Returns the field data type
getDataWithoutHeader() - Method in interface com.hcl.domino.richtext.records.RichTextRecord
Returns the raw CD record data without the header signature (containing the type and length of the record)
getDateFormat() - Method in interface com.hcl.domino.richtext.structures.TFMT
 
getDateSeparator1() - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
getDateSeparator1() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getDateSeparator1Length() - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
getDateSeparator1Length() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getDateSeparator2() - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
getDateSeparator2() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getDateSeparator2Length() - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
getDateSeparator2Length() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getDateSeparator3() - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
getDateSeparator3() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getDateSeparator3Length() - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
getDateSeparator3Length() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getDateShowFormat() - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
getDateShowFormat() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getDateShowSpecial() - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
getDateShowSpecial() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getDateTime() - Method in interface com.hcl.domino.data.IDTable
Returns a DominoDateTime set in this IDTable via a database search (e.g.
getDateTimeFlags() - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
getDateTimeFlags() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getDateTimeFlags2() - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
getDateTimeFlags2() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getDateTimePreference() - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
getDateTimePreference() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getDayDateFont() - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
getDayFormat() - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
getDayFormat() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getDayOfWeekFormat() - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
getDayOfWeekFormat() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getDaySeparatorColor() - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
getDaySeparatorColorExt() - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
getDbReplicaId() - Method in interface com.hcl.domino.freebusy.Schedule
Returns the owner's mail file replica ID
getDecimalSymbol() - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
getDecimalSymbol() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getDecimalSymbolLength() - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
getDecimalSymbolLength() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getDefaultDoctypeSYSTEM() - Method in interface com.hcl.domino.dxl.DxlExporter
 
getDefaultValueFormula() - Method in interface com.hcl.domino.design.Field
 
getDefaultValueFormula() - Method in interface com.hcl.domino.richtext.FormField
Returns the decompiled default value formula or an empty value if not present
getDefaultValueFormula() - Method in interface com.hcl.domino.richtext.records.CDField
 
getDefaultValueLength() - Method in interface com.hcl.domino.richtext.records.CDField
 
getDelegateTo() - Method in interface com.hcl.domino.calendar.CalendarActionData
 
getDeletions() - Method in interface com.hcl.domino.data.FormulaQueryResult
Returns detail infos about documents that got deleted since the specified since date/time.
getDelimiterLength() - Method in interface com.hcl.domino.richtext.structures.RFC822ItemDesc
 
getDescription() - Method in interface com.hcl.domino.richtext.FormField
Returns the content of "Help description" in the field properties
getDescription() - Method in interface com.hcl.domino.richtext.records.CDField
 
getDescriptionLength() - Method in interface com.hcl.domino.richtext.records.CDField
 
getDesign() - Method in interface com.hcl.domino.data.Database
 
getDesignElementByName(Class<T>, String) - Method in interface com.hcl.domino.design.DbDesign
Retrieves a single design element in the database of the provided type matching the provided title.
getDesignElements(Class<T>) - Method in interface com.hcl.domino.design.DbDesign
Retrieves all design elements in the database of the provided type.
getDesignElementsByName(Class<T>, String) - Method in interface com.hcl.domino.design.DbDesign
Retrieves all design elements in the database of the provided type matching the provided title.
getDesignerVersion() - Method in interface com.hcl.domino.design.DesignElement
 
getDesignImportOption() - Method in interface com.hcl.domino.dxl.DxlImporter
 
getDesignModifiedDate() - Method in interface com.hcl.domino.dbdirectory.DatabaseData
Returns the date of the last design change
getDesignTemplateName() - Method in interface com.hcl.domino.data.Database
The name of the design template from which a database inherits its design.
If the database does not inherit its design from a design template, it returns an empty string ("").
getDestSize() - Method in interface com.hcl.domino.richtext.records.CDGraphic
 
getDigits() - Method in interface com.hcl.domino.richtext.structures.NFMT
 
getDirectory() - Method in interface com.hcl.domino.design.DbDesignCatalog.DatabaseDesignAnalysis
Returns the scanned directory
getDirectoryPaths() - Method in interface com.hcl.domino.naming.UserDirectory
Retrieves a collection of the Domino directory databases used by this runtime or server.
getDisplayFileName() - Method in interface com.hcl.domino.richtext.records.CDHotspotBegin
 
getDisplayWidth() - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
getDnColumnName() - Method in interface com.hcl.domino.design.format.ViewColumnFormat5
 
getDnColumnNameLength() - Method in interface com.hcl.domino.design.format.ViewColumnFormat5
 
getDocsAdded() - Method in interface com.hcl.domino.data.FTIndexStats
# of new documents
getDocsDeleted() - Method in interface com.hcl.domino.data.FTIndexStats
# of deleted documents
getDocsUpdated() - Method in interface com.hcl.domino.data.FTIndexStats
# of revised documents
getDoctypeSYSTEM() - Method in interface com.hcl.domino.dxl.DxlExporter
 
getDocument() - Method in interface com.hcl.domino.design.DesignElement
 
getDocumentAction() - Method in interface com.hcl.domino.design.agent.FormulaAgentContent
 
getDocumentById(int) - Method in interface com.hcl.domino.data.Database
Opens a document in the database
getDocumentById(int, Set<Database.OpenDocumentMode>) - Method in interface com.hcl.domino.data.Database
Opens a document in the database
getDocumentByPrimaryKey(String, String) - Method in interface com.hcl.domino.data.Database
Uses an efficient NSF lookup mechanism to find a document that matches the primary key specified with category and objectKey.
getDocumentByUNID(String) - Method in interface com.hcl.domino.data.Database
Opens a document in the database
getDocumentByUNID(String, Set<Database.OpenDocumentMode>) - Method in interface com.hcl.domino.data.Database
Opens a document in the database
getDocumentClass() - Method in interface com.hcl.domino.data.CollectionEntry
Retrieves the document class for the entry, if read.
getDocumentClass() - Method in interface com.hcl.domino.data.Database.SearchMatch
Returns information about the document's class
getDocumentClass() - Method in interface com.hcl.domino.data.Document
Returns the document classes that apply to this document
getDocumentContext() - Method in interface com.hcl.domino.data.Agent.AgentRunContext
Returns the Document for Session.DocumentContext as a Document
getDocumentCount() - Method in interface com.hcl.domino.data.DominoCollection
 
getDocumentInfo(int) - Method in interface com.hcl.domino.data.Database
 
getDocumentProperties() - Method in interface com.hcl.domino.data.DocumentProperties
DocumentProperty objects corresponding to each Item on the Document
getDocuments(Database, int[], Set<Database.OpenDocumentMode>[], int[], Set<GetDocumentsMode>, Database, Replication.IGetDocumentsCallback, Replication.IDocumentOpenCallback, Replication.IObjectAllocCallback, Replication.IObjectWriteCallback, TemporalAccessor, Replication.IFolderAddCallback) - Method in interface com.hcl.domino.admin.replication.Replication
This function will return a stream of documents to the caller through several callback functions.

It can be used to quickly and incrementally read a large number of docs from a database, skipping the transfer of item values where the item's sequence number is lower or equal a specified value (see sinceSeqNum parameter).
getDocuments() - Method in interface com.hcl.domino.data.DbQueryResult
 
getDocumentsImportOption() - Method in interface com.hcl.domino.dxl.DxlImporter
 
GetDocumentsMode - Enum in com.hcl.domino.admin.replication
Control flags for NSFDbGetNotes.
getDomains() - Method in interface com.hcl.domino.admin.ServerAdmin.DominoSSOToken
Domains the SSO token applies to
getDominoRuntime() - Method in interface com.hcl.domino.DominoClient
Obtains an accessor object for the Notes/Domino runtime configuration
getDQLQueries() - Method in class com.hcl.domino.data.CollectionSearchQuery.ExpandedEntries
 
getDQLQueries() - Method in class com.hcl.domino.data.CollectionSearchQuery.SelectedEntries
 
getDropItems() - Method in interface com.hcl.domino.mime.RichTextMimeConversionSettings
The function returns the Conversions Controls 'drop items' setting.
getDurationInMillis() - Method in class com.hcl.domino.data.DQLQueryResult
Returns the number of milliseconds it took to compute the result
getDXLBannerComments() - Method in interface com.hcl.domino.dxl.DxlExporter
 
getDxlDefaultSchemaLocation() - Method in interface com.hcl.domino.dxl.DxlExporter
 
getDxlExportResultLog() - Method in interface com.hcl.domino.dxl.DxlExporter
 
getDxlExportResultLogComment() - Method in interface com.hcl.domino.dxl.DxlExporter
 
getDxlSchemaLocation() - Method in interface com.hcl.domino.dxl.DxlExporter
 
getEcl(DominoClient.ECLType, String) - Method in interface com.hcl.domino.DominoClient
Returns the Ecl for a username (what the user is allowed to do)
getEcl(DominoClient.ECLType, List<String>) - Method in interface com.hcl.domino.DominoClient
Returns the Ecl for a names list (what the user is allowed to do)
getEffectiveAccessInfo() - Method in interface com.hcl.domino.data.Database
Retrieves the current effective access level and flags for the open database.
getEffectiveUserName() - Method in interface com.hcl.domino.DominoClient
Returns the current Domino username code will run as
getEffectiveUserNamesList(String) - Method in interface com.hcl.domino.DominoClient
Computes a list of name variants and groups of the current effective user on the specified server
getElementType() - Method in interface com.hcl.domino.richtext.records.CDDataFlags
 
getEmbed(String) - Method in class com.hcl.domino.mime.MimeData
Returns an attachment for a content id
getEmbeddedJars() - Method in interface com.hcl.domino.design.agent.JavaAgentContent
 
getEnabledStates() - Method in interface com.hcl.domino.richtext.records.CDKeyword
 
getEncapsulation() - Method in enum com.hcl.domino.richtext.records.RecordType
 
getEncoding() - Method in interface com.hcl.domino.mime.MimeEntity
 
getEndDate() - Method in interface com.hcl.domino.design.DesignAgent
Gets the last date that the agent is able to run, if applicable
getEndDate() - Method in interface com.hcl.domino.richtext.structures.AssistStruct
 
getEndDateTime() - Method in interface com.hcl.domino.data.DominoDateRange
 
getEntity() - Method in interface com.hcl.domino.mime.MimeHeader
Retrieves the entity that contains this header.
getEntries() - Method in interface com.hcl.domino.security.Acl
Returns all ACL entries
getEntry(String) - Method in interface com.hcl.domino.security.Acl
Convenience method that call Acl.getEntries() and returns a single value for the specified name
getEntryColumnNumber() - Method in interface com.hcl.domino.richtext.records.CDExtField
 
getEntryDBName() - Method in interface com.hcl.domino.richtext.records.CDExtField
 
getEntryDBNameLength() - Method in interface com.hcl.domino.richtext.records.CDExtField
 
getEntryViewName() - Method in interface com.hcl.domino.richtext.records.CDExtField
 
getEntryViewNameLength() - Method in interface com.hcl.domino.richtext.records.CDExtField
 
getError() - Method in interface com.hcl.domino.freebusy.Schedule
Returns an exception if loading the schedule failed
getErrorFile() - Method in exception com.hcl.domino.exception.LotusScriptCompilationException
 
getErrorId() - Method in exception com.hcl.domino.exception.DxlExportException
 
getErrorText() - Method in exception com.hcl.domino.exception.LotusScriptCompilationException
 
getEventType() - Method in interface com.hcl.domino.richtext.records.CDEvent
 
getExecName() - Method in interface com.hcl.domino.admin.IConsoleLine
Returns the name of the executable that was responsible for writing the console line
getExplainText() - Method in class com.hcl.domino.data.DQLQueryResult
Returns the explain text if DBQuery.EXPLAIN was specified as query option
getExplicitSubformRecursive() - Method in interface com.hcl.domino.design.GenericFormOrSubform
 
getExportCharset() - Method in interface com.hcl.domino.dxl.DxlExporter
 
getFieldCount() - Method in interface com.hcl.domino.richtext.records.CDActionByForm
 
getFieldLengthsRaw() - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
getFieldLengthsRaw() - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
getFieldName() - Method in interface com.hcl.domino.data.DocumentProperties.DocumentProperty
The Item name.
getFieldName() - Method in interface com.hcl.domino.design.action.ModifyFieldAction
 
getFieldName() - Method in interface com.hcl.domino.richtext.records.CDActionModifyField
 
getFieldName() - Method in interface com.hcl.domino.richtext.structures.AssistFieldStruct
 
getFieldNameLength() - Method in interface com.hcl.domino.richtext.records.CDActionModifyField
 
getFieldNameLength() - Method in interface com.hcl.domino.richtext.structures.AssistFieldStruct
 
getFields() - Method in interface com.hcl.domino.design.GenericFormOrSubform
 
getFieldType() - Method in interface com.hcl.domino.design.Field
 
getFieldType() - Method in interface com.hcl.domino.richtext.records.CDField
 
getFile() - Method in interface com.hcl.domino.data.DominoOriginatorId
Returns the File part of the universal id
getFile() - Method in interface com.hcl.domino.data.DominoUniversalNoteId
Returns the File part of the universal id
getFile() - Method in interface com.hcl.domino.richtext.structures.UNID
 
getFileCreated() - Method in interface com.hcl.domino.data.Attachment
Gets the created datetime of the attachment.
getFileData() - Method in interface com.hcl.domino.design.NamedFileElement
 
getFileDataSize() - Method in interface com.hcl.domino.richtext.records.CDFileHeader
 
getFileExtLen() - Method in interface com.hcl.domino.richtext.records.CDFileHeader
 
getFileLength() - Method in interface com.hcl.domino.dbdirectory.DirEntry
Returns the length of a file
getFileLength() - Method in interface com.hcl.domino.dbdirectory.FolderData
Returns the length of a folder
getFileList() - Method in interface com.hcl.domino.richtext.records.CDActionJavaAgent
 
getFileListLength() - Method in interface com.hcl.domino.richtext.records.CDActionJavaAgent
 
getFileModified() - Method in interface com.hcl.domino.data.Attachment
Gets the modified datetime of the attachment
getFileModified() - Method in interface com.hcl.domino.design.ImageResource
 
getFileModified() - Method in interface com.hcl.domino.design.NamedFileElement
 
getFileName() - Method in interface com.hcl.domino.data.Attachment
Gets the filename for the attachment
getFileName() - Method in interface com.hcl.domino.dbdirectory.DatabaseData
Returns the filename of the database
getFileName() - Method in interface com.hcl.domino.dbdirectory.DirEntry
Returns the filename of the entry
getFileName() - Method in interface com.hcl.domino.dbdirectory.FolderData
Returns the name of the folder
getFileName() - Method in class com.hcl.domino.mime.attachments.ByteArrayMimeAttachment
 
getFileName() - Method in interface com.hcl.domino.mime.attachments.IMimeAttachment
 
getFileName() - Method in class com.hcl.domino.mime.attachments.LocalFileMimeAttachment
 
getFileName() - Method in class com.hcl.domino.mime.attachments.UrlMimeAttachment
 
getFileNameList() - Method in interface com.hcl.domino.design.agent.ImportedJavaAgentContent
 
getFileNames() - Method in interface com.hcl.domino.design.ImageResource
 
getFileNames() - Method in interface com.hcl.domino.design.NamedFileElement
 
getFilePath() - Method in class com.hcl.domino.admin.replication.ReplicationHistorySummary
 
getFilePath() - Method in interface com.hcl.domino.data.FTIndexStats
Returns the database filepath
getFilePath() - Method in interface com.hcl.domino.dbdirectory.DatabaseData
Returns the complete relative path of the database in the data directory
getFilePath() - Method in interface com.hcl.domino.dbdirectory.DirEntry
Returns the complete relative path of the entry in the data directory
getFilePath() - Method in interface com.hcl.domino.dbdirectory.FolderData
Returns the complete relative path of the folder in the data directory
getFileResource(String) - Method in interface com.hcl.domino.design.DbDesign
Retrieves the named file resource.
getFileResources() - Method in interface com.hcl.domino.design.DbDesign
Retrieves all file resource design elements in the database.
getFileResourceSize() - Method in interface com.hcl.domino.richtext.RichTextRecordList
Retrieves the size of the file stored in a file-resource CD item (e.g.
GetFileResourceSizeProcessor - Class in com.hcl.domino.richtext.process
Retrieves the size of the file stored in a file-resource CD item (e.g.
GetFileResourceSizeProcessor() - Constructor for class com.hcl.domino.richtext.process.GetFileResourceSizeProcessor
Constructs a new file-size extractor.
GetFileResourceStreamProcessor - Class in com.hcl.domino.richtext.process
Extracts the contents of a file-resource CD item (e.g.
GetFileResourceStreamProcessor() - Constructor for class com.hcl.domino.richtext.process.GetFileResourceStreamProcessor
 
getFileSegmentData() - Method in interface com.hcl.domino.richtext.records.CDFileSegment
 
getFileSize() - Method in interface com.hcl.domino.data.Attachment
Gets the filesize of the attachment
getFileSize() - Method in interface com.hcl.domino.design.NamedFileElement
 
getFirstItem(String) - Method in interface com.hcl.domino.data.Document
Retrieves the first item of the given name on the document.
getFirstLineLeftMargin() - Method in interface com.hcl.domino.richtext.TextStyle
 
getFixpackNumber() - Method in interface com.hcl.domino.BuildVersionInfo
Returns the Fixpack/feature version installed on machine
getFlagCount() - Method in interface com.hcl.domino.richtext.records.CDDataFlags
 
getFlags() - Method in interface com.hcl.domino.data.Database.SearchMatch
Returns information about note flags
getFlags() - Method in interface com.hcl.domino.data.DocumentProperties.DocumentProperty
Gets all the field flags corresponding to the Item
getFlags() - Method in interface com.hcl.domino.data.Item
Gets all the field flags corresponding to the Item
getFlags() - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
getFlags() - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
getFlags() - Method in interface com.hcl.domino.design.format.ViewColumnFormat2
 
getFlags() - Method in interface com.hcl.domino.design.format.ViewColumnFormat5
 
getFlags() - Method in interface com.hcl.domino.design.format.ViewColumnFormat6
 
getFlags() - Method in interface com.hcl.domino.design.format.ViewTableFormat
 
getFlags() - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
getFlags() - Method in interface com.hcl.domino.design.format.ViewTableFormat3
 
getFlags() - Method in interface com.hcl.domino.richtext.records.CDAction
 
getFlags() - Method in interface com.hcl.domino.richtext.records.CDActionBar
 
getFlags() - Method in interface com.hcl.domino.richtext.records.CDActionBarExt
 
getFlags() - Method in interface com.hcl.domino.richtext.records.CDActionDBCopy
 
getFlags() - Method in interface com.hcl.domino.richtext.records.CDActionFolder
 
getFlags() - Method in interface com.hcl.domino.richtext.records.CDActionFormula
 
getFlags() - Method in interface com.hcl.domino.richtext.records.CDActionModifyField
 
getFlags() - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
getFlags() - Method in interface com.hcl.domino.richtext.records.CDActionReply
 
getFlags() - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
getFlags() - Method in interface com.hcl.domino.richtext.records.CDDataFlags
 
getFlags() - Method in interface com.hcl.domino.richtext.records.CDEmbeddedControl
 
getFlags() - Method in interface com.hcl.domino.richtext.records.CDEvent
 
getFlags() - Method in interface com.hcl.domino.richtext.records.CDField
 
getFlags() - Method in interface com.hcl.domino.richtext.records.CDFieldHint
 
getFlags() - Method in interface com.hcl.domino.richtext.records.CDGraphic
 
getFlags() - Method in interface com.hcl.domino.richtext.records.CDHotspotBegin
 
getFlags() - Method in interface com.hcl.domino.richtext.records.CDImageHeader
 
getFlags() - Method in interface com.hcl.domino.richtext.records.CDImageHeader2
 
getFlags() - Method in interface com.hcl.domino.richtext.records.CDKeyword
 
getFlags() - Method in interface com.hcl.domino.richtext.structures.AssistStruct
 
getFlags() - Method in interface com.hcl.domino.richtext.structures.ColorValue
 
getFlags() - Method in interface com.hcl.domino.richtext.structures.LengthValue
 
getFlags() - Method in interface com.hcl.domino.richtext.structures.RFC822ItemDesc
 
getFlags1() - Method in interface com.hcl.domino.richtext.records.CDExtField
 
getFlags2() - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
getFlags2() - Method in interface com.hcl.domino.design.format.ViewTableFormat
 
getFlags2() - Method in interface com.hcl.domino.richtext.records.CDExtField
 
getFolderDocCount(String) - Method in interface com.hcl.domino.data.Database
This function returns the number of entries in the specified folder's index.

This is the number of documents plus the number of categories (if any) in the folder.

Subfolders and documents in subfolders are not included in the count.
getFolderDocCount(int) - Method in interface com.hcl.domino.data.Database
This function returns the number of entries in the specified folder's index.

This is the number of documents plus the number of categories (if any) in the folder.

Subfolders and documents in subfolders are not included in the count.
getFolderName() - Method in interface com.hcl.domino.design.action.FolderBasedAction
 
getFolderName() - Method in interface com.hcl.domino.richtext.records.CDActionFolder
 
getFolderNameLength() - Method in interface com.hcl.domino.richtext.records.CDActionFolder
 
getFolderOrView(DbDesign.FolderOrView, String) - Method in interface com.hcl.domino.design.DbDesign
Retrieves the named folder or view.
getFoldersOrViews(DbDesign.FolderOrView) - Method in interface com.hcl.domino.design.DbDesign
Retrieves all folders or views in the database.
getFontColor() - Method in interface com.hcl.domino.richtext.records.CDActionBarExt
 
getFontColor() - Method in interface com.hcl.domino.richtext.records.CDCaption
 
getFontFace() - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
getFontID() - Method in interface com.hcl.domino.richtext.records.CDCaption
 
getFontStyle() - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
getFontStyle() - Method in interface com.hcl.domino.richtext.records.CDActionBar
 
getFontStyle() - Method in interface com.hcl.domino.richtext.records.CDActionBarExt
 
getFontStyle() - Method in interface com.hcl.domino.richtext.records.CDField
 
getFontStyle() - Method in interface com.hcl.domino.richtext.records.CDKeyword
 
getForm(String) - Method in interface com.hcl.domino.design.DbDesign
Retrieves the named form.
getFormat() - Method in interface com.hcl.domino.html.EmbeddedImage
Returns the image format, either "gif" or "jpg"
getFormat() - Method in interface com.hcl.domino.richtext.structures.NFMT
 
getFormatFlags() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getFormName() - Method in interface com.hcl.domino.design.action.ModifyByFormAction
 
getFormName() - Method in interface com.hcl.domino.richtext.records.CDActionByForm
 
getFormNameData() - Method in interface com.hcl.domino.richtext.records.CDActionByForm
 
getFormNameLength() - Method in interface com.hcl.domino.richtext.records.CDActionByForm
 
getFormOrSubform(DbDesign.FormOrSubform, String) - Method in interface com.hcl.domino.design.DbDesign
getForms() - Method in interface com.hcl.domino.design.DbDesign
Retrieves all forms in the database.
getFormula() - Method in interface com.hcl.domino.data.CollectionColumn
 
getFormula() - Method in interface com.hcl.domino.data.Formula
Returns the formula string that was used to compile this Formula object
getFormula() - Method in interface com.hcl.domino.design.agent.FormulaAgentContent
 
getFormula() - Method in interface com.hcl.domino.design.Column
 
getFormula() - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
getFormula() - Method in exception com.hcl.domino.exception.FormulaCompilationException
Returns the formula that raised the error
getFormulaLength() - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
getFormulaLength() - Method in interface com.hcl.domino.richtext.records.CDActionFormula
 
getFreeBusy() - Method in interface com.hcl.domino.DominoClient
Method to access the free-busy schedules of a Domino server.
getFrom() - Method in interface com.hcl.domino.freebusy.Schedule
Lower bound of the interval
getFrom() - Method in interface com.hcl.domino.freebusy.ScheduleEntry
 
getFTQueries() - Method in class com.hcl.domino.data.CollectionSearchQuery.ExpandedEntries
 
getFTQueries() - Method in class com.hcl.domino.data.CollectionSearchQuery.SelectedEntries
 
getGatherCount() - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
getGatherThreshold() - Method in interface com.hcl.domino.design.action.SendNewsletterAction
 
getGeneralMessage() - Method in interface com.hcl.domino.person.OutOfOffice
OOO supports two sets of messages.
getGeneralSubject() - Method in interface com.hcl.domino.person.OutOfOffice
OOO supports two sets of messages.

They are called General message/subject and Special message/subject.
This function gets the general subject.
This is string that will appear as the subject line of the OOO notification.
getGreen() - Method in interface com.hcl.domino.richtext.structures.ColorValue
 
getGridBackgroundColor() - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
getGridColor() - Method in interface com.hcl.domino.design.format.ViewTableFormat3
 
getHeader() - Method in interface com.hcl.domino.design.format.ViewTableFormat
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDAction
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDActionBar
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDActionBarExt
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDActionByForm
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDActionDBCopy
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDActionDelete
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDActionFolder
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDActionFormula
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDActionHeader
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDActionJavaAgent
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDActionLotusScript
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDActionModifyField
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDActionReadMarks
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDActionReply
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDActionRunAgent
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDActionSendDocument
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDBegin
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDBlobPart
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDCaption
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDColor
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDDataFlags
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDDDEBegin
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDEmbeddedControl
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDEnd
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDEvent
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDExtField
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDField
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDFieldHint
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDFileHeader
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDFileSegment
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDGraphic
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDHotspotBegin
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDHotspotEnd
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDIDName
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDImageHeader
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDImageHeader2
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDImageSegment
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDKeyword
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDParagraph
 
getHeader() - Method in interface com.hcl.domino.richtext.records.CDText
 
getHeader() - Method in interface com.hcl.domino.richtext.records.RichTextRecord
 
getHeaderBackgroundColor() - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
getHeaderBackgroundColor() - Method in interface com.hcl.domino.design.format.ViewTableFormat3
 
getHeaderFont() - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
getHeaderFontColor() - Method in interface com.hcl.domino.design.format.ViewColumnFormat2
 
getHeaderFontStyle() - Method in interface com.hcl.domino.design.format.ViewColumnFormat2
 
getHeaderLineCount() - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
getHeaders() - Method in interface com.hcl.domino.mime.MimeEntity
Returns a list of all headers for this entity.
getHeaders(String) - Method in interface com.hcl.domino.mime.MimeEntity
Returns a list of all headers for this entity that match the provided headerName.
getHeight() - Method in interface com.hcl.domino.richtext.records.CDActionBarExt
 
getHeight() - Method in interface com.hcl.domino.richtext.records.CDEmbeddedControl
 
getHeight() - Method in interface com.hcl.domino.richtext.records.CDImageHeader
 
getHeight() - Method in interface com.hcl.domino.richtext.structures.RectSize
 
getHeightSpacing() - Method in interface com.hcl.domino.richtext.records.CDActionBar
 
getHelperType() - Method in interface com.hcl.domino.richtext.records.CDExtField
 
getHideWhenFormula() - Method in interface com.hcl.domino.design.format.ViewColumnFormat2
 
getHideWhenFormula() - Method in interface com.hcl.domino.richtext.records.CDAction
Retrieves the hide-when formula for this action as a string.
getHideWhenFormulaLength() - Method in interface com.hcl.domino.design.format.ViewColumnFormat2
 
getHideWhenFormulaLength() - Method in interface com.hcl.domino.richtext.records.CDAction
 
getHighlightStrings() - Method in interface com.hcl.domino.data.FTQueryResult
When using FTQuery.RETURN_HIGHLIGHT_STRINGS, this method returns the search strings parsed from the FT query.
getHintText() - Method in interface com.hcl.domino.richtext.records.CDFieldHint
 
getHintTextLength() - Method in interface com.hcl.domino.richtext.records.CDFieldHint
 
getHorizontalSpacing() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getHotfixNumber() - Method in interface com.hcl.domino.BuildVersionInfo
Returns the Hotfixes installed on machine
getHotspotType() - Method in interface com.hcl.domino.richtext.records.CDHotspotBegin
 
getHtml() - Method in interface com.hcl.domino.html.HtmlConversionResult
Returns the HTML code of the conversion result
getHtml() - Method in class com.hcl.domino.mime.MimeData
Returns the html content
getHTMLAttributes() - Method in interface com.hcl.domino.richtext.records.CDIDName
 
getHTMLAttributesLength() - Method in interface com.hcl.domino.richtext.records.CDIDName
 
getHtmlClassName() - Method in interface com.hcl.domino.richtext.FormField
Returns the HTML class name
getHtmlExtraAttr() - Method in interface com.hcl.domino.richtext.FormField
Returns additional HTML attributes
getHtmlId() - Method in interface com.hcl.domino.richtext.FormField
Returns the HTML element id
getHtmlName() - Method in interface com.hcl.domino.richtext.FormField
Returns the HTML field name attribute
getHtmlStyle() - Method in interface com.hcl.domino.richtext.FormField
Returns the HTML style attribute string
getHtmlTitle() - Method in interface com.hcl.domino.richtext.FormField
Returns the HTML element title
getIconIndex() - Method in interface com.hcl.domino.richtext.records.CDAction
 
getId() - Method in exception com.hcl.domino.DominoException
Returns the C API error code
getID() - Method in interface com.hcl.domino.richtext.records.CDIDName
 
getIDFilePath() - Method in class com.hcl.domino.DominoClientBuilder
 
getIdFlags() - Method in interface com.hcl.domino.admin.idvault.IdVault
Returns flags for the ID that is active for the current process
getIDFlags(UserId) - Method in interface com.hcl.domino.admin.idvault.IdVault
Returns flags for the specified ID file
getIDLength() - Method in interface com.hcl.domino.richtext.records.CDIDName
 
getIDPassword() - Method in class com.hcl.domino.DominoClientBuilder
 
getIDTableForFolder(int, boolean) - Method in interface com.hcl.domino.data.Database
This function gets the Note IDs of notes in a folder and returns a IDTable.
getIDTableForFolder(String, boolean) - Method in interface com.hcl.domino.data.Database
This function gets the Note IDs of notes in a folder and returns a IDTable.
getIDUserName() - Method in interface com.hcl.domino.DominoClient
Returns the current Domino ID name used to access Domino server / client
getIdVault() - Method in interface com.hcl.domino.DominoClient
 
getIfViewIsNarrowDo() - Method in interface com.hcl.domino.design.format.ViewColumnFormat6
 
getImageDataSize() - Method in interface com.hcl.domino.richtext.records.CDImageHeader
 
getImageDataSize() - Method in interface com.hcl.domino.richtext.records.CDImageHeader2
 
getImageResource(String) - Method in interface com.hcl.domino.design.DbDesign
Retrieves the named image resource.
getImageResources() - Method in interface com.hcl.domino.design.DbDesign
Retrieves all image resources design elements in the database.
getImageResourceSize() - Method in interface com.hcl.domino.richtext.RichTextRecordList
Retrieves the size of the file stored in a image-resource CD item (e.g.
GetImageResourceSizeProcessor - Class in com.hcl.domino.richtext.process
Retrieves the size of the file stored in a image-resource CD item (e.g.
GetImageResourceSizeProcessor() - Constructor for class com.hcl.domino.richtext.process.GetImageResourceSizeProcessor
Constructs a new file-size extractor.
GetImageResourceStreamProcessor - Class in com.hcl.domino.richtext.process
Extracts the contents of a image-resource CD item (e.g.
GetImageResourceStreamProcessor() - Constructor for class com.hcl.domino.richtext.process.GetImageResourceStreamProcessor
 
getImages() - Method in interface com.hcl.domino.html.HtmlConversionResult
Gives access to all embedded images
getImagesAcross() - Method in interface com.hcl.domino.design.ImageResource
 
getImagesDown() - Method in interface com.hcl.domino.design.ImageResource
 
getImageSegmentData() - Method in interface com.hcl.domino.richtext.records.CDImageSegment
Returns the raw data of this image segment
getImageSrcAttr() - Method in interface com.hcl.domino.html.EmbeddedImage
Returns img tag URL (src attribute value), can be used for string replacement if the image is stored locally on disk
getImageType() - Method in interface com.hcl.domino.richtext.records.CDImageHeader
 
getImageType() - Method in interface com.hcl.domino.richtext.records.CDImageHeader2
 
getIMGroupFormula() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getIMGroupFormulaLength() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getIMOnlineNameFormula() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getIMOnlineNameFormulaLength() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getImportedNoteIds() - Method in interface com.hcl.domino.dxl.DxlImporter
 
getIndex() - Method in class com.hcl.domino.misc.Loop
Returns the current loop index.
getIndexedValueCount() - Method in interface com.hcl.domino.data.IndexedTypedAccess
 
getIndexType() - Method in interface com.hcl.domino.design.Column
 
getInfos() - Method in interface com.hcl.domino.data.Database.ModifiedNoteInfos
 
getInheritTemplateName() - Method in interface com.hcl.domino.dbdirectory.DatabaseData
Returns the name of the template that this database inherits its design from
getInitialFormat() - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
getInnards() - Method in interface com.hcl.domino.richtext.structures.OpaqueTimeDate
 
getInputEnabledFormula() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getInputEnabledFormulaLength() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getInputStream() - Method in interface com.hcl.domino.data.Attachment
Retrieves an input stream to access the data of the attachment.
getInputStream() - Method in class com.hcl.domino.mime.attachments.ByteArrayMimeAttachment
 
getInputStream() - Method in interface com.hcl.domino.mime.attachments.IMimeAttachment
 
getInputStream() - Method in class com.hcl.domino.mime.attachments.LocalFileMimeAttachment
 
getInputStream() - Method in class com.hcl.domino.mime.attachments.UrlMimeAttachment
 
getInputStream() - Method in interface com.hcl.domino.mime.MimeEntity
Retrieves the content of the entity as an InputStream.
getInputStream(boolean) - Method in interface com.hcl.domino.mime.MimeEntity
Retrieves the content of the entity as an InputStream.
getInputTranslationFormula() - Method in interface com.hcl.domino.richtext.FormField
Returns the decompiled default input translation formula or an empty value if not present
getInputTranslationFormula() - Method in interface com.hcl.domino.richtext.records.CDField
 
getInputTranslationLength() - Method in interface com.hcl.domino.richtext.records.CDField
 
getInputValidationFormula() - Method in interface com.hcl.domino.richtext.records.CDField
 
getInputValidationLength() - Method in interface com.hcl.domino.richtext.records.CDField
 
getInputValidationOption() - Method in interface com.hcl.domino.dxl.DxlImporter
 
getInputValidityCheckFormula() - Method in interface com.hcl.domino.richtext.FormField
Returns the decompiled input validation formula or an empty value if not present
getInterval() - Method in interface com.hcl.domino.design.DesignAgent
Retrieves the interval value for the agent.
getInterval() - Method in interface com.hcl.domino.richtext.structures.AssistStruct
 
getIntervalType() - Method in interface com.hcl.domino.design.DesignAgent
Interval type for the agent
getIntervalType() - Method in interface com.hcl.domino.richtext.structures.AssistStruct
 
getISOCountry() - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
getISOCountry() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getItemDefinitionTable() - Method in interface com.hcl.domino.data.Database
The extended version of the Item Definition Table for a database contains the number of items, name and type of all the items defined in that database.

Examples are field names, form names, design names, and formula labels.
Applications can obtain a copy of the extended version of the Item Definition Table by calling this method.
getItemIndex() - Method in interface com.hcl.domino.html.EmbeddedImage
Returns the item index.
getItemName() - Method in interface com.hcl.domino.data.CollectionColumn
 
getItemName() - Method in interface com.hcl.domino.design.Column
 
getItemName() - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
getItemName() - Method in interface com.hcl.domino.html.EmbeddedImage
Returns the name of the item that contains this image.
getItemName() - Method in interface com.hcl.domino.richtext.RichTextWriter
Returns the name of the rich text item
getItemNameLength() - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
getItemNames() - Method in interface com.hcl.domino.data.TypedAccess
Returns the names of all available items
getItemNames() - Method in interface com.hcl.domino.design.DesignElement
 
getItemOffset() - Method in interface com.hcl.domino.html.EmbeddedImage
Returns the item offset.
getItemSequenceNumber() - Method in interface com.hcl.domino.design.format.ViewTableFormat
 
getItemValue(String) - Method in interface com.hcl.domino.data.Document
Retrieves the value of the first item of the given name on the document as its closest Java-type match.
GetJavaScriptDataProcessor - Class in com.hcl.domino.richtext.process
Extracts the contents of a JavaScript CD item (e.g.
GetJavaScriptDataProcessor() - Constructor for class com.hcl.domino.richtext.process.GetJavaScriptDataProcessor
 
getJDKExportCharset() - Method in interface com.hcl.domino.dxl.DxlExporter
 
getKey() - Method in class com.hcl.domino.data.CollectionSearchQuery.MultiColumnLookupKey
 
getKey() - Method in class com.hcl.domino.data.CollectionSearchQuery.SingleColumnLookupKey
 
getKeywordCount() - Method in interface com.hcl.domino.richtext.records.CDKeyword
 
getKeywordFormula() - Method in interface com.hcl.domino.richtext.FormField
If the field is a textlist computed by a formula, this method returns the formula
getKeywords() - Method in interface com.hcl.domino.richtext.records.CDKeyword
 
getKind() - Method in interface com.hcl.domino.design.Field
 
getKnownServers(String) - Method in interface com.hcl.domino.DominoClient
Retrieves a list of servers known to the current Domino environment.
getLanguage() - Method in interface com.hcl.domino.data.DominoCollectionInfo
 
getLastAccessed() - Method in interface com.hcl.domino.data.Document
Retrieves the last-accessed time of the document, if that information is being tracked in the database.
getLastAccessedTime() - Method in interface com.hcl.domino.data.DominoCollection
Returns the DominoDateTime when this view was last accessed
getLastBuildTime() - Method in interface com.hcl.domino.data.DocumentSelection
Returns the last time, the DocumentSelection.build() has been invoked.
getLastCompact() - Method in interface com.hcl.domino.dbdirectory.DatabaseData
Returns the date of the last compact
getLastFixup() - Method in interface com.hcl.domino.dbdirectory.DatabaseData
Returns the date of the last fixup
getLastFTIndexTime() - Method in interface com.hcl.domino.data.Database
This routine returns the last time a database was full text indexed.
getLastModified() - Method in interface com.hcl.domino.data.Database.SearchMatch
Returns the modified date of the note as an DominoDateTime
getLastModified() - Method in interface com.hcl.domino.data.Document
Retrieves the time when the document was last modified.
getLastRunDuration() - Method in interface com.hcl.domino.design.DesignAgent
Analyses the last run log to work out the number of seconds for last run duration
getLeft() - Method in interface com.hcl.domino.richtext.structures.CropRect
 
getLeftMargin() - Method in interface com.hcl.domino.richtext.TextStyle
 
getLength() - Method in interface com.hcl.domino.design.format.ViewColumnFormat5
 
getLength() - Method in interface com.hcl.domino.design.format.ViewColumnFormat6
 
getLength() - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
getLength() - Method in interface com.hcl.domino.design.format.ViewTableFormat3
 
getLength() - Method in interface com.hcl.domino.design.format.ViewTableFormat4
 
getLength() - Method in interface com.hcl.domino.design.format.ViewTableFormat5
 
getLength() - Method in interface com.hcl.domino.richtext.records.CDBlobPart
 
getLength() - Method in interface com.hcl.domino.richtext.records.CDCaption
 
getLength() - Method in interface com.hcl.domino.richtext.structures.BSIG
 
getLength() - Method in interface com.hcl.domino.richtext.structures.CDSignature
 
getLength() - Method in interface com.hcl.domino.richtext.structures.LengthValue
 
getLength() - Method in interface com.hcl.domino.richtext.structures.LSIG
 
getLength() - Method in interface com.hcl.domino.richtext.structures.WSIG
 
getLibraryList() - Method in interface com.hcl.domino.richtext.records.CDActionJavaAgent
 
getLibraryListLength() - Method in interface com.hcl.domino.richtext.records.CDActionJavaAgent
 
getLine() - Method in exception com.hcl.domino.exception.LotusScriptCompilationException
 
getLineColor() - Method in interface com.hcl.domino.richtext.records.CDActionBar
 
getLineColor() - Method in interface com.hcl.domino.richtext.records.CDActionBarExt
 
getLineCount() - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
getLineNumber() - Method in interface com.hcl.domino.design.format.ViewColumnFormat6
 
getLineSpacing() - Method in interface com.hcl.domino.richtext.TextStyle
 
getLineStyle() - Method in interface com.hcl.domino.richtext.records.CDActionBar
 
getListDelimiterRaw() - Method in interface com.hcl.domino.richtext.records.CDField
 
getListDelimiters() - Method in interface com.hcl.domino.richtext.records.CDField
 
getListDispayDelimiter() - Method in interface com.hcl.domino.richtext.FormField
Returns the delimiter used when displaying multiple values.
getListDisplayDelimiter() - Method in interface com.hcl.domino.richtext.records.CDField
 
getListEntries() - Method in interface com.hcl.domino.richtext.structures.ListStructure
 
getListInputDelimiters() - Method in interface com.hcl.domino.richtext.FormField
Returns the selected delimiters for multiple values when the user enters.
getLocalEncryptionInfo() - Method in interface com.hcl.domino.data.Database
 
getLockHolders() - Method in interface com.hcl.domino.data.Document
 
getLongValue() - Method in enum com.hcl.domino.admin.replication.GetDocumentsMode
 
getLongValue() - Method in enum com.hcl.domino.admin.replication.Replication.ReplicationHistoryFlags
 
getLongValue() - Method in enum com.hcl.domino.admin.replication.ReplicationFlags
 
getLongValue() - Method in enum com.hcl.domino.admin.replication.ReplicationHistorySummary.ReplicationDirection
 
getLongValue() - Method in enum com.hcl.domino.admin.ServerAdmin.ClusterLookup
 
getLongValue() - Method in enum com.hcl.domino.crypt.DatabaseEncryptionState
 
getLongValue() - Method in enum com.hcl.domino.crypt.EncryptionStrength
 
getLongValue() - Method in enum com.hcl.domino.data.Database.ModifiedNotesInfoFlags
 
getLongValue() - Method in enum com.hcl.domino.data.Database.ReplicateOption
 
getLongValue() - Method in enum com.hcl.domino.data.DatabaseClass
 
getLongValue() - Method in enum com.hcl.domino.data.DatabaseOption
 
getLongValue() - Method in enum com.hcl.domino.data.DBQuery
 
getLongValue() - Method in enum com.hcl.domino.data.DocumentClass
 
getLongValue() - Method in enum com.hcl.domino.data.FTIndex
 
getLongValue() - Method in enum com.hcl.domino.data.FTQuery
 
getLongValue() - Method in enum com.hcl.domino.data.Item.ItemFlag
 
getLongValue() - Method in enum com.hcl.domino.data.ItemDataType
 
getLongValue() - Method in enum com.hcl.domino.design.agent.AgentInterval
 
getLongValue() - Method in enum com.hcl.domino.design.agent.AgentTrigger
 
getLongValue() - Method in enum com.hcl.domino.design.format.DateShowFormat
 
getLongValue() - Method in enum com.hcl.domino.design.format.DateShowSpecial
 
getLongValue() - Method in enum com.hcl.domino.design.format.DateTimeFlag
 
getLongValue() - Method in enum com.hcl.domino.design.format.DateTimeFlag2
 
getLongValue() - Method in enum com.hcl.domino.design.format.DayFormat
 
getLongValue() - Method in enum com.hcl.domino.design.format.FieldDataType
 
getLongValue() - Method in enum com.hcl.domino.design.format.FieldListDelimiter
 
getLongValue() - Method in enum com.hcl.domino.design.format.FieldListDisplayDelimiter
 
getLongValue() - Method in enum com.hcl.domino.design.format.MonthFormat
 
getLongValue() - Method in enum com.hcl.domino.design.format.NumberPref
 
getLongValue() - Method in enum com.hcl.domino.design.format.TimeShowFormat
 
getLongValue() - Method in enum com.hcl.domino.design.format.ViewCalendarFormat.Flag
 
getLongValue() - Method in enum com.hcl.domino.design.format.ViewCalendarFormat.Format
 
getLongValue() - Method in enum com.hcl.domino.design.format.ViewCalendarFormat.MinorVersion
 
getLongValue() - Method in enum com.hcl.domino.design.format.ViewCalendarFormat.Version
 
getLongValue() - Method in enum com.hcl.domino.design.format.ViewColumnFormat.DataType
 
getLongValue() - Method in enum com.hcl.domino.design.format.ViewColumnFormat.Flag
 
getLongValue() - Method in enum com.hcl.domino.design.format.ViewColumnFormat.Flag2
 
getLongValue() - Method in enum com.hcl.domino.design.format.ViewColumnFormat2.Flag3
 
getLongValue() - Method in enum com.hcl.domino.design.format.ViewColumnFormat2.HiddenFlag
 
getLongValue() - Method in enum com.hcl.domino.design.format.ViewColumnFormat5.Flag
 
getLongValue() - Method in enum com.hcl.domino.design.format.ViewColumnFormat6.Flag
 
getLongValue() - Method in enum com.hcl.domino.design.format.ViewFormatHeader.Version
 
getLongValue() - Method in enum com.hcl.domino.design.format.ViewFormatHeader.ViewStyle
 
getLongValue() - Method in enum com.hcl.domino.design.format.ViewTableFormat.Flag
 
getLongValue() - Method in enum com.hcl.domino.design.format.ViewTableFormat.Flag2
 
getLongValue() - Method in enum com.hcl.domino.design.format.ViewTableFormat2.Flag
 
getLongValue() - Method in enum com.hcl.domino.design.format.ViewTableFormat2.FormatSignature
 
getLongValue() - Method in enum com.hcl.domino.design.format.ViewTableFormat2.Spacing
 
getLongValue() - Method in enum com.hcl.domino.design.format.ViewTableFormat3.Flag
 
getLongValue() - Method in enum com.hcl.domino.design.format.WeekFormat
 
getLongValue() - Method in enum com.hcl.domino.design.format.YearFormat
 
getLongValue() - Method in enum com.hcl.domino.DominoClient.OpenDatabase
 
getLongValue() - Method in enum com.hcl.domino.dxl.DxlExporter.DXLExportCharset
 
getLongValue() - Method in enum com.hcl.domino.dxl.DxlExporter.DXLMIMEOption
 
getLongValue() - Method in enum com.hcl.domino.dxl.DxlExporter.DXLRichTextOption
 
getLongValue() - Method in enum com.hcl.domino.dxl.DxlExporter.DXLValidationStyle
 
getLongValue() - Method in enum com.hcl.domino.dxl.DxlImporter.DXLImportOption
 
getLongValue() - Method in enum com.hcl.domino.dxl.DxlImporter.DXLLogOption
 
getLongValue() - Method in enum com.hcl.domino.dxl.DxlImporter.XMLValidationOption
 
getLongValue() - Method in enum com.hcl.domino.mime.RichTextMimeConversionSettings.AttachmentEncoding
 
getLongValue() - Method in enum com.hcl.domino.mime.RichTextMimeConversionSettings.MessageContentEncoding
 
getLongValue() - Method in enum com.hcl.domino.mime.RichTextMimeConversionSettings.ReadReceipt
 
getLongValue() - Method in enum com.hcl.domino.mime.RichTextMimeConversionSettings.Typeface
 
getLongValue() - Method in interface com.hcl.domino.misc.INumberEnum
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDAction.Flag
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDAction.Type
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDActionBar.BorderStyle
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDActionBar.Flag
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDActionBar.LineStyle
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDActionBarExt.BackgroundRepeat
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDActionBarExt.BorderDisplay
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDActionBarExt.Flag
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDActionBarExt.TextJustify
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDActionBarExt.WidthStyle
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDActionDBCopy.Flag
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDActionFolder.Flag
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDActionFormula.Flag
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDActionModifyField.Flag
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDActionNewsletter.Flag
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDActionReply.Flag
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDActionSendMail.Flag
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDCaption.Position
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDDataFlags.ElementType
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDDDEBegin.DDEFlag
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDDDEBegin.DDEFormat
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDEmbeddedControl.Flag
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDEmbeddedControl.Style
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDEmbeddedControl.Type
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDEmbeddedControl.Version
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDEvent.ActionType
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDEvent.EventFlag
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDEvent.EventType
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDExt2Field.CurrencyFlag
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDExt2Field.CurrencyType
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDExt2Field.FormatFlag
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDExtField.Flag
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDExtField.Flag2
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDExtField.HelperType
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDField.Flag
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDFieldHint.Flag
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDGraphic.Flag
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDGraphic.Version
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDHotspotBegin.Flag
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDHotspotBegin.Type
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDImageHeader.ImageType
 
getLongValue() - Method in enum com.hcl.domino.richtext.records.CDKeyword.Flag
 
getLongValue() - Method in enum com.hcl.domino.richtext.structures.AssistFieldStruct.ActionByField
 
getLongValue() - Method in enum com.hcl.domino.richtext.structures.AssistFieldStruct.QueryByField
 
getLongValue() - Method in enum com.hcl.domino.richtext.structures.AssistStruct.Flag
 
getLongValue() - Method in enum com.hcl.domino.richtext.structures.AssistStruct.Search
 
getLongValue() - Method in enum com.hcl.domino.richtext.structures.ColorValue.Flag
 
getLongValue() - Method in enum com.hcl.domino.richtext.structures.FontStyle.Attribute
 
getLongValue() - Method in enum com.hcl.domino.richtext.structures.FontStyle.StandardColors
 
getLongValue() - Method in enum com.hcl.domino.richtext.structures.FontStyle.StandardFonts
 
getLongValue() - Method in enum com.hcl.domino.richtext.structures.LengthValue.Flag
 
getLongValue() - Method in enum com.hcl.domino.richtext.structures.LengthValue.Unit
 
getLongValue() - Method in enum com.hcl.domino.richtext.structures.NFMT.Attribute
 
getLongValue() - Method in enum com.hcl.domino.richtext.structures.NFMT.Format
 
getLongValue() - Method in enum com.hcl.domino.richtext.structures.TFMT.DateFormat
 
getLongValue() - Method in enum com.hcl.domino.richtext.structures.TFMT.TimeFormat
 
getLongValue() - Method in enum com.hcl.domino.richtext.structures.TFMT.TimeStructure
 
getLongValue() - Method in enum com.hcl.domino.richtext.structures.TFMT.ZoneFormat
 
getLongValue() - Method in enum com.hcl.domino.runtime.NSDMode
 
getLongValue() - Method in enum com.hcl.domino.security.AclFlag
 
getLongValue() - Method in enum com.hcl.domino.security.AclLevel
 
getLookupKeysMultiCol() - Method in class com.hcl.domino.data.CollectionSearchQuery.SelectedEntries
 
getLookupKeysSingleCol() - Method in class com.hcl.domino.data.CollectionSearchQuery.SelectedEntries
 
getMainClassName() - Method in interface com.hcl.domino.design.agent.ImportedJavaAgentContent
 
getMainClassName() - Method in interface com.hcl.domino.design.agent.JavaAgentContent
 
getMajorVersion() - Method in interface com.hcl.domino.BuildVersionInfo
Returns the major version identifier
getMajorVersion() - Method in interface com.hcl.domino.data.Database.NSFVersionInfo
The major version number indicates which releases of Domino and Notes software are able to access that database.
The major verson number of a database is the same as the ODS version number that is displayed in the Notes Client File/Database/Properties/second information tab.
getMarginBackgroundColor() - Method in interface com.hcl.domino.design.format.ViewTableFormat3
 
getMaskNr() - Method in enum com.hcl.domino.calendar.CalendarReadRange
 
getMatches() - Method in interface com.hcl.domino.data.FormulaQueryResult
Returns detail infos about search matches like modified dates, document classes and the UNID.
getMatchesWithScore() - Method in interface com.hcl.domino.data.FTQueryResult
Returns the sorted note ids of search matches with their search score (0-255).
getMaxChars() - Method in interface com.hcl.domino.richtext.records.CDEmbeddedControl
 
getMaxRows() - Method in interface com.hcl.domino.design.format.ViewTableFormat3
 
getMessageContentEncoding() - Method in interface com.hcl.domino.mime.RichTextMimeConversionSettings
The function returns the current Conversions Controls 'message content encoding' setting.
getMessageQueues() - Method in interface com.hcl.domino.DominoClient
Method to access the message queues of the Domino API.
getMilliGroupSize() - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
getMilliGroupSize() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getMilliSeparator() - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
getMilliSeparator() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getMilliSeparatorLength() - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
getMilliSeparatorLength() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getMimeEntity() - Method in interface com.hcl.domino.data.Item
Retrieves the item content as a MIME entity, if this is a MIME item.
getMIMEOption() - Method in interface com.hcl.domino.dxl.DxlExporter
 
getMimeReader() - Method in interface com.hcl.domino.DominoClient
Returns a utility class to read MIME content from a Document.
getMIMEReader(Document, String, Set<MimeReader.ReadMimeDataType>) - Method in interface com.hcl.domino.mime.MimeReader
Returns a Reader to read the MIME content
getMimeType() - Method in interface com.hcl.domino.design.NamedFileElement
 
getMimeWriter() - Method in interface com.hcl.domino.DominoClient
Returns a utility class to write MIME content to a Document
getMinorVersion() - Method in interface com.hcl.domino.BuildVersionInfo
Returns the minor version identifier
getMinorVersion() - Method in interface com.hcl.domino.data.Database.NSFVersionInfo
The minor version number indicates small changes to the internal format of a database, and is generally of little interest to a C API program.
getMinorVersion() - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
getMode() - Method in class com.hcl.domino.data.CollectionSearchQuery.ExpandedEntries
 
getMode() - Method in class com.hcl.domino.data.CollectionSearchQuery.SelectedEntries
 
getMode() - Method in enum com.hcl.domino.data.Document.EncryptionMode
 
getModifications() - Method in interface com.hcl.domino.design.action.ModifyByFormAction
 
getModified() - Method in interface com.hcl.domino.data.Database.DocInfoExt
Returns the value for "Modified in this file"
getModified() - Method in interface com.hcl.domino.dbdirectory.DatabaseData
Returns the database modification date
getModified() - Method in interface com.hcl.domino.dbdirectory.DirEntry
Returns the file modification date
getModified() - Method in interface com.hcl.domino.dbdirectory.FolderData
Returns the folder modification date
getModifiedInThisFile() - Method in interface com.hcl.domino.data.Document
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.
getModifiedNoteIds(Set<DocumentClass>, TemporalAccessor, boolean) - Method in interface com.hcl.domino.data.Database
This function returns an IDTable of Note IDs of documents which have been modified in some way from the given starting time until "now".
The ending date/time is returned in IDTable.getDateTime(), so that this function can be performed incrementally.

The returned IDTable also contains the note IDs of deleted documents.
getModifiedNotesInfo(Set<DocumentClass>, Set<Database.ModifiedNotesInfoFlags>, TemporalAccessor, boolean, TemporalAccessor) - Method in interface com.hcl.domino.data.Database
Returns information about documents modified since the specified date/time
getModifiedTime(Ref<DominoDateTime>, Ref<DominoDateTime>) - Method in interface com.hcl.domino.data.Database
This function obtains the date/time of the last modified data and non-data documents in the specified database.
getMonthFormat() - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
getMonthFormat() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getMsgSeqNum() - Method in interface com.hcl.domino.admin.IConsoleLine
Returns a sequential number of the message
getMultiDocumentInfo(int[]) - Method in interface com.hcl.domino.data.Database
This method can be used to get information for a number documents in a database from their note ids in a single call.
The data returned by this method is the note id, the UNID of the document, the sequence number and the sequence time ("Modified initially" time).

In addition, the method checks whether a document exists or has been deleted.
getMultiDocumentInfo(String[]) - Method in interface com.hcl.domino.data.Database
This method can be used to get information for a number documents in a database from their note unids in a single call.
The data returned by this method is the note id the UNID of the document, the sequence number and the sequence time ("Modified initially" time).

In addition, the method checks whether a document exists or has been deleted.
getName() - Method in interface com.hcl.domino.admin.ServerAdmin.DominoSSOToken
Get username element from SSO Token
getName() - Method in interface com.hcl.domino.data.Agent
Gets the agent's Name
getName() - Method in interface com.hcl.domino.data.DominoCollection
 
getName() - Method in interface com.hcl.domino.data.Item
Gets the field name.
getName() - Method in interface com.hcl.domino.design.Field
 
getName() - Method in class com.hcl.domino.dql.DQL.NamedItem
 
getName() - Method in interface com.hcl.domino.mq.MessageQueue
Returns the name of the queue as specified via MessageQueues.createAndOpen(String, int) or MessageQueues.open(String, boolean) respectively.
getName() - Method in interface com.hcl.domino.richtext.FormField
Returns the name if the field
getName() - Method in interface com.hcl.domino.richtext.records.CDField
 
getName() - Method in interface com.hcl.domino.richtext.records.CDIDName
 
getName() - Method in interface com.hcl.domino.richtext.TextStyle
 
getName() - Method in interface com.hcl.domino.security.AclEntry
 
getNameLength() - Method in interface com.hcl.domino.richtext.records.CDField
 
getNameLength() - Method in interface com.hcl.domino.richtext.records.CDIDName
 
getNameLength() - Method in interface com.hcl.domino.richtext.structures.RFC822ItemDesc
 
getNamesList() - Method in interface com.hcl.domino.data.Database
This function returns a UserNamesList structure.
getNamesList() - Method in interface com.hcl.domino.security.Ecl
Returns the names list for which we compute the ECL
getNegativeSymbol() - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
getNegativeSymbol() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getNegativeSymbolLength() - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
getNegativeSymbolLength() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getNewInvitations(Database, TemporalAccessor, String, TemporalAccessor, AtomicReference<DominoDateTime>, List<Integer>, List<String>) - Method in interface com.hcl.domino.calendar.Calendaring
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.
getNextDiscardTime() - Method in interface com.hcl.domino.data.DominoCollection
Returns the DominoDateTime when the view index will be discarded
getNextSinceTime() - Method in class com.hcl.domino.data.DatabaseChangePathList
 
getNonMatches() - Method in interface com.hcl.domino.data.FormulaQueryResult
Returns detail infos about documents not matching the search formula, if a since date/time has been specified.
getNote() - Method in interface com.hcl.domino.data.DominoOriginatorId
Returns the Note part of the universal id
getNote() - Method in interface com.hcl.domino.data.DominoUniversalNoteId
Returns the Note part of the universal id
getNote() - Method in interface com.hcl.domino.richtext.structures.UNID
 
getNoteClass() - Method in interface com.hcl.domino.data.Database.DocInfoExt
Returns the note class
getNoteID() - Method in interface com.hcl.domino.data.Agent
NoteID location of the agent's design element, specific only for this replica of the Database
getNoteID() - Method in interface com.hcl.domino.data.CollectionEntry
Retrieves the note ID for the entry.
getNoteId() - Method in interface com.hcl.domino.data.Database.DocInfo
Returns the note id
getNoteId() - Method in interface com.hcl.domino.data.Database.ModifiedNoteInfo
 
getNoteID() - Method in interface com.hcl.domino.data.Database.SearchMatch
Returns the note id
getNoteID() - Method in interface com.hcl.domino.data.Document
Retrieves the note ID of this document.
getNoteId() - Method in interface com.hcl.domino.data.DominoCollection
 
getNoteID() - Method in interface com.hcl.domino.data.DominoCollectionInfo
 
getNoteId() - Method in class com.hcl.domino.data.NoteIdWithScore
 
getNoteIds() - Method in class com.hcl.domino.data.CollectionSearchQuery.ExpandedEntries
 
getNoteIds() - Method in class com.hcl.domino.data.CollectionSearchQuery.SelectedEntries
 
getNoteIds() - Method in interface com.hcl.domino.data.DbQueryResult
Returns an IDTable of documents matching the search.
getNoteIds() - Method in class com.hcl.domino.data.DQLQueryResult
 
getNoteIds() - Method in interface com.hcl.domino.data.FormulaQueryResult
 
getNoteIds() - Method in interface com.hcl.domino.data.FTQueryResult
Returns an IDTable of documents matching the search.
getNotesNativeLength() - Method in interface com.hcl.domino.richtext.structures.RFC822ItemDesc
 
getNSFVersionInfo() - Method in interface com.hcl.domino.data.Database
Reads information about the On-Disk-Structure (ODS) of the database.
getNumberErrors() - Method in interface com.hcl.domino.DominoClient.NotesReplicationStats
 
getNumberFormat() - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
getNumberFormat() - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
getNumberFormat() - Method in interface com.hcl.domino.richtext.records.CDField
 
getNumberSymbolPreference() - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
getNumberSymbolPreference() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getNumDocs() - Method in interface com.hcl.domino.data.FTQueryResult
Returns the number of documents returned in the results, may be less than FTQueryResult.getNumHits() if Database.queryFTIndex(String, int, java.util.Set, java.util.Set, int, int) is used with paging parameters.
getNumHits() - Method in interface com.hcl.domino.data.FTQueryResult
Returns the actual number of documents found for this search.
getObjectAttachmentName() - Method in interface com.hcl.domino.design.agent.JavaAgentContent
 
getOID() - Method in interface com.hcl.domino.data.Document
Retrieves the originator ID of the document, which contains the UNID and additional modification information.
getOLEObjectOmittedText() - Method in interface com.hcl.domino.dxl.DxlExporter
 
getOmitItemNames() - Method in interface com.hcl.domino.dxl.DxlExporter
 
getOnRefreshUISetting() - Method in interface com.hcl.domino.design.GenericFolderOrView
 
getOperatorRaw() - Method in interface com.hcl.domino.richtext.structures.AssistFieldStruct
 
getOption(DatabaseOption) - Method in interface com.hcl.domino.data.Database
Gets the value of a database option
getOptions() - Method in interface com.hcl.domino.data.Database
Returns the DatabaseOption values for the database
getOptions() - Method in interface com.hcl.domino.html.EmbeddedImage
Use the HTML convert options used to render this embedded image.
getOrganisation() - Method in interface com.hcl.domino.Name
Retrieves the O element of this name
getOrgUnit1() - Method in interface com.hcl.domino.Name
Retrieves the first OU element of this name
getOrgUnit2() - Method in interface com.hcl.domino.Name
Retrieves the second OU element of this name
getOrgUnit3() - Method in interface com.hcl.domino.Name
Retrieves the third OU element of this name
getOrgUnit4() - Method in interface com.hcl.domino.Name
Retrieves the fourth OU element of this name
getOrgUnits() - Method in interface com.hcl.domino.Name
Retrieves all OU elements of this name as a List
getOutputWriter() - Method in interface com.hcl.domino.data.Agent.AgentRunContext
Returns the output writer used for Print statements during agent execution
getOwner() - Method in interface com.hcl.domino.freebusy.Schedule
Returns the owner of this schedule in canonical format
getOwnerSig() - Method in interface com.hcl.domino.richtext.records.CDBlobPart
 
getParagraphSpacingAfter() - Method in interface com.hcl.domino.richtext.TextStyle
 
getParagraphSpacingBefore() - Method in interface com.hcl.domino.richtext.TextStyle
 
getParamDocId() - Method in interface com.hcl.domino.data.Agent.AgentRunContext
Returns the note id for Session.ParameterDocId
getParameters() - Method in interface com.hcl.domino.mime.MimeHeader
Retrieves a view of the parameters of this header.
getParent() - Method in interface com.hcl.domino.data.Attachment
Returns the parent document of this attachment
getParent() - Method in interface com.hcl.domino.data.DominoCollectionInfo
 
getParent() - Method in interface com.hcl.domino.mime.MimeEntity
Retrieves the parent of this entity, if it is part of a multipart tree.
getParentDatabase() - Method in interface com.hcl.domino.admin.replication.ReplicaInfo
Returns the database this replica info belongs to
getParentDatabase() - Method in interface com.hcl.domino.data.Agent
Database containing the agent
getParentDatabase() - Method in interface com.hcl.domino.data.DbQueryResult
Returns the Database that was used to run the query
getParentDatabase() - Method in interface com.hcl.domino.data.Document
Retrieves the parent database of this document.
getParentDatabase() - Method in interface com.hcl.domino.data.DocumentSelection
Returns the parent database
getParentDatabase() - Method in interface com.hcl.domino.data.DominoCollection
 
getParentDocument() - Method in interface com.hcl.domino.richtext.RichTextWriter
Returns the document that will contain the rich text data
getParentDocumentUNID() - Method in interface com.hcl.domino.data.Document
Retrieves the UNID of the parent document of this document, if present.
getParentDominoClient() - Method in interface com.hcl.domino.misc.DominoClientDescendant
 
getParentNoteId() - Method in interface com.hcl.domino.data.Database.DocInfoExt
Returns the note id of the parent note or 0
getParentPerson() - Method in interface com.hcl.domino.person.OutOfOffice
 
getPayloadLength() - Method in interface com.hcl.domino.richtext.records.RichTextRecord
Returns the size of the CD record payload (the data without the record header bytes)
getPercentage() - Method in interface com.hcl.domino.richtext.records.CDEmbeddedControl
 
getPerson(String) - Method in interface com.hcl.domino.DominoClient
Returns a utility class that provides information about a user
getPhysicalFilePath() - Method in interface com.hcl.domino.dbdirectory.DirEntry
Returns the physical/absolute filepath of the entry in the scanned directory
getPictureOmittedText() - Method in interface com.hcl.domino.dxl.DxlExporter
 
getPid() - Method in interface com.hcl.domino.admin.IConsoleLine
 
getPlainText() - Method in class com.hcl.domino.mime.MimeData
Returns alternative plaintext content
getPointSize() - Method in interface com.hcl.domino.mime.RichTextMimeConversionSettings
The function returns the Conversions Controls 'point size' setting.
getPointSize() - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
getPosition() - Method in interface com.hcl.domino.data.CollectionColumn
 
getPosition() - Method in interface com.hcl.domino.richtext.records.CDCaption
 
getPreamble() - Method in interface com.hcl.domino.mime.MimeEntity
Gets the preamble of this multipart entity.
getPreselection() - Method in interface com.hcl.domino.data.DocumentSelection
Returns an IDTable with note ids to pre-filter the documents to be scanned by the search
getPrimaryKeyCategory() - Method in interface com.hcl.domino.data.Document
Returns the category part of the note primary key
getPrimaryKeyObjectId() - Method in interface com.hcl.domino.data.Document
Returns the object id part of the note primary key
getPrimaryName() - Method in interface com.hcl.domino.UserNamesList
Returns the first value of the list
getPriority() - Method in interface com.hcl.domino.admin.replication.ReplicaInfo
Reads the current replication priority
getPriority() - Method in interface com.hcl.domino.data.ValueConverter
Determines the relative priority of this converter compared to other converters of the same type.
getProfileDocument(String) - Method in interface com.hcl.domino.data.Database
 
getProfileDocument(String, String) - Method in interface com.hcl.domino.data.Database
 
getProfileName() - Method in interface com.hcl.domino.data.Document
For profile documents, this method returns the name of the profile
getProfileUserName() - Method in interface com.hcl.domino.data.Document
For profile documents, this method returns the username of the profile owner
getProgramDirectory() - Method in interface com.hcl.domino.runtime.DominoRuntime
Retrieves the path of the program directory for the current Notes/Domino runtime.
getProperties() - Method in interface com.hcl.domino.data.Item
Extracts the key elements available in the Notes Client Document Properties window, so they can be made available in a serializable format
getProperties() - Method in interface com.hcl.domino.dbdirectory.DirEntry
Returns a map of properties for the entry
getPropertyInt(String) - Method in interface com.hcl.domino.runtime.DominoRuntime
Retrieves the value of a Notes configuration property as an integer.
getPropertyName() - Method in enum com.hcl.domino.design.DbProperties.LaunchContextNotes
 
getPropertyName() - Method in enum com.hcl.domino.design.DbProperties.LaunchContextWeb
 
getPropertyName() - Method in enum com.hcl.domino.design.DbProperties.PreviewPaneDefault
 
getPropertyName() - Method in enum com.hcl.domino.design.DbProperties.PropertiesOptions
 
getPropertyName() - Method in enum com.hcl.domino.design.DbProperties.UnreadReplicationSetting
 
getPropertyName() - Method in enum com.hcl.domino.design.GenericFolderOrView.OnRefreshType
 
getPropertyString(String) - Method in interface com.hcl.domino.runtime.DominoRuntime
Retrieves the value of a Notes configuration property as a string.
getProportionalWidthCharacters() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getPublishFieldName() - Method in interface com.hcl.domino.design.format.ViewColumnFormat6
 
getPublishFieldNameLength() - Method in interface com.hcl.domino.design.format.ViewColumnFormat6
 
getPullFailed() - Method in interface com.hcl.domino.DominoClient.NotesReplicationStats
 
getPullFilesCompleted() - Method in interface com.hcl.domino.DominoClient.NotesReplicationStats
 
getPullNotesAdded() - Method in interface com.hcl.domino.DominoClient.NotesReplicationStats
 
getPullNotesDeleted() - Method in interface com.hcl.domino.DominoClient.NotesReplicationStats
 
getPullNumberErrors() - Method in interface com.hcl.domino.DominoClient.NotesReplicationStats
 
getPullSuccessful() - Method in interface com.hcl.domino.DominoClient.NotesReplicationStats
 
getPullTotalFiles() - Method in interface com.hcl.domino.DominoClient.NotesReplicationStats
 
getPushFailed() - Method in interface com.hcl.domino.DominoClient.NotesReplicationStats
 
getPushFilesCompleted() - Method in interface com.hcl.domino.DominoClient.NotesReplicationStats
 
getPushNotesAdded() - Method in interface com.hcl.domino.DominoClient.NotesReplicationStats
 
getPushNotesDeleted() - Method in interface com.hcl.domino.DominoClient.NotesReplicationStats
 
getPushNumberErrors() - Method in interface com.hcl.domino.DominoClient.NotesReplicationStats
 
getPushSuccessful() - Method in interface com.hcl.domino.DominoClient.NotesReplicationStats
 
getPushTotalFiles() - Method in interface com.hcl.domino.DominoClient.NotesReplicationStats
 
getQMRNumber() - Method in interface com.hcl.domino.BuildVersionInfo
Returns the Maintenance Release identifier
getQMUNumber() - Method in interface com.hcl.domino.BuildVersionInfo
Returns the Maintenance Update identifier
getQuery() - Method in class com.hcl.domino.data.DQLQueryResult
Returns the DQL query string
getQueryOperator() - Method in interface com.hcl.domino.richtext.structures.AssistFieldStruct
 
getReader() - Method in interface com.hcl.domino.mime.MimeEntity
Retrieves a Reader for the text content of this entity.
getReadersFields() - Method in interface com.hcl.domino.data.Document
The function returns all the readers items of the document
getReadReceipt() - Method in interface com.hcl.domino.mime.RichTextMimeConversionSettings
The function returns the Conversions Controls 'read receipt' setting.
getRecordHeaderLength() - Method in interface com.hcl.domino.richtext.records.RichTextRecord
Returns the length of the signature bytes containing the record type and total lengths at the beginning of RichTextRecord.getData()
getRecordTypeForConstant(short, RecordType.Area) - Static method in enum com.hcl.domino.richtext.records.RecordType
Looks up an RecordType for the signature WORD value contained in a CD record.
getRecordTypesForConstant(short) - Static method in enum com.hcl.domino.richtext.records.RecordType
Looks up an RecordType for the signature WORD value contained in a CD record.
getRecurrenceID(TemporalAccessor) - Method in interface com.hcl.domino.calendar.Calendaring
This is a convenience method that returns a RECURRENCE-ID (in UTC time) from a TemporalAccessor object.
getRed() - Method in interface com.hcl.domino.richtext.structures.ColorValue
 
getRelativeFilePath() - Method in interface com.hcl.domino.data.Database
Retrieves the file path of the database relative to the containing host's data directory.
getRemoveNames() - Method in interface com.hcl.domino.calendar.CalendarActionData
 
getRenewalDate() - Method in interface com.hcl.domino.admin.ServerAdmin.DominoSSOToken
Gives a date and time when the SSO token will expire and needs to be renewed
getReplicaID() - Method in interface com.hcl.domino.admin.replication.ReplicaInfo
Returns the replica ID as hex encoded string with 16 characters
getReplicaID() - Method in interface com.hcl.domino.data.Database
 
getReplicaIDAsDate() - Method in interface com.hcl.domino.admin.replication.ReplicaInfo
Returns the replication ID which is same for all replica files
getReplicaInfo(Database) - Method in interface com.hcl.domino.admin.replication.Replication
This function gets the given database's ReplicaInfo structure.

This structure contains information that tells the Domino Replicator how to treat the database.
The ".ID" member enables the Replicator to identify "replicas" of databases.

The ".CutoffInterval" is the age in days at which deleted document identifiers are purged.
Domino divides this interval into thirds, and for each third of the interval carries out what amounts to an incremental purge.

These deleted document identifiers are sometimes called deletion stubs.

The ".Cutoff" member is a DominoDateTime value that is calculated by subtracting the Cutoff Interval (also called Purge Interval) from today's date.

It prevents notes that are older than that date from being replicated at all.

The ".Flags" member is a bit-wise encoded short that stores miscellaneous Replicator flags.
getReplication() - Method in interface com.hcl.domino.DominoClient
Returns replication utilities
getReplicationDirection() - Method in class com.hcl.domino.admin.replication.ReplicationHistorySummary
 
getReplicationFlags() - Method in interface com.hcl.domino.admin.replication.ReplicaInfo
 
getReplicationHistory(Database, Set<Replication.ReplicationHistoryFlags>) - Method in interface com.hcl.domino.admin.replication.Replication
Reads the replication history of the database
getReplicationTime() - Method in class com.hcl.domino.admin.replication.ReplicationHistorySummary
 
getReserved() - Method in interface com.hcl.domino.richtext.records.CDBlobPart
 
getReserved() - Method in interface com.hcl.domino.richtext.records.CDImageHeader
 
getReserved() - Method in interface com.hcl.domino.richtext.records.CDImageHeader2
 
getResize() - Method in interface com.hcl.domino.richtext.records.CDGraphic
 
getResortToViewUnid() - Method in interface com.hcl.domino.data.CollectionColumn
 
getResortToViewUNID() - Method in interface com.hcl.domino.design.format.ViewColumnFormat2
 
getResourcesAttachmentName() - Method in interface com.hcl.domino.design.agent.JavaAgentContent
 
getResponseCount() - Method in interface com.hcl.domino.data.Database.DocInfoExt
Returns the number of responses
getResponseCount() - Method in interface com.hcl.domino.data.Document
Retrieves the count of response documents to this document.
getResponses() - Method in interface com.hcl.domino.data.Document
Retrieves the response documents to this document.
getRestrictToItemNames() - Method in interface com.hcl.domino.dxl.DxlExporter
 
getResultLog() - Method in interface com.hcl.domino.dxl.DxlImporter
 
getResultLogComment() - Method in interface com.hcl.domino.dxl.DxlImporter
 
getRichTextHtmlConverter() - Method in interface com.hcl.domino.DominoClient
Returns a utility class to render a document or single item as HTML
getRichTextItem(String) - Method in interface com.hcl.domino.data.Document
Retrieves the named rich-text item as an unmodifiable List of composite data records.
getRichTextItem(String, RecordType.Area) - Method in interface com.hcl.domino.data.Document
Retrieves the named rich text item as an unmodifiable List of composite data records, to be treated as a specific variant of rich text.
getRichTextOption() - Method in interface com.hcl.domino.dxl.DxlExporter
 
getRight() - Method in interface com.hcl.domino.richtext.structures.CropRect
 
getRightMargin() - Method in interface com.hcl.domino.richtext.TextStyle
 
getRoles() - Method in interface com.hcl.domino.security.Acl
Returns all roles declared in the ACL
getRoles() - Method in interface com.hcl.domino.security.AclAccess
Returns the roles
getRunDayOfMonth() - Method in interface com.hcl.domino.design.DesignAgent
Retrieves the 1-based day of the month that the agent should run.
getRunDayOfWeek() - Method in interface com.hcl.domino.design.DesignAgent
Retrieves the day of the week that the agent should run.
getRunEndLocalTime() - Method in interface com.hcl.domino.design.DesignAgent
Retrieves the local time of day when the agent should no longer be executed.
getRunLocalTime() - Method in interface com.hcl.domino.design.DesignAgent
Retrieves the local time of day when the agent should be run or start execution, if the interval type is not NONE or EVENT.
getRunLocation() - Method in interface com.hcl.domino.design.DesignAgent
Gets the server to run on.
getRunLog() - Method in interface com.hcl.domino.design.DesignAgent
Gets the last run log for the agent.
getRunLogAsList() - Method in interface com.hcl.domino.design.DesignAgent
Splits the run log into a String for each line
getScore() - Method in class com.hcl.domino.data.NoteIdWithScore
 
getScript() - Method in interface com.hcl.domino.design.agent.LotusScriptAgentContent
 
getScript() - Method in interface com.hcl.domino.design.JavaScriptLibrary
 
getScript() - Method in interface com.hcl.domino.design.LotusScriptLibrary
 
getScript() - Method in interface com.hcl.domino.design.ServerJavaScriptLibrary
 
getScript() - Method in interface com.hcl.domino.richtext.records.CDActionLotusScript
 
getScriptContent() - Method in interface com.hcl.domino.design.JavaLibrary
 
getScriptLength() - Method in interface com.hcl.domino.richtext.records.CDActionLotusScript
 
getScriptLibraries() - Method in interface com.hcl.domino.design.DbDesign
Retrieves all script library design elements in the database.
getScriptLibrary(String) - Method in interface com.hcl.domino.design.DbDesign
Retrieves the named script library.
getSearch() - Method in interface com.hcl.domino.richtext.structures.AssistStruct
 
getSearchDuration() - Method in interface com.hcl.domino.data.FTQueryResult
Returns the duration the search took in milliseconds
getSecondaryIndexColumn() - Method in interface com.hcl.domino.design.Column
 
getSecondaryIndexColumn_SortType() - Method in interface com.hcl.domino.design.Column
 
getSecondResortColumnIndex() - Method in interface com.hcl.domino.data.CollectionColumn
 
getSecondResortColumnIndex() - Method in interface com.hcl.domino.design.format.ViewColumnFormat2
 
getSegCount() - Method in interface com.hcl.domino.richtext.records.CDFileHeader
 
getSegCount() - Method in interface com.hcl.domino.richtext.records.CDImageHeader
 
getSegCount() - Method in interface com.hcl.domino.richtext.records.CDImageHeader2
 
getSegSize() - Method in interface com.hcl.domino.richtext.records.CDFileSegment
 
getSegSize() - Method in interface com.hcl.domino.richtext.records.CDImageSegment
 
getSelection() - Method in interface com.hcl.domino.data.DocumentSelection
Returns the currently selected content types
getSelectionFormula() - Method in interface com.hcl.domino.data.DocumentSelection
Returns the selection formula to selects notes for inclusion in the collection.
getSelectionFormula() - Method in interface com.hcl.domino.data.DominoCollection
 
getSelectionFormula() - Method in interface com.hcl.domino.design.View
 
getSeqTime() - Method in interface com.hcl.domino.data.Database.ModifiedNoteInfo
 
getSequence() - Method in interface com.hcl.domino.data.Database.DocInfo
Returns the sequence number
getSequence() - Method in interface com.hcl.domino.data.DominoOriginatorId
Returns the sequence number
getSequenceNumber() - Method in interface com.hcl.domino.data.Database.SearchMatch
Returns the note's sequence number
getSequenceNumber() - Method in interface com.hcl.domino.data.Document
Retrieves the modification sequence number of the document.
getSequenceNumber() - Method in interface com.hcl.domino.data.DocumentProperties.DocumentProperty
Incremental integer for the nth save this Item was last updated.
getSequenceNumber() - Method in interface com.hcl.domino.data.Item
Incremental integer for the nth save this Item was last updated.
getSequenceNumber() - Method in interface com.hcl.domino.design.format.ViewColumnFormat6
 
getSequenceTime() - Method in interface com.hcl.domino.data.Database.DocInfo
Returns the sequence time ( = "Modified (initially)")
getSequenceTime() - Method in interface com.hcl.domino.data.Database.SearchMatch
Returns the sequence time of the note as a DominoDateTime.
getSequenceTime() - Method in interface com.hcl.domino.data.DominoOriginatorId
Returns the sequence time
getServer() - Method in interface com.hcl.domino.admin.AdministrationProcess
 
getServer() - Method in class com.hcl.domino.admin.replication.ReplicationHistorySummary
 
getServer() - Method in interface com.hcl.domino.admin.ServerAdmin.MultiDatabaseAccessInfo
 
getServer() - Method in interface com.hcl.domino.data.Database
 
getServer() - Method in interface com.hcl.domino.data.FTIndexStats
Returns the database server
getServer() - Method in interface com.hcl.domino.dbdirectory.DirEntry
Returns the name of the scanned server
getServer() - Method in interface com.hcl.domino.design.DbDesignCatalog.DatabaseDesignAnalysis
Returns the name of the scanned server
getServerAdmin() - Method in interface com.hcl.domino.DominoClient
Returns a utility class with server administration features
getServerClusterMates(String, ServerAdmin.ClusterLookup) - Method in interface com.hcl.domino.admin.ServerAdmin
This function retrieves a list of server names that belong to the same cluster as the specified server.
If the serverName parameter is NULL then the function retrieves the cluster members of the user's home server.

The lookupMode parameter controls how the information is retrieved.
If the ServerAdmin.ClusterLookup.LOOKUP_NOCACHE flag is specified then the information is retrieved using a NameLookup on the server only.

If the ServerAdmin.ClusterLookup.LOOKUP_CACHEONLY flag is specified then the information is retrieved using the client's cluster name cache.

If no flag (a value of NULL) is specified, then the information is retrieved first through the client's cluster name cache and if that is not successful, then through a NameLookup on the server.
Note that the list returned does not include the input server name (or home server name if NULL was specified).

ServerAdmin.getServerClusterMates(String, ClusterLookup) uses the Address book specified by the user's location record.
Unless cascading Address books or Directory Assistance is enabled, the Notes mail domain field in the user's location record must be set to the domain name for the server(s) in the cluster and the Home/mail server field must be set to a server in this domain.

If the target server is in a different domain than specified in the user's location record then in order for ServerAdmin.getServerClusterMates(String, ClusterLookup) to succeed, you must have cascading Address books or Directory Assistance enabled and the target domain's Address book must be in the list of Address books to be searched.
getServerName() - Method in interface com.hcl.domino.design.action.CopyToDatabaseAction
 
getServerName() - Method in interface com.hcl.domino.richtext.records.CDActionDBCopy
 
getServerNameLength() - Method in interface com.hcl.domino.richtext.records.CDActionDBCopy
 
getSetIndex() - Method in enum com.hcl.domino.data.CompactMode
 
getSeverity() - Method in interface com.hcl.domino.admin.IConsoleLine
 
getSharedColumnAlias() - Method in interface com.hcl.domino.design.format.ViewColumnFormat5
 
getSharedColumnAliasLength() - Method in interface com.hcl.domino.design.format.ViewColumnFormat5
 
getSharedLibraryList() - Method in interface com.hcl.domino.design.agent.JavaAgentContent
 
getShareId() - Method in interface com.hcl.domino.richtext.records.CDAction
 
getShareId() - Method in interface com.hcl.domino.richtext.records.CDActionBar
 
getShortVal() - Method in enum com.hcl.domino.data.Document.ComputeWithFormAction
 
getSignature() - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
getSignature() - Method in interface com.hcl.domino.design.format.ViewColumnFormat2
 
getSignature() - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
getSignature() - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
getSignature() - Method in interface com.hcl.domino.design.format.ViewColumnFormat5
 
getSignature() - Method in interface com.hcl.domino.design.format.ViewColumnFormat6
 
getSignature() - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
getSignature() - Method in interface com.hcl.domino.richtext.records.CDBegin
 
getSignature() - Method in interface com.hcl.domino.richtext.records.CDEnd
 
getSignature() - Method in interface com.hcl.domino.richtext.structures.BSIG
 
getSignature() - Method in interface com.hcl.domino.richtext.structures.CDSignature
 
getSignature() - Method in interface com.hcl.domino.richtext.structures.LSIG
 
getSignature() - Method in interface com.hcl.domino.richtext.structures.WSIG
 
getSignatureLength() - Method in interface com.hcl.domino.richtext.records.CDEvent
 
getSigner() - Method in interface com.hcl.domino.data.Document
Returns the signer of a note
getSigner() - Method in interface com.hcl.domino.data.Document.SignatureData
 
getSinceTime() - Method in interface com.hcl.domino.data.DocumentSelection
Returns the since time so that the search only contains documents with a "Modified in this file" date after the given date.
getSizeEstimation() - Method in interface com.hcl.domino.data.Document.IAttachmentProducer
This method is called before creating the binary object in the database to get a size estimation.
getSkipX() - Method in interface com.hcl.domino.mime.RichTextMimeConversionSettings
The function returns the Conversions Controls 'skip X-Notes-Item headers' setting.
getSoftDeletedDocumentById(int) - Method in interface com.hcl.domino.data.Database
Opens a soft deleted document in the database
getSoftDeletedDocumentByUNID(String) - Method in interface com.hcl.domino.data.Database
Opens a soft deleted document in the database
getSortType() - Method in interface com.hcl.domino.design.Column
 
getSourceAttachmentName() - Method in interface com.hcl.domino.design.agent.JavaAgentContent
 
getSpacing() - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
getSpecialValue(CollectionEntry.SpecialValue, Class<T>, T) - Method in interface com.hcl.domino.data.CollectionEntry
Read meta data of the collection entry
getStartDate() - Method in interface com.hcl.domino.design.DesignAgent
Gets the earliest date that the agent is able to run, if applicable
getStartDate() - Method in interface com.hcl.domino.richtext.structures.AssistStruct
 
getStartDateTime() - Method in interface com.hcl.domino.data.DominoDateRange
 
getState() - Method in interface com.hcl.domino.data.Database.EncryptionInfo
 
getState(Ref<OutOfOffice.OOOType>, Ref<Boolean>) - Method in interface com.hcl.domino.person.OutOfOffice
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).
getStatus() - Method in interface com.hcl.domino.admin.IConsoleLine
 
getStrength() - Method in interface com.hcl.domino.data.Database.EncryptionInfo
 
getStubsInitialized() - Method in interface com.hcl.domino.DominoClient.NotesReplicationStats
 
getStyle() - Method in interface com.hcl.domino.richtext.records.CDEmbeddedControl
Retrieves potential styles for this control.
getStyle() - Method in interface com.hcl.domino.richtext.records.CDIDName
 
getStyle() - Method in interface com.hcl.domino.richtext.records.CDText
Returns the font style of the text
getStyleLength() - Method in interface com.hcl.domino.richtext.records.CDIDName
 
getSubform(String) - Method in interface com.hcl.domino.design.DbDesign
Retrieves the named subform.
getSubforms() - Method in interface com.hcl.domino.design.DbDesign
Retrieves all subforms in the database.
getSubforms() - Method in interface com.hcl.domino.design.GenericFormOrSubform
 
getSubformValue() - Method in interface com.hcl.domino.richtext.records.CDHotspotBegin
Retrieves the subform name or formula for a SUBFORM-type hotspot.
getSubject() - Method in interface com.hcl.domino.design.action.SendMailAction
 
getSubject() - Method in interface com.hcl.domino.design.action.SendNewsletterAction
 
getSubject() - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
getSubject() - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
getSubjectLength() - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
getSubjectLength() - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
getSupportedFormats() - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
getTabOrder() - Method in interface com.hcl.domino.richtext.records.CDField
 
getTabPositions() - Method in interface com.hcl.domino.richtext.TextStyle
 
getTabsInTable() - Method in interface com.hcl.domino.richtext.TextStyle
 
getTempDirectory() - Method in interface com.hcl.domino.runtime.DominoRuntime
Retrieves the path of the temporary-files directory used by the current Notes/Domino runtime.
getTemplateDatabases(String) - Method in interface com.hcl.domino.design.DbDesignCatalog.DatabaseDesignAnalysis
Get all databases with the specified value in the database property "Database file is a master template"
getTemplateName() - Method in interface com.hcl.domino.data.Database
The template name of a database, if the database is a template.
getTemplateName() - Method in interface com.hcl.domino.dbdirectory.DatabaseData
Returns the template name
getText() - Method in interface com.hcl.domino.richtext.records.CDText
Returns the text stored in the text record
getTextJustify() - Method in interface com.hcl.domino.richtext.records.CDActionBarExt
 
getTextListValues() - Method in interface com.hcl.domino.richtext.FormField
If the field is a static textlist, this method returns the text list values
getTextValueFormula() - Method in interface com.hcl.domino.richtext.records.CDField
 
getTextValueLength() - Method in interface com.hcl.domino.richtext.records.CDField
 
getTextValues() - Method in interface com.hcl.domino.richtext.records.CDField
 
getThreadFactory() - Method in interface com.hcl.domino.DominoClient
Obtains a ThreadFactory implementation that produces Notes-initialized threads.
getThreadRootUNID() - Method in interface com.hcl.domino.data.Database.ModifiedNoteInfo
 
getThumbnailImageFileName() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getThumbnailImageFileNameLength() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getThumbnailImageHeight() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getThumbnailImageWidth() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getTid() - Method in interface com.hcl.domino.admin.IConsoleLine
 
getTileViewer() - Method in interface com.hcl.domino.design.format.ViewColumnFormat6
 
getTime1() - Method in interface com.hcl.domino.richtext.structures.AssistStruct
 
getTime2() - Method in interface com.hcl.domino.richtext.structures.AssistStruct
 
getTimeForat() - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
getTimeFormat() - Method in interface com.hcl.domino.richtext.records.CDField
 
getTimeFormat() - Method in interface com.hcl.domino.richtext.structures.TFMT
 
getTimeoutSeconds() - Method in interface com.hcl.domino.data.Agent.AgentRunContext
Returns the agent timeout
getTimeSeparator() - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
getTimeSeparator() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getTimeSeparatorLength() - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
getTimeSeparatorLength() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getTimeShowFormat() - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
getTimeShowFormat() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getTimeSlotDurationMinutes() - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
getTimeSlotEndMinutes() - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
getTimeSlotFont() - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
getTimeSlotStartMinutes() - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
getTimeStamp() - Method in interface com.hcl.domino.admin.IConsoleLine
 
getTimeStructure() - Method in interface com.hcl.domino.richtext.structures.TFMT
 
getTimeZoneFormat() - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
getTimeZoneFormat() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
gettingDocuments(long) - Method in interface com.hcl.domino.admin.replication.Replication.IGetDocumentsCallback
Called with the estimated return data size
getTitle() - Method in interface com.hcl.domino.data.CollectionColumn
 
getTitle() - Method in interface com.hcl.domino.data.Database
 
getTitle() - Method in interface com.hcl.domino.data.DominoCollectionInfo
 
getTitle() - Method in interface com.hcl.domino.dbdirectory.DatabaseData
Returns the database title
getTitle() - Method in interface com.hcl.domino.design.Column
 
getTitle() - Method in interface com.hcl.domino.design.DesignElement.NamedDesignElement
 
getTitle() - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
getTitle() - Method in interface com.hcl.domino.richtext.records.CDAction
 
getTitle() - Method in interface com.hcl.domino.richtext.records.CDIDName
 
getTitleFont() - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
getTitleLength() - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
getTitleLength() - Method in interface com.hcl.domino.richtext.records.CDAction
 
getTitleLength() - Method in interface com.hcl.domino.richtext.records.CDIDName
 
getTo() - Method in interface com.hcl.domino.design.action.SendMailAction
 
getTo() - Method in interface com.hcl.domino.design.action.SendNewsletterAction
 
getTo() - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
getTo() - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
getTodayColor() - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
getToDoBackgroundColor() - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
getToLength() - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
getToLength() - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
getTop() - Method in interface com.hcl.domino.richtext.structures.CropRect
 
getTopLevelEntries() - Method in interface com.hcl.domino.data.DominoCollection
 
getTotalLength() - Method in interface com.hcl.domino.richtext.structures.AssistFieldStruct
 
getTotalsColor() - Method in interface com.hcl.domino.design.format.ViewTableFormat3
 
getTotalsFont() - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
getTotalUnreadExchanges() - Method in interface com.hcl.domino.DominoClient.NotesReplicationStats
 
getTrigger() - Method in interface com.hcl.domino.design.DesignAgent
 
getTrigger() - Method in interface com.hcl.domino.richtext.structures.AssistStruct
 
getTwistieResource() - Method in interface com.hcl.domino.design.format.ViewColumnFormat2
 
getTwistieResourceLength() - Method in interface com.hcl.domino.design.format.ViewColumnFormat2
 
getType() - Method in interface com.hcl.domino.admin.IConsoleLine
 
getType() - Method in interface com.hcl.domino.data.DocumentProperties.DocumentProperty
Gets the data type for a field, converting it to the more readable enum
getType() - Method in interface com.hcl.domino.data.Item
Gets the data type for a field, converting it to the more readable enum
getType() - Method in interface com.hcl.domino.design.action.FolderBasedAction
 
getType() - Method in interface com.hcl.domino.design.action.ReadMarksAction
 
getType() - Method in class com.hcl.domino.design.SubformReference
 
getType() - Method in class com.hcl.domino.dql.DQL.SpecialValue
 
getType() - Method in interface com.hcl.domino.person.OutOfOffice
Convenience method to read which kind of OOO system is used (agent or service).
getType() - Method in interface com.hcl.domino.richtext.records.RichTextRecord
Returns the type of the record, if known.
getTypeAsShort() - Method in enum com.hcl.domino.DominoClient.ECLType
 
getTypeface() - Method in interface com.hcl.domino.mime.RichTextMimeConversionSettings
The function returns the Conversions Controls 'typeface' setting.
getTypeValue() - Method in interface com.hcl.domino.data.Item
Gets the data type for a field, as the internal int
getTypeValue() - Method in interface com.hcl.domino.richtext.records.RichTextRecord
Returns a numeric type constant for the record
getUIDfromDocument(Document) - Method in interface com.hcl.domino.calendar.Calendaring
This is a convinience method that returns a UID for a calendar entry document.
NOTEID->UID is a many to one mapping since one or several documents may represent a calendar entry (especially if it repeats) and its related notices.
getUIDfromNoteID(Database, int) - Method in interface com.hcl.domino.calendar.Calendaring
This is a convinience method that returns a UID from a NOTEID.
NOTEID->UID is a many to one mapping since one or several notes may represent a calendar entry (especially if it repeats) and its related notices.
getUIDFromUNID(Database, String) - Method in interface com.hcl.domino.calendar.Calendaring
This is a convinience method that returns a UID from a UNID.

UNID->UID is a many to one mapping since one or several notes may represent a calendar entry (especially if it repeats) and its related notices.
As such, the UID output will be the same for all notes that refer to the same calendar entry.
This method may incur a note open, so there could be performance impact.
getUnappliedNotices(Database, String, List<Integer>, List<String>) - Method in interface com.hcl.domino.calendar.Calendaring
Retrieve the unapplied notices that exist for a participant of calendar entry representing a meeting.

This will return things like: Reschedules, informational updates, cancelations, confirmations, etc.

Notices will only be returned if the initial invitation has already been responded to, otherwise this method will return ERR_INVITE_NOT_ACCEPTED.

For recurring meetings, notices that apply to any instances in the series will be returned, with the exception of instances where the initial invitation has not yet been responded to.

Calendar entries that are not meetings will return ERR_INVALID_NOTE.

We do not currently support getting unprocessed calendar entries if you are the owner (such as a counter proposal request or a request for updated information), so this will return ERR_NOT_YET_IMPLEMENTED.

Note: For recurring meetings, it is possible that multiple notices will contain current information for a particular occurence, so it is not possible to guarantee that there is a single "most current" notice.

For example, the subject might be changed for a single instance, and then the time may be changed across instances.

Because only one notice will have the current subject and another notice will have the current time but NOT the current subject, both notices will be returned and both must be processed to guarantee accuracy.

Process returned notices via the CalNoticeAction method.
getUNID() - Method in interface com.hcl.domino.data.Agent
Domino UNID of the agent's design element
getUNID() - Method in interface com.hcl.domino.data.CollectionEntry
Retrieves the UNID associated with the entry, if it is a document.
getUnid() - Method in interface com.hcl.domino.data.Database.DocInfo
Returns the UNID as hex string
getUNID() - Method in interface com.hcl.domino.data.Database.ModifiedNoteInfo
 
getUNID() - Method in interface com.hcl.domino.data.Database.SearchMatch
Returns the UNID of the note
getUNID() - Method in interface com.hcl.domino.data.Document
Retrieves the universal ID of the document, which is unique across replicas.
getUNID() - Method in interface com.hcl.domino.data.DominoCollection
 
getUNID() - Method in interface com.hcl.domino.data.DominoOriginatorId
Returns the DominoUniversalNoteId part formatted as string
getUnid() - Method in interface com.hcl.domino.freebusy.ScheduleEntry
 
getUNIDAsObj() - Method in interface com.hcl.domino.data.DominoOriginatorId
Extracts the DominoUniversalNoteId part from the OID data
getUniqueFileName() - Method in interface com.hcl.domino.richtext.records.CDHotspotBegin
 
getUnit() - Method in interface com.hcl.domino.richtext.structures.LengthValue
 
getUnknownTokenLogOption() - Method in interface com.hcl.domino.dxl.DxlImporter
 
getUnreadColor() - Method in interface com.hcl.domino.design.format.ViewTableFormat3
 
getUnreadDocumentTable(String, boolean, boolean) - Method in interface com.hcl.domino.data.Database
An ID Table is created containing the list of unread documents in the database for the specified user.

The argument createIfNotAvailable controls what action is to be performed if there is no list of unread notes for the specified user in the database.

If no list is found and this flag is set to false, the method will return null.
if this flag is set to {code true}, the list of unread documents will be created and all documents in the database will be added to the list.

No coordination is performed between different users of the same database.

If an application obtains a list of unread documents while another user is modifying the list, the changes made may not be visible to the application.

Unread marks for each user are stored in the client desktop.dsk file and in the database.

When a user closes a database (either through the Notes user interface or through an API program), the unread marks in the desktop.dsk file and in the database are synchronized so that they match.
Unread marks are not replicated when a database is replicated.

Instead, when a user opens a replica of a database, the unread marks from the desktop.dsk file propagates to the replica database.
getUnreadFont() - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
getUntil() - Method in interface com.hcl.domino.data.Database.ModifiedNoteInfos
 
getUntil() - Method in interface com.hcl.domino.data.FormulaQueryResult
Same as IDTable.getDateTime() of the IDTable returned by FormulaQueryResult.getNoteIds().
getUntil() - Method in interface com.hcl.domino.freebusy.Schedule
Upper bound of the interval
getUntil() - Method in interface com.hcl.domino.freebusy.ScheduleEntry
 
getUntilTime() - Method in interface com.hcl.domino.data.DocumentSelection
Returns a date that can be passed as "since time" to the next search for incremental searches.
getUser() - Method in interface com.hcl.domino.admin.ServerAdmin.MultiDatabaseAccessInfo
 
getUserDn(T, String, DominoClient) - Method in interface com.hcl.domino.security.CredentialValidationTokenHandler
Processes the provided token object to look up the user DN.
getUserId(T, String, IdVault) - Method in interface com.hcl.domino.admin.idvault.IdVaultTokenHandler
Processes the provided token object to look up a UserId representation.
getUserIdFromVault(String, String, String) - Method in interface com.hcl.domino.admin.idvault.IdVault
Will contact the server and locate a vault for userName.
Then downloads the ID file from the vault and store it in memory.
getUserIdWithToken(Object, String) - Method in interface com.hcl.domino.admin.idvault.IdVault
Will contact the server and retrieves the UserId associated with the provided implementation-specific token.
getUsername() - Method in interface com.hcl.domino.admin.idvault.UserId
Returns the Domino username of the ID
getUsername() - Method in interface com.hcl.domino.data.Agent.AgentRunContext
Returns the Notes username e.g.
getUserName() - Method in class com.hcl.domino.DominoClientBuilder
 
getUsername() - Method in interface com.hcl.domino.person.Person
Returns the canonical username of this person
getUsernameFromId(Path) - Method in interface com.hcl.domino.admin.idvault.IdVault
This function will extract the username from an ID file.
getUserNamesList(String, String) - Method in interface com.hcl.domino.admin.ServerAdmin
Compute the name variants and groups of this user on the provided server.
getUserNamesList() - Method in class com.hcl.domino.DominoClientBuilder
 
getUserNamesList(String) - Method in interface com.hcl.domino.person.Person
Computes the UserNamesList of the person on the specified server.
getV2BorderColor() - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
getValidationStyle() - Method in interface com.hcl.domino.dxl.DxlExporter
 
getValue() - Method in enum com.hcl.domino.admin.idvault.IdVault.IdFlag
 
getValue() - Method in enum com.hcl.domino.admin.replication.GetDocumentsMode
 
getValue() - Method in enum com.hcl.domino.admin.replication.Replication.ReplicationHistoryFlags
 
getValue() - Method in enum com.hcl.domino.admin.replication.ReplicationFlags
 
getValue() - Method in enum com.hcl.domino.admin.replication.ReplicationHistorySummary.ReplicationDirection
 
getValue() - Method in enum com.hcl.domino.admin.ServerAdmin.ClusterLookup
 
getValue() - Method in enum com.hcl.domino.calendar.CalendarActionOptions
 
getValue() - Method in enum com.hcl.domino.calendar.CalendarDocumentOpen
 
getValue() - Method in enum com.hcl.domino.calendar.CalendarProcess
 
getValue() - Method in enum com.hcl.domino.calendar.CalendarRangeRepeat
 
getValue() - Method in enum com.hcl.domino.calendar.CalendarRead
 
getValue() - Method in enum com.hcl.domino.calendar.CalendarReadRange
 
getValue() - Method in enum com.hcl.domino.calendar.CalendarWrite
 
getValue() - Method in enum com.hcl.domino.crypt.DatabaseEncryptionState
 
getValue() - Method in enum com.hcl.domino.crypt.EncryptionStrength
 
getValue() - Method in enum com.hcl.domino.data.Attachment.Compression
 
getValue() - Method in enum com.hcl.domino.data.CollectionEntry.SpecialValue
 
getValue() - Method in enum com.hcl.domino.data.CompactMode
 
getValue() - Method in enum com.hcl.domino.data.Database.ModifiedNotesInfoFlags
 
getValue() - Method in enum com.hcl.domino.data.Database.ReplicateOption
 
getValue() - Method in enum com.hcl.domino.data.DatabaseClass
 
getValue() - Method in enum com.hcl.domino.data.DatabaseOption
 
getValue() - Method in enum com.hcl.domino.data.DBQuery
 
getValue() - Method in enum com.hcl.domino.data.DocumentClass
 
getValue() - Method in interface com.hcl.domino.data.DocumentProperties.DocumentProperty
Decodes the item value(s).
getValue() - Method in enum com.hcl.domino.data.Find
 
getValue() - Method in interface com.hcl.domino.data.Formula.FormulaExecutionResult
Returns the result
getValue() - Method in enum com.hcl.domino.data.FTIndex
 
getValue() - Method in enum com.hcl.domino.data.FTQuery
 
getValue(OBJ, int, Class<T>, T) - Method in interface com.hcl.domino.data.IndexedValueConverter
Implement this method to return the converted value type.
Will only be invoked if ValueConverter.supportsRead(Class) returns true.
getValue() - Method in interface com.hcl.domino.data.Item
Decodes the item value(s).
getValue() - Method in enum com.hcl.domino.data.Item.ItemFlag
 
getValue() - Method in enum com.hcl.domino.data.ItemDataType
 
getValue() - Method in enum com.hcl.domino.data.Navigate
 
getValue(OBJ, String, Class<T>, T) - Method in interface com.hcl.domino.data.ValueConverter
Implement this method to return the converted value type.
Will only be invoked if ValueConverter.supportsRead(Class) returns true.
getValue() - Method in enum com.hcl.domino.dbdirectory.DirectorySearchQuery.SearchFlag
 
getValue() - Method in enum com.hcl.domino.dbdirectory.FileType
 
getValue() - Method in interface com.hcl.domino.design.action.ModifyFieldAction
 
getValue() - Method in enum com.hcl.domino.design.agent.AgentInterval
 
getValue() - Method in enum com.hcl.domino.design.agent.AgentTrigger
 
getValue() - Method in interface com.hcl.domino.design.ComputableValue
 
getValue() - Method in enum com.hcl.domino.design.format.DateShowFormat
 
getValue() - Method in enum com.hcl.domino.design.format.DateShowSpecial
 
getValue() - Method in enum com.hcl.domino.design.format.DateTimeFlag
 
getValue() - Method in enum com.hcl.domino.design.format.DateTimeFlag2
 
getValue() - Method in enum com.hcl.domino.design.format.DayFormat
 
getValue() - Method in enum com.hcl.domino.design.format.FieldDataType
 
getValue() - Method in enum com.hcl.domino.design.format.FieldListDelimiter
 
getValue() - Method in enum com.hcl.domino.design.format.FieldListDisplayDelimiter
 
getValue() - Method in enum com.hcl.domino.design.format.MonthFormat
 
getValue() - Method in enum com.hcl.domino.design.format.NumberPref
 
getValue() - Method in enum com.hcl.domino.design.format.TimeShowFormat
 
getValue() - Method in enum com.hcl.domino.design.format.ViewCalendarFormat.Flag
 
getValue() - Method in enum com.hcl.domino.design.format.ViewCalendarFormat.Format
 
getValue() - Method in enum com.hcl.domino.design.format.ViewCalendarFormat.MinorVersion
 
getValue() - Method in enum com.hcl.domino.design.format.ViewCalendarFormat.Version
 
getValue() - Method in enum com.hcl.domino.design.format.ViewColumnFormat.DataType
 
getValue() - Method in enum com.hcl.domino.design.format.ViewColumnFormat.Flag
 
getValue() - Method in enum com.hcl.domino.design.format.ViewColumnFormat.Flag2
 
getValue() - Method in enum com.hcl.domino.design.format.ViewColumnFormat2.Flag3
 
getValue() - Method in enum com.hcl.domino.design.format.ViewColumnFormat2.HiddenFlag
 
getValue() - Method in enum com.hcl.domino.design.format.ViewColumnFormat5.Flag
 
getValue() - Method in enum com.hcl.domino.design.format.ViewColumnFormat6.Flag
 
getValue() - Method in enum com.hcl.domino.design.format.ViewFormatHeader.Version
 
getValue() - Method in enum com.hcl.domino.design.format.ViewFormatHeader.ViewStyle
 
getValue() - Method in enum com.hcl.domino.design.format.ViewTableFormat.Flag
 
getValue() - Method in enum com.hcl.domino.design.format.ViewTableFormat.Flag2
 
getValue() - Method in enum com.hcl.domino.design.format.ViewTableFormat2.Flag
 
getValue() - Method in enum com.hcl.domino.design.format.ViewTableFormat2.FormatSignature
 
getValue() - Method in enum com.hcl.domino.design.format.ViewTableFormat2.Spacing
 
getValue() - Method in enum com.hcl.domino.design.format.ViewTableFormat3.Flag
 
getValue() - Method in enum com.hcl.domino.design.format.WeekFormat
 
getValue() - Method in enum com.hcl.domino.design.format.YearFormat
 
getValue() - Method in class com.hcl.domino.design.SubformReference
Retrieves the name or formula for the referenced subform, based on the value of SubformReference.getType().
getValue() - Method in enum com.hcl.domino.DominoClient.OpenDatabase
 
getValue() - Method in enum com.hcl.domino.dql.QueryResultsProcessor.SortOrder
 
getValue() - Method in enum com.hcl.domino.dxl.DxlExporter.DXLExportCharset
 
getValue() - Method in enum com.hcl.domino.dxl.DxlExporter.DXLMIMEOption
 
getValue() - Method in enum com.hcl.domino.dxl.DxlExporter.DXLRichTextOption
 
getValue() - Method in enum com.hcl.domino.dxl.DxlExporter.DXLValidationStyle
 
getValue() - Method in enum com.hcl.domino.dxl.DxlImporter.DXLImportOption
 
getValue() - Method in enum com.hcl.domino.dxl.DxlImporter.DXLLogOption
 
getValue() - Method in enum com.hcl.domino.dxl.DxlImporter.XMLValidationOption
 
getValue() - Method in enum com.hcl.domino.freebusy.ScheduleAttr
 
getValue() - Method in enum com.hcl.domino.freebusy.ScheduleOptions
 
getValue() - Method in interface com.hcl.domino.mime.MimeHeader
 
getValue() - Method in enum com.hcl.domino.mime.RichTextMimeConversionSettings.AttachmentEncoding
 
getValue() - Method in enum com.hcl.domino.mime.RichTextMimeConversionSettings.MessageContentEncoding
 
getValue() - Method in enum com.hcl.domino.mime.RichTextMimeConversionSettings.ReadReceipt
 
getValue() - Method in enum com.hcl.domino.mime.RichTextMimeConversionSettings.Typeface
 
getValue() - Method in interface com.hcl.domino.misc.INumberEnum
 
getValue() - Method in enum com.hcl.domino.misc.NotesConstants.AgentCheck
 
getValue() - Method in enum com.hcl.domino.misc.NotesConstants.DESIGN_COMPONENT_ATTR
 
getValue() - Method in enum com.hcl.domino.misc.NotesConstants.DesignUpdateReset
 
getValue() - Method in enum com.hcl.domino.misc.NotesConstants.EmptyFieldMeans
 
getValue() - Method in enum com.hcl.domino.misc.NotesConstants.EProvidingAuthor
 
getValue() - Method in enum com.hcl.domino.misc.NotesConstants.EUsePABsAdminServer
 
getValue() - Method in enum com.hcl.domino.misc.NotesConstants.QUEP_LISTTYPE
 
getValue() - Method in enum com.hcl.domino.misc.NotesConstants.TypeOfLookup
 
getValue() - Method in enum com.hcl.domino.misc.NotesConstants.TypeOfProcessing
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDAction.Flag
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDAction.Type
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDActionBar.BorderStyle
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDActionBar.Flag
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDActionBar.LineStyle
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDActionBarExt.BackgroundRepeat
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDActionBarExt.BorderDisplay
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDActionBarExt.Flag
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDActionBarExt.TextJustify
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDActionBarExt.WidthStyle
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDActionDBCopy.Flag
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDActionFolder.Flag
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDActionFormula.Flag
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDActionModifyField.Flag
 
getValue() - Method in interface com.hcl.domino.richtext.records.CDActionModifyField
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDActionNewsletter.Flag
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDActionReply.Flag
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDActionSendMail.Flag
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDCaption.Position
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDDataFlags.ElementType
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDDDEBegin.DDEFlag
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDDDEBegin.DDEFormat
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDEmbeddedControl.Flag
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDEmbeddedControl.Style
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDEmbeddedControl.Type
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDEmbeddedControl.Version
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDEvent.ActionType
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDEvent.EventFlag
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDEvent.EventType
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDExt2Field.CurrencyFlag
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDExt2Field.CurrencyType
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDExt2Field.FormatFlag
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDExtField.Flag
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDExtField.Flag2
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDExtField.HelperType
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDField.Flag
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDFieldHint.Flag
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDGraphic.Flag
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDGraphic.Version
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDHotspotBegin.Flag
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDHotspotBegin.Type
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDImageHeader.ImageType
 
getValue() - Method in enum com.hcl.domino.richtext.records.CDKeyword.Flag
 
getValue() - Method in enum com.hcl.domino.richtext.structures.AssistFieldStruct.ActionByField
 
getValue() - Method in enum com.hcl.domino.richtext.structures.AssistFieldStruct.QueryByField
 
getValue() - Method in enum com.hcl.domino.richtext.structures.AssistStruct.Flag
 
getValue() - Method in enum com.hcl.domino.richtext.structures.AssistStruct.Search
 
getValue() - Method in enum com.hcl.domino.richtext.structures.ColorValue.Flag
 
getValue() - Method in enum com.hcl.domino.richtext.structures.FontStyle.Attribute
 
getValue() - Method in enum com.hcl.domino.richtext.structures.FontStyle.StandardColors
 
getValue() - Method in enum com.hcl.domino.richtext.structures.FontStyle.StandardFonts
 
getValue() - Method in enum com.hcl.domino.richtext.structures.LengthValue.Flag
 
getValue() - Method in enum com.hcl.domino.richtext.structures.LengthValue.Unit
 
getValue() - Method in enum com.hcl.domino.richtext.structures.NFMT.Attribute
 
getValue() - Method in enum com.hcl.domino.richtext.structures.NFMT.Format
 
getValue() - Method in enum com.hcl.domino.richtext.structures.TFMT.DateFormat
 
getValue() - Method in enum com.hcl.domino.richtext.structures.TFMT.TimeFormat
 
getValue() - Method in enum com.hcl.domino.richtext.structures.TFMT.TimeStructure
 
getValue() - Method in enum com.hcl.domino.richtext.structures.TFMT.ZoneFormat
 
getValue() - Method in enum com.hcl.domino.runtime.NSDMode
 
getValue() - Method in enum com.hcl.domino.security.AclFlag
 
getValue() - Method in enum com.hcl.domino.security.AclLevel
Returns the numeric constant for the access level
getValue() - Method in enum com.hcl.domino.security.ECLCapability
 
getValue1() - Method in class com.hcl.domino.misc.Pair
 
getValue2() - Method in class com.hcl.domino.misc.Pair
 
getValueAsList(OBJ, int, Class<T>, List<T>) - Method in interface com.hcl.domino.data.IndexedValueConverter
Implement this method to return a list of the converted value type.
Will only be invoked if ValueConverter.supportsRead(Class) returns true.
getValueAsList(OBJ, String, Class<T>, List<T>) - Method in interface com.hcl.domino.data.ValueConverter
Implement this method to return a list of the converted value type.
Will only be invoked if ValueConverter.supportsRead(Class) returns true.
getValueAsString() - Method in interface com.hcl.domino.data.DocumentProperties.DocumentProperty
Concatenates the list of values as text.
getValueData() - Method in interface com.hcl.domino.richtext.structures.AssistFieldStruct
 
getValueDataType() - Method in interface com.hcl.domino.richtext.structures.AssistFieldStruct
 
getValueLength() - Method in interface com.hcl.domino.data.Item
Returns the value length in bytes
getValueLength() - Method in interface com.hcl.domino.richtext.records.CDActionModifyField
 
getValueLength() - Method in interface com.hcl.domino.richtext.structures.AssistFieldStruct
 
getValues() - Method in interface com.hcl.domino.richtext.structures.AssistFieldStruct
 
getVariableData() - Method in interface com.hcl.domino.richtext.structures.ResizableMemoryStructure
Returns the portion of the data after the defined structure (e.g.
getVaultServer() - Method in interface com.hcl.domino.admin.idvault.IdVault.SyncResult
 
getVersion() - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
getVersion() - Method in interface com.hcl.domino.design.format.ViewFormatHeader
 
getVersion() - Method in exception com.hcl.domino.exception.LotusScriptCompilationException
Retrieves the error version.
getVersion() - Method in interface com.hcl.domino.richtext.records.CDBegin
 
getVersion() - Method in interface com.hcl.domino.richtext.records.CDEmbeddedControl
 
getVersion() - Method in interface com.hcl.domino.richtext.records.CDEnd
 
getVersion() - Method in interface com.hcl.domino.richtext.records.CDGraphic
 
getVersion() - Method in interface com.hcl.domino.richtext.structures.AssistStruct
 
getVersion() - Method in interface com.hcl.domino.richtext.structures.RFC822ItemDesc
 
getVerticalSpacing() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getViewMarginBottom() - Method in interface com.hcl.domino.design.format.ViewTableFormat3
 
getViewMarginLeft() - Method in interface com.hcl.domino.design.format.ViewTableFormat3
 
getViewMarginRight() - Method in interface com.hcl.domino.design.format.ViewTableFormat3
 
getViewMarginTop() - Method in interface com.hcl.domino.design.format.ViewTableFormat3
 
getViewMarginTopUnder() - Method in interface com.hcl.domino.design.format.ViewTableFormat3
 
getViewName() - Method in interface com.hcl.domino.design.action.SendNewsletterAction
 
getViewName() - Method in class com.hcl.domino.dql.DQL.NamedView
 
getViewName() - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
getViewNameLength() - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
getViewRebuildDirectory() - Method in interface com.hcl.domino.runtime.DominoRuntime
Retrieves the path of the directory used by the current Notes/Domino runtime for temporary storage during view rebuilding.
getViewStyle() - Method in interface com.hcl.domino.design.format.ViewFormatHeader
 
getVTid() - Method in interface com.hcl.domino.admin.IConsoleLine
 
getWhenSigned() - Method in interface com.hcl.domino.data.Document.SignatureData
 
getWidth() - Method in interface com.hcl.domino.richtext.records.CDEmbeddedControl
 
getWidth() - Method in interface com.hcl.domino.richtext.records.CDImageHeader
 
getWidth() - Method in interface com.hcl.domino.richtext.structures.RectSize
 
getWidthStyle() - Method in interface com.hcl.domino.richtext.records.CDActionBarExt
 
getWorkHoursColor() - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
getYearFormat() - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
getYearFormat() - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
getZoneFormat() - Method in interface com.hcl.domino.richtext.structures.TFMT
 

H

hardDeleteDocument(int) - Method in interface com.hcl.domino.data.Database
This function permanently deletes the specified "soft deleted" document from the database.
The deleted document may be of any DocumentClass.
hasAttribute(ScheduleAttr) - Method in interface com.hcl.domino.freebusy.ScheduleEntry
 
hasComposite() - Method in interface com.hcl.domino.data.Document
Returns TRUE if the given note contains any ItemDataType.TYPE_COMPOSITE items.
hasDate() - Method in interface com.hcl.domino.data.DominoDateTime
 
hasFullAccess() - Method in interface com.hcl.domino.data.Database
Checks whether we have full access on a database
hashCode() - Method in class com.hcl.domino.misc.Pair
 
hasItem(String) - Method in interface com.hcl.domino.data.Document
The method checks whether an item exists
hasItem(String) - Method in interface com.hcl.domino.data.TypedAccess
Checks if an item is available
hasMIME() - Method in interface com.hcl.domino.data.Document
Returns TRUE if the given note contains either ItemDataType.TYPE_RFC822_TEXT items or ItemDataType.TYPE_MIME_PART items.
hasMIMEPart() - Method in interface com.hcl.domino.data.Document
The function returns TRUE if the given note contains any ItemDataType.TYPE_MIME_PART items.
hasQueue(String) - Method in interface com.hcl.domino.mq.MessageQueues
Method to test whether a queue with a specified name exists (tries to open the queue)
hasReadersField() - Method in interface com.hcl.domino.data.Document
The function returns TRUE if the given document contains any items with reader access flag
hasSecondaryIndexColumn() - Method in interface com.hcl.domino.design.Column
 
hasTime() - Method in interface com.hcl.domino.data.DominoDateTime
 
HIGHPRIORITY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_RUNFLAG_ACTION - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_RUNFLAG_ACTION - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_RUNFLAG_ANCHOR - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_RUNFLAG_ANCHOR - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_RUNFLAG_BEGIN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_RUNFLAG_BEGIN - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_RUNFLAG_BOX - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_RUNFLAG_BOX - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_RUNFLAG_COMPUTED - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_RUNFLAG_COMPUTED - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_RUNFLAG_END - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_RUNFLAG_END - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_RUNFLAG_EXTACTION - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_RUNFLAG_EXTACTION - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_RUNFLAG_FORMULA - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_RUNFLAG_FORMULA - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_RUNFLAG_HIGHLIGHT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_RUNFLAG_HIGHLIGHT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_RUNFLAG_IGNORE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_RUNFLAG_IGNORE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_RUNFLAG_INOTES - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_RUNFLAG_INOTES - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_RUNFLAG_INOTES_AUTO - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_RUNFLAG_INOTES_AUTO - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_RUNFLAG_ISMAP - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_RUNFLAG_ISMAP - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_RUNFLAG_ISMAP_INPUT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_RUNFLAG_ISMAP_INPUT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_RUNFLAG_MOVIE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_RUNFLAG_MOVIE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_RUNFLAG_NAMEDELEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_RUNFLAG_NAMEDELEM - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_RUNFLAG_NOBORDER - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_RUNFLAG_NOBORDER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_RUNFLAG_ODSMASK - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_RUNFLAG_ODSMASK - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_RUNFLAG_SCRIPT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_RUNFLAG_SCRIPT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_RUNFLAG_SIGNED - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_RUNFLAG_SIGNED - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_RUNFLAG_TEMPLATE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_RUNFLAG_TEMPLATE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_RUNFLAG_WEBJAVASCRIPT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_RUNFLAG_WEBJAVASCRIPT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_ACTIVEOBJECT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_ACTIVEOBJECT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_ANY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_ANY - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_BUNDLE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_BUNDLE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_BUTTON - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_BUTTON - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_CONTACTLISTCTL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_CONTACTLISTCTL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_EMBEDDEDCALENDARCTL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_EMBEDDEDCALENDARCTL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_EMBEDDEDCTL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_EMBEDDEDCTL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_EMBEDDEDEDITCTL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_EMBEDDEDEDITCTL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_EMBEDDEDFPANE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_EMBEDDEDFPANE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_EMBEDDEDNAV - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_EMBEDDEDNAV - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_EMBEDDEDOUTLINE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_EMBEDDEDOUTLINE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_EMBEDDEDSCHEDCTL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_EMBEDDEDSCHEDCTL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_EMBEDDEDVIEW - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_EMBEDDEDVIEW - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_FILE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_FILE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_FILEUPLOAD - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_FILEUPLOAD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_HOTLINK - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_HOTLINK - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_HOTREGION - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_HOTREGION - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_MOUSEOVER - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_MOUSEOVER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_OLERICHTEXT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_OLERICHTEXT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_POPUP - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_POPUP - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_RCLINK - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_RCLINK - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_SECTION - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_SECTION - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_SUBFORM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_SUBFORM - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HOTSPOTREC_TYPE_V4_SECTION - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HOTSPOTREC_TYPE_V4_SECTION - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
HTMLAPI_PROP_BINARYDATA - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HTMLAPI_PROP_MIMEMAXLINELENSEEN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HTMLAPI_PROP_NUMREFS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HTMLAPI_PROP_TEXTLENGTH - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HTMLAPI_PROP_USERAGENT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HTMLAPI_PROP_USERAGENT_LEN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
HTMLAPI_REF_APPLET - Static variable in interface com.hcl.domino.misc.NotesConstants
Java applet reference
HTMLAPI_REF_BACKGROUND - Static variable in interface com.hcl.domino.misc.NotesConstants
BODY BACKGROUND
HTMLAPI_REF_BASE - Static variable in interface com.hcl.domino.misc.NotesConstants
BASE tag value
HTMLAPI_REF_CID - Static variable in interface com.hcl.domino.misc.NotesConstants
IMG SRC= value from MIME message
HTMLAPI_REF_EMBED - Static variable in interface com.hcl.domino.misc.NotesConstants
plugin SRC= reference
HTMLAPI_REF_FRAME - Static variable in interface com.hcl.domino.misc.NotesConstants
(I)FRAME tag SRC= value
HTMLAPI_REF_HREF - Static variable in interface com.hcl.domino.misc.NotesConstants
A tag HREF= value
HTMLAPI_REF_IMG - Static variable in interface com.hcl.domino.misc.NotesConstants
IMG tag SRC= value
HTMLAPI_REF_OBJECT - Static variable in interface com.hcl.domino.misc.NotesConstants
active object DATA= referendce
HTMLAPI_REF_UNKNOWN - Static variable in interface com.hcl.domino.misc.NotesConstants
unknown purpose
HtmlConversionResult - Interface in com.hcl.domino.html
Container for a rich text → HTML conversion result, returning the HTML source code and information about contained references to external targets (e.g.
HtmlConvertOption - Enum in com.hcl.domino.html
An enum with existing HTML conversion options to be set via RichTextHTMLConverter.Builder.option(HtmlConvertOption, String).

Please note that we provide an additional option method to set further undocumented options via RichTextHTMLConverter.Builder.options(Collection, String).

See these blog articles to get an idea what can be done with these options:
What if.....we didn’t use <font> tags in our HTML output anymore?
Domino HTML generation and FontConversion=1

Possible values for the "spec" and "tag" attributes to control HTML output (e.g.
HTTP_PASSWORD_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 

I

IAdaptable - Interface in com.hcl.domino.data
Interface to access internal object structures and get adapter classes
IConsoleLine - Interface in com.hcl.domino.admin
Server console text data with available meta data
idle() - Method in interface com.hcl.domino.DominoClient.ReplicationStateListener
Indicating the connection is done.
IDPCAT_ACTION_CACHE_CLEAR - Static variable in interface com.hcl.domino.misc.NotesConstants
 
IDPCAT_ACTION_INIT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
IDPCAT_ACTION_TERM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
IDTable - Interface in com.hcl.domino.data
Wraps the C API IDTable, a very efficient set of note ids that is sorted in ascending order
IDTABLE_INVERTED - Static variable in interface com.hcl.domino.misc.NotesConstants
 
IDTABLE_MODIFIED - Static variable in interface com.hcl.domino.misc.NotesConstants
 
IDV_download_fct_Cleanup - Static variable in interface com.hcl.domino.misc.NotesConstants
 
IDV_download_fct_Continue - Static variable in interface com.hcl.domino.misc.NotesConstants
 
IDV_download_fct_GetAuth - Static variable in interface com.hcl.domino.misc.NotesConstants
 
IDV_download_fct_Init - Static variable in interface com.hcl.domino.misc.NotesConstants
 
IDV_download_fct_TryPassword - Static variable in interface com.hcl.domino.misc.NotesConstants
 
IdVault - Interface in com.hcl.domino.admin.idvault
Access to all id and cert operations
IdVault.IDAccessCallback<T> - Interface in com.hcl.domino.admin.idvault
Callback interface to work with an opened ID
IdVault.IdFlag - Enum in com.hcl.domino.admin.idvault
Flags of a User ID
IdVault.SyncResult - Interface in com.hcl.domino.admin.idvault
 
IDVAULT_DELETE - Static variable in interface com.hcl.domino.admin.AdministrationProcess
 
IDVAULT_MARK_AS_INACTIVE - Static variable in interface com.hcl.domino.admin.AdministrationProcess
 
IDVAULT_RETAIN - Static variable in interface com.hcl.domino.admin.AdministrationProcess
 
IdVaultTokenHandler<T> - Interface in com.hcl.domino.admin.idvault
This service interface represents a provider that is able to process a token supplied to IdVault.getUserIdWithToken(Object, String) and retrieve a UserId implementation.
IMAGE_SEGMENT_MAX - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
ImageResource - Interface in com.hcl.domino.design
 
IMimeAttachment - Interface in com.hcl.domino.mime.attachments
 
ImplicitScheduleFailedException - Exception in com.hcl.domino.exception
Represents error code 2276, "There was an error sending out notices to meeting participants."
ImplicitScheduleFailedException(int, String) - Constructor for exception com.hcl.domino.exception.ImplicitScheduleFailedException
 
ImplicitScheduleFailedException(int, String, Throwable) - Constructor for exception com.hcl.domino.exception.ImplicitScheduleFailedException
 
ImplicitScheduleFailedException(String) - Constructor for exception com.hcl.domino.exception.ImplicitScheduleFailedException
 
ImplicitScheduleFailedException(String, Throwable) - Constructor for exception com.hcl.domino.exception.ImplicitScheduleFailedException
 
importDxl(String, Database) - Method in interface com.hcl.domino.dxl.DxlImporter
 
importDxl(Reader, Database) - Method in interface com.hcl.domino.dxl.DxlImporter
 
importDxl(InputStream, Database) - Method in interface com.hcl.domino.dxl.DxlImporter
 
importDxlFromACLExporter(Database, DxlExporter, Database, OutputStream) - Method in interface com.hcl.domino.dxl.DxlImporter
 
importDxlFromDBExporter(Database, DxlExporter, Database, OutputStream) - Method in interface com.hcl.domino.dxl.DxlImporter
 
importDxlFromIDExporter(Database, Collection<Integer>, DxlExporter, Database, OutputStream) - Method in interface com.hcl.domino.dxl.DxlImporter
 
ImportedJavaAgentContent - Interface in com.hcl.domino.design.agent
Represents the contents of an imported Java agent.
importErrorWasLogged() - Method in interface com.hcl.domino.dxl.DxlImporter
 
in(String...) - Static method in class com.hcl.domino.dql.DQL
Creates a search term to find documents that exist in at least one of the specified views.
inAll(String...) - Static method in class com.hcl.domino.dql.DQL
Creates a search term to find documents that exist in multiple views
includeItems(Collection<String>) - Method in interface com.hcl.domino.json.JsonSerializer
Include only specific items by name.
includeMetadata(boolean) - Method in interface com.hcl.domino.json.JsonSerializer
Sets whether to include a metadata object in the output JSON, using the "@meta" property.
IncompatibleImplementationException - Exception in com.hcl.domino.exception
Exception used to indicate that a JNX object of one implementation was passed to an incompatible implementation object.
IncompatibleImplementationException(Object, Class<?>) - Constructor for exception com.hcl.domino.exception.IncompatibleImplementationException
 
IndexedTypedAccess - Interface in com.hcl.domino.data
Common interface to read Domino data with a specific type from an indexable source, such as view column values.
IndexedValueConverter<OBJ> - Interface in com.hcl.domino.data
This subinterface of ValueConverter provides access to indexed data from a source.
INFOPARSE_CATEGORIES - Static variable in interface com.hcl.domino.misc.NotesConstants
database categories
INFOPARSE_CLASS - Static variable in interface com.hcl.domino.misc.NotesConstants
template name (for a design template database)
INFOPARSE_DESIGN_CLASS - Static variable in interface com.hcl.domino.misc.NotesConstants
inherited template name (for a database that inherited its design from a design template)
INFOPARSE_TITLE - Static variable in interface com.hcl.domino.misc.NotesConstants
database title
initializeAgentLanguage(DesignAgent.AgentLanguage) - Method in interface com.hcl.domino.design.DesignAgent
Language the agent should parse as
initializeProcess(String[]) - Method in interface com.hcl.domino.DominoProcess
Initializes the Domino runtime for the process.
initializeThread() - Method in interface com.hcl.domino.DominoProcess
Initializes the current thread for Domino API use.
instance - Static variable in class com.hcl.domino.richtext.process.GetFileResourceStreamProcessor
 
instance - Static variable in class com.hcl.domino.richtext.process.GetImageResourceSizeProcessor
 
instance - Static variable in class com.hcl.domino.richtext.process.GetImageResourceStreamProcessor
 
instance - Static variable in class com.hcl.domino.richtext.process.GetJavaScriptDataProcessor
 
intersect(Collection<Integer>) - Method in interface com.hcl.domino.data.IDTable
This function creates the intersection of two ID sets.
The resulting table contains those IDs that are common to both source tables.
INumberEnum<T extends Number> - Interface in com.hcl.domino.misc
This interface describes an enum that is backed by a C-style numeric value enum.
invokeNSD(Collection<NSDMode>) - Method in interface com.hcl.domino.runtime.DominoRuntime
Tells the local runtime to run NSD.
IRichTextConversion - Interface in com.hcl.domino.richtext.conversion
Interface for a conversion class that transforms rich text structures
IRichTextProcessor<T> - Interface in com.hcl.domino.richtext.process
 
isAdmin() - Method in interface com.hcl.domino.DominoClient
This will be used to restrict access to the admin APIs, managed against the Java application's permitted access
isAllowMultiValues() - Method in interface com.hcl.domino.design.Field
 
isAppointment() - Method in interface com.hcl.domino.freebusy.ScheduleEntry
 
isAsIDUser() - Method in class com.hcl.domino.DominoClientBuilder
 
ISBOLD - Static variable in interface com.hcl.domino.misc.NotesConstants
 
isBold() - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
isBusy() - Method in interface com.hcl.domino.freebusy.ScheduleEntry
 
isCategory() - Method in interface com.hcl.domino.data.CollectionColumn
 
isCategory() - Method in interface com.hcl.domino.data.CollectionEntry
Determines whether the collection entry represents a category, as opposed to a document or total row.
isCertificateAuthorityAvailable() - Method in interface com.hcl.domino.admin.AdministrationProcess
 
isCheckSecurity() - Method in interface com.hcl.domino.data.Agent.AgentRunContext
Returns whether security should be checked
isClosed() - Method in interface com.hcl.domino.data.AutoCloseableDocument
 
isColorizeGrays() - Method in interface com.hcl.domino.design.ImageResource
 
isConstant() - Method in interface com.hcl.domino.data.CollectionColumn
 
isConvertNotesbitmapsToGIF() - Method in interface com.hcl.domino.dxl.DxlExporter
 
isCreateFullTextIndex() - Method in interface com.hcl.domino.dxl.DxlImporter
 
isCreateNewFolder() - Method in interface com.hcl.domino.design.action.FolderBasedAction
 
isDeferIndexCreation() - Method in interface com.hcl.domino.design.Column
 
isDeleted() - Method in interface com.hcl.domino.data.Database.DocInfo
Returns true if the note has already been deleted
isDeleted() - Method in interface com.hcl.domino.data.Database.ModifiedNoteInfo
 
isDesignElement(Set<DocumentClass>) - Static method in enum com.hcl.domino.data.DocumentClass
 
isDesignHidden() - Method in interface com.hcl.domino.admin.replication.ReplicaInfo
Checks if the database design is hidden
isDisplayAsBulletList() - Method in interface com.hcl.domino.richtext.TextStyle
 
isDisplayAsNumberedList() - Method in interface com.hcl.domino.richtext.TextStyle
 
isDocModified() - Method in interface com.hcl.domino.data.Formula.FormulaExecutionResult
Returns true if the formula has modified the document
isDocument() - Method in interface com.hcl.domino.data.CollectionEntry
Determines whether the collection entry represents a document, as opposed to a category or total row.
isDocumentLockingEnabled() - Method in interface com.hcl.domino.data.Database
 
isDocumentUnread(String, int) - Method in interface com.hcl.domino.data.Database
Checks if a document is in the unread table for the specified user.

For performance reasons we internally cache the unread table and store the username.
isEditable() - Method in interface com.hcl.domino.data.Document
Returns true if the current user has sufficient access rights to modify the document.
isEditable() - Method in interface com.hcl.domino.security.Ecl
Returns true if ECL can be modified by the user
ISEFFECT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ISEMBOSS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
isEmpty() - Method in interface com.hcl.domino.richtext.RichTextWriter
Method to check if anything has been written into the writer
isEnabled() - Method in interface com.hcl.domino.data.Agent
Gets whether or not the agent is set to be run on a schedule and is enabled
isEnabled() - Method in interface com.hcl.domino.person.OutOfOffice
Convenience method to check whether the OOO functionality is enabled.
isEncrypted() - Method in interface com.hcl.domino.data.Document
Checks whether this note is sealed
isEncrypted() - Method in interface com.hcl.domino.data.Item
Whether or not the Item requires additional encryption key in addition to database-level and document-level Reader access in order to see the content.
isExact() - Method in class com.hcl.domino.data.CollectionSearchQuery.MultiColumnLookupKey
 
isExact() - Method in class com.hcl.domino.data.CollectionSearchQuery.SingleColumnLookupKey
 
isExcludeInternet() - Method in interface com.hcl.domino.person.OutOfOffice
This function returns a flag which defines how to treat internet emails.
This functional call is optional.
If this flag is set to true OOO notifications will not be generated for email originating from the internet.
isExitOnFirstFatalError() - Method in interface com.hcl.domino.dxl.DxlImporter
 
ISEXTRUDE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
isExtrude() - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
isFirst() - Method in class com.hcl.domino.misc.Loop
Returns true if the current element is the first of the collection
isFolder() - Method in interface com.hcl.domino.data.DominoCollection
 
isFolder() - Method in interface com.hcl.domino.data.DominoCollectionInfo
 
isFolderPrivate() - Method in interface com.hcl.domino.design.action.FolderBasedAction
 
isForceNoteFormat() - Method in interface com.hcl.domino.dxl.DxlExporter
 
isFormula() - Method in interface com.hcl.domino.design.ComputableValue
 
isFTIndex() - Method in interface com.hcl.domino.data.Database
 
isFullAccess() - Method in interface com.hcl.domino.DominoClient
Returns true if databases are supposed to be opened with full access (if the current user has sufficient rights on the accessed server)
isFullAccess() - Method in class com.hcl.domino.DominoClientBuilder
 
isGatherDocuments() - Method in interface com.hcl.domino.design.action.SendNewsletterAction
 
isGenerateEnhancedHtml() - Method in interface com.hcl.domino.design.DbProperties
 
isGrouped() - Method in interface com.hcl.domino.design.Column
 
isHidden() - Method in interface com.hcl.domino.data.CollectionColumn
 
isHiddenFromViews() - Method in interface com.hcl.domino.data.Document
Returns true if this is a ghost document.
isHideDetail() - Method in interface com.hcl.domino.data.CollectionColumn
 
isHideFromMobile() - Method in interface com.hcl.domino.design.DesignElement
 
isHideFromNotes() - Method in interface com.hcl.domino.design.DesignElement
 
isHideFromWeb() - Method in interface com.hcl.domino.design.DesignElement
 
isHideReadOnly() - Method in interface com.hcl.domino.richtext.TextStyle
 
isHideReadWrite() - Method in interface com.hcl.domino.richtext.TextStyle
 
isHideWhenCopied() - Method in interface com.hcl.domino.richtext.TextStyle
 
isHideWhenEditedInPreview() - Method in interface com.hcl.domino.richtext.TextStyle
 
isHideWhenPreviewed() - Method in interface com.hcl.domino.richtext.TextStyle
 
isHideWhenPrinting() - Method in interface com.hcl.domino.richtext.TextStyle
 
isIcon() - Method in interface com.hcl.domino.data.CollectionColumn
 
isIdFoundInVault() - Method in interface com.hcl.domino.admin.idvault.IdVault.SyncResult
 
isIdInVault(String, String) - Method in interface com.hcl.domino.admin.idvault.IdVault
Checks if the ID vault on the specified server contains an ID for a user
isIdSyncDone() - Method in interface com.hcl.domino.admin.idvault.IdVault.SyncResult
 
isIncludeAllNotes() - Method in interface com.hcl.domino.design.action.SendNewsletterAction
 
isIncludeDocLink() - Method in interface com.hcl.domino.design.action.SendMailAction
 
isIncludeDocument() - Method in interface com.hcl.domino.design.action.ReplyAction
 
isIncludeDocument() - Method in interface com.hcl.domino.design.action.SendMailAction
 
isIncludeSummary() - Method in interface com.hcl.domino.design.action.SendNewsletterAction
 
isIndexed() - Method in interface com.hcl.domino.design.Column
 
isIndexedNoAccent() - Method in interface com.hcl.domino.design.Column
 
isIndexNoCase() - Method in interface com.hcl.domino.design.Column
 
isInverted() - Method in interface com.hcl.domino.data.IDTable
Sense of list inverted (reserved for use by caller only)
ISITALIC - Static variable in interface com.hcl.domino.misc.NotesConstants
 
isItalic() - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
isKeepInformed() - Method in interface com.hcl.domino.calendar.CalendarActionData
 
isKeepTabs() - Method in interface com.hcl.domino.mime.RichTextMimeConversionSettings
The function returns the Conversions Controls 'keep tabs' setting.
isKeepTogether() - Method in interface com.hcl.domino.richtext.TextStyle
 
isKeepWithNext() - Method in interface com.hcl.domino.richtext.TextStyle
 
isLargeSummaryEnabled() - Method in interface com.hcl.domino.data.Database
 
isLast() - Method in class com.hcl.domino.misc.Loop
Returns true if the current element is the last of the collection
isLastRunExceededTimeLimit() - Method in interface com.hcl.domino.design.DesignAgent
Analyses the last run log to work out if the last run exceeded the max run time for agents.
isLocallyEncrypted() - Method in interface com.hcl.domino.data.Database
Determines whether the database is locally encrypted.
isMarkedForReplace() - Method in interface com.hcl.domino.design.ImageResource
 
isMatch(List<RichTextRecord<?>>) - Method in class com.hcl.domino.richtext.conversion.AppendFileHotspotConversion
 
isMatch(List<RichTextRecord<?>>) - Method in interface com.hcl.domino.richtext.conversion.IRichTextConversion
Method to check whether the rich text item actually requires a conversion
isMatch(List<RichTextRecord<?>>) - Method in class com.hcl.domino.richtext.conversion.RemoveAttachmentIconConversion
 
isMaxInternetAccess() - Method in class com.hcl.domino.DominoClientBuilder
 
isModified() - Method in interface com.hcl.domino.data.IDTable
Set by Insert/Delete and can be cleared by caller if desired
isMultipart() - Method in interface com.hcl.domino.mime.MimeEntity
 
isMultiValue() - Method in interface com.hcl.domino.design.Column
 
isNames() - Method in interface com.hcl.domino.data.Item
Whether or not the NAMES field flag is applied on this Item.
isNew() - Method in interface com.hcl.domino.data.Document
Returns true if the document has not been saved yet
isNoAgentReply() - Method in interface com.hcl.domino.design.action.ReplyAction
 
isNonProductionBuild() - Method in interface com.hcl.domino.BuildVersionInfo
Returns whether this is a non-production style build (internal only)
isNonWork() - Method in interface com.hcl.domino.freebusy.ScheduleEntry
 
isOmitMiscFileObjects() - Method in interface com.hcl.domino.dxl.DxlExporter
 
isOmitOLEObjects() - Method in interface com.hcl.domino.dxl.DxlExporter
 
isOmitPictures() - Method in interface com.hcl.domino.dxl.DxlExporter
 
isOmitRichTextAttachments() - Method in interface com.hcl.domino.dxl.DxlExporter
 
isOnServer() - Method in interface com.hcl.domino.DominoClient
Whether the code is running on a Domino server or client
isOutputDoctype() - Method in interface com.hcl.domino.dxl.DxlExporter
 
isOutputXmlDecl() - Method in interface com.hcl.domino.dxl.DxlExporter
 
isPaginateBefore() - Method in interface com.hcl.domino.richtext.TextStyle
 
isPasswordString() - Method in interface com.hcl.domino.admin.IConsoleLine
 
isPenciled() - Method in interface com.hcl.domino.freebusy.ScheduleEntry
 
isProhibitRefresh() - Method in interface com.hcl.domino.design.DesignElement
 
isPromptString() - Method in interface com.hcl.domino.admin.IConsoleLine
 
isProtected() - Method in interface com.hcl.domino.data.Item
Whether or not the Item prevents access if the person only has Author access to the database.
isProtected() - Method in interface com.hcl.domino.design.Field
 
isQuitPending() - Method in interface com.hcl.domino.mq.MessageQueue
This function tests whether the specified message queue is in a QUIT state, and returns TRUE if so.
isReaders() - Method in interface com.hcl.domino.data.Item
Whether or not the READERS field flag is applied on this Item.
isReadWriters() - Method in interface com.hcl.domino.data.Item
Whether or not the READWRITERS field flag is applied on this Item.
isRemote() - Method in interface com.hcl.domino.data.Database
Checks whether a database is located on a remote server
isReopenDbAsSigner() - Method in interface com.hcl.domino.data.Agent.AgentRunContext
Returns whether the DB should be reopened as agent signer
isRepeatEvent() - Method in interface com.hcl.domino.freebusy.ScheduleEntry
 
isReplaceDbProperties() - Method in interface com.hcl.domino.dxl.DxlImporter
 
isReplicaRequiredForReplaceOrUpdate() - Method in interface com.hcl.domino.dxl.DxlImporter
 
isReplicationFlagSet(ReplicationFlags) - Method in interface com.hcl.domino.admin.replication.ReplicaInfo
Returns true if a replication flag is set
isReplyOnce() - Method in interface com.hcl.domino.design.action.ReplyAction
 
isReplyToAll() - Method in interface com.hcl.domino.design.action.ReplyAction
 
isResize() - Method in interface com.hcl.domino.data.CollectionColumn
 
isResortAscending() - Method in interface com.hcl.domino.data.CollectionColumn
 
isResortDescending() - Method in interface com.hcl.domino.data.CollectionColumn
 
isResortToView() - Method in interface com.hcl.domino.data.CollectionColumn
 
isResponse() - Method in interface com.hcl.domino.data.CollectionColumn
 
isResponse() - Method in interface com.hcl.domino.data.Document
Checks if this document is a response
isRunAsWebUser() - Method in interface com.hcl.domino.data.Agent
Gets whether or not the agent should run as the web user instead of the signer
isRunOnWeekends() - Method in interface com.hcl.domino.design.DesignAgent
Whether or not the agent runs on weekends, only relevant for DAILY or MORE_THAN_DAILY
isSaveMailDocument() - Method in interface com.hcl.domino.design.action.ReplyAction
 
isSaveMailDocument() - Method in interface com.hcl.domino.design.action.SendMailAction
 
isSaveMessageOnSend() - Method in interface com.hcl.domino.data.Document
Indicates whether a document is saved to a database when mailed.
isSeal() - Method in interface com.hcl.domino.design.Field
 
isSecondaryResort() - Method in interface com.hcl.domino.data.CollectionColumn
 
isSecondaryResortDescending() - Method in interface com.hcl.domino.data.CollectionColumn
 
isSecureOnly() - Method in interface com.hcl.domino.admin.ServerAdmin.DominoSSOToken
Whether the SSO token is for HTTPS only
isSelected(DocumentSelection.SelectionType) - Method in interface com.hcl.domino.data.DocumentSelection
Checks if a content type is selected
ISSHADOW - Static variable in interface com.hcl.domino.misc.NotesConstants
 
isShadow() - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
isShowAsLinks() - Method in interface com.hcl.domino.design.Column
 
isShowTwistie() - Method in interface com.hcl.domino.data.CollectionColumn
 
isSign() - Method in interface com.hcl.domino.design.Field
 
isSigned() - Method in interface com.hcl.domino.data.Document
Checks whether this note is signed
isSigned() - Method in interface com.hcl.domino.data.Item
Whether or not the Item will be signed next time the document is saved.
isSoftDeleted() - Method in interface com.hcl.domino.data.Document
Returns true if the document has been deleted in a database that has soft deletions enabled.
isSorted() - Method in interface com.hcl.domino.data.CollectionColumn
 
isSortedDescending() - Method in interface com.hcl.domino.data.CollectionColumn
 
isSortPermuted() - Method in interface com.hcl.domino.data.CollectionColumn
 
isStopped() - Method in class com.hcl.domino.misc.Loop
Returns true if forEach loop should be stopped
ISSTRIKEOUT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
isStrikeout() - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
ISSUB - Static variable in interface com.hcl.domino.misc.NotesConstants
 
isSub() - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
isSummary() - Method in interface com.hcl.domino.data.Item
Whether or not the SUMMARY field flag is applied on this Item.
ISSUPER - Static variable in interface com.hcl.domino.misc.NotesConstants
 
isSuper() - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
ISTRMAX - Static variable in interface com.hcl.domino.misc.NotesConstants
 
isTruncated() - Method in interface com.hcl.domino.data.Document
Indicates that the note has been abstracted (truncated).
This is the case if the database containing the note has replication settings set to "Truncate large documents and remove attachments".
isUncompressAttachments() - Method in interface com.hcl.domino.dxl.DxlExporter
 
ISUNDERLINE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
isUnderline() - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
isUniformAccess() - Method in interface com.hcl.domino.security.Acl
Check if "Enforce consistent ACL" is set
isUnread(String) - Method in interface com.hcl.domino.data.Document
Checks if the document is unread for the specified user.
Uses Database.isDocumentUnread(String, int) internally.
isUnread() - Method in interface com.hcl.domino.data.Document
Checks if the document is unread for the user returned by DominoClient.getEffectiveUserName().
Uses Database.isDocumentUnread(String, int) internally.
isUseCertificateAuthority() - Method in interface com.hcl.domino.admin.AdministrationProcess
 
isUseOSLineBreaks() - Method in class com.hcl.domino.richtext.process.ExtractTextProcessor
By default we use "\r\n" as line delimiter on Windows (same behavior as the legacy Notes API).
isValid() - Method in interface com.hcl.domino.data.DominoDateTime
Determines whether the underlying date/time value is invalid.
isWebCompatible() - Method in interface com.hcl.domino.design.ImageResource
 
isWebReadOnly() - Method in interface com.hcl.domino.design.ImageResource
 
isWorkstationECL() - Method in enum com.hcl.domino.security.ECLCapability
Method to check if the capability is only available in the Notes Client
Item - Interface in com.hcl.domino.data
Carefull attention for date/time and the new Java Stuff and JNA TimeDate
item(String) - Static method in class com.hcl.domino.dql.DQL
Use this method to filter for documents with a specific item value
Item.ItemFlag - Enum in com.hcl.domino.data
Enum for the field flags for an Item
ITEM_DIRDOMAIN - Static variable in interface com.hcl.domino.misc.NotesConstants
Name of the directory domain (not mailDomian) the entry resides in, typically defined in directory assistance
ITEM_DIRENTRYID - Static variable in interface com.hcl.domino.misc.NotesConstants
Unique identifier of a directory entry, returned from NAMELookup.
ITEM_DIRSERVER - Static variable in interface com.hcl.domino.misc.NotesConstants
The name of the server specified in the DIRCTX of a search or get
ITEM_IS_NATIVE_MIME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_DOCUMENT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_FILE_DATA - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_FILE_EDITFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_FILE_EDITOR - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_FILE_MIMECHARSET - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_FILE_MIMETYPE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_FILE_MODINFO - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_FILE_NAMES - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_FILE_SIZE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_FILE_WEBPATH - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_IMAGE_DATA - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_IMAGE_NAMES - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_IMAGE_URL_SOURCE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_IMAGES_COLORIZE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_IMAGES_HIGH - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_IMAGES_WEB_BROWSER_COMPATIBLE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_IMAGES_WIDE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_JAVA_FILES - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_NOTE_SIGNATURE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_NOTE_STOREDFORM_SIG - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_NOTE_STOREDFORM_SIG_PREFIX - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_STYLE_SHEET_DATA - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_STYLE_SHEET_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAME_TEMPLATE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ITEM_NAMES - Static variable in interface com.hcl.domino.misc.NotesConstants
This item is a Names field.
ITEM_NOUPDATE - Static variable in interface com.hcl.domino.misc.NotesConstants
Item will not be written to disk
ITEM_PLACEHOLDER - Static variable in interface com.hcl.domino.misc.NotesConstants
This item is a placeholder field in a form note.
ITEM_PROTECTED - Static variable in interface com.hcl.domino.misc.NotesConstants
A user requires editor access to change this field.
ITEM_READERS - Static variable in interface com.hcl.domino.misc.NotesConstants
This is a Reader Names field.
ITEM_READWRITERS - Static variable in interface com.hcl.domino.misc.NotesConstants
This item is an Author Names field as indicated by the READ/WRITE-ACCESS flag.
ITEM_SEAL - Static variable in interface com.hcl.domino.misc.NotesConstants
This item is sealed.
ITEM_SIGN - Static variable in interface com.hcl.domino.misc.NotesConstants
This item is signed.
ITEM_SUMMARY - Static variable in interface com.hcl.domino.misc.NotesConstants
This item is stored in the note's summary buffer.
ITEM_UNCHANGED - Static variable in interface com.hcl.domino.misc.NotesConstants
Item is same as on-disk.
ItemDataType - Enum in com.hcl.domino.data
Enum for Item datatypes All datatypes below are passed to NSF in either host (machine-specific byte ordering and padding) or canonical form (Intel 86 packed form).
ItemNotFoundException - Exception in com.hcl.domino.exception
Represents error code 546, "Note item not found"
ItemNotFoundException(int, String) - Constructor for exception com.hcl.domino.exception.ItemNotFoundException
 
ItemNotFoundException(int, String, Throwable) - Constructor for exception com.hcl.domino.exception.ItemNotFoundException
 
ItemNotFoundException(String) - Constructor for exception com.hcl.domino.exception.ItemNotFoundException
 
ItemNotFoundException(String, Throwable) - Constructor for exception com.hcl.domino.exception.ItemNotFoundException
 
ItemNotPresentException - Exception in com.hcl.domino.exception
Represents error code 784, "Specified item is not present"
ItemNotPresentException(int, String) - Constructor for exception com.hcl.domino.exception.ItemNotPresentException
 
ItemNotPresentException(int, String, Throwable) - Constructor for exception com.hcl.domino.exception.ItemNotPresentException
 
ItemNotPresentException(String) - Constructor for exception com.hcl.domino.exception.ItemNotPresentException
 
ItemNotPresentException(String, Throwable) - Constructor for exception com.hcl.domino.exception.ItemNotPresentException
 
items(Collection<String>) - Method in interface com.hcl.domino.naming.UserDirectoryQuery
Specifies the items to extract from found directory entries.
items(String...) - Method in interface com.hcl.domino.naming.UserDirectoryQuery
Specifies the items to extract from found directory entries.

J

JavaAgentContent - Interface in com.hcl.domino.design.agent
Represents the contents of a non-imported Java agent.
JavaLibrary - Interface in com.hcl.domino.design
 
JavaScriptLibrary - Interface in com.hcl.domino.design
 
JAVASCRIPTLIBRARY_CODE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
JNXServiceFinder - Enum in com.hcl.domino.misc
Utility class to coordinate service loading for JNX.
JNXThread - Class in com.hcl.domino.misc
Thread subclass that runs with a thread initialized and terminated via DominoProcess.initializeThread() and DominoProcess.terminateThread().
JNXThread() - Constructor for class com.hcl.domino.misc.JNXThread
 
JNXThread(Runnable) - Constructor for class com.hcl.domino.misc.JNXThread
 
JsonDeserializer - Interface in com.hcl.domino.json
This interface allows for deserialization of JSON into documents, both as strings and as implementation-specific Java object representations.
JsonDeserializerFactory - Interface in com.hcl.domino.json
This service interface allows for plugins to contribute JsonDeserializer implementations.
JsonSerializer - Interface in com.hcl.domino.json
This interface allows for serialization of documents into JSON, both as strings and as implementation-specific Java object representations.
JsonSerializerFactory - Interface in com.hcl.domino.json
This service interface allows for plugins to contribute JsonSerializer implementations.
JUSTIFY_BLOCK - Static variable in interface com.hcl.domino.misc.NotesConstants
full block justification
JUSTIFY_CENTER - Static variable in interface com.hcl.domino.misc.NotesConstants
centered
JUSTIFY_LEFT - Static variable in interface com.hcl.domino.misc.NotesConstants
flush left, ragged right
JUSTIFY_NONE - Static variable in interface com.hcl.domino.misc.NotesConstants
no line wrapping AT ALL (except hard CRs)
JUSTIFY_RIGHT - Static variable in interface com.hcl.domino.misc.NotesConstants
flush right, ragged left

K

kChangePasswordCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kCopyToFolderCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kCreateDocumentCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kDeleteDocumentCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kDeleteDocumentsCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kEditDocumentCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
KEYBITS_2048 - Static variable in interface com.hcl.domino.misc.NotesConstants
 
KEYBITS_256 - Static variable in interface com.hcl.domino.misc.NotesConstants
 
KFM_access_GetIDFHFlags - Static variable in interface com.hcl.domino.misc.NotesConstants
 
KFM_safecopy_NewestKey - Static variable in interface com.hcl.domino.misc.NotesConstants
Create a safe-copy containing the "pending" RSA keys if any, else use the "active" RSA keys.
KFM_safecopy_NewPubKey - Static variable in interface com.hcl.domino.misc.NotesConstants
Create a safe-copy containing the "pending" RSA keys
KFM_safecopy_Standard - Static variable in interface com.hcl.domino.misc.NotesConstants
Create a safe-copy containing the "active" RSA keys.
kGetImageCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kGetOrbCookieCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kLoginUserCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kLogoutUserCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kMoveToFolderCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kNavigateCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kNumberOfCmds - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kOpenAboutCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kOpenAgentCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kOpenCssResourceCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kOpenDatabaseCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kOpenDocumentCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kOpenElementCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kOpenFieldCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
OpenField command for Java applet(s) and HAPI
kOpenFileResourceCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kOpenFormCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kOpenFrameSetCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kOpenHelpCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kOpenIconCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kOpenImageCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kOpenImageResourceCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kOpenJavascriptLibCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kOpenNavigatorCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kOpenPageCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kOpenPreferencesCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kOpenServerCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kOpenViewCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kOpenWebServiceCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kReadDesignCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kReadEntriesCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kReadFormCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kReadViewEntriesCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kRedirectCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kRemoveFromFolderCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kRequestCertCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kSaveDocumentCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kSearchDomainCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kSearchSiteCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kSearchViewCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kUndeleteDocumentsCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kUnImplemented_01 - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kUnknownCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
kWsdlCmdId - Static variable in interface com.hcl.domino.misc.NotesConstants
 

L

LD_MASK - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
LDD_MASK - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
LDDELIM_BLANKLINE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
LDDELIM_COMMA - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
LDDELIM_NEWLINE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
LDDELIM_SEMICOLON - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
LDDELIM_SPACE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
LDELIM_BLANKLINE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
LDELIM_COMMA - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
LDELIM_NEWLINE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
LDELIM_SEMICOLON - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
LDELIM_SPACE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
LengthValue - Interface in com.hcl.domino.richtext.structures
 
LengthValue.Flag - Enum in com.hcl.domino.richtext.structures
 
LengthValue.Unit - Enum in com.hcl.domino.richtext.structures
 
listFiles(String) - Method in interface com.hcl.domino.dbdirectory.DbDirectory
Returns the content of the server directory at the top-level.
listFiles(String, String) - Method in interface com.hcl.domino.dbdirectory.DbDirectory
Returns the content of a single directory on a Domino server
listFiles(String, String, String) - Method in interface com.hcl.domino.dbdirectory.DbDirectory
Returns the content of a server directory, filtered via formula
ListSeperator - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ListStructure - Interface in com.hcl.domino.richtext.structures
 
LOCAL_USERNAMESSPACE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
LocalFileMimeAttachment - Class in com.hcl.domino.mime.attachments
Implementation of IMimeAttachment to use a local file as MIME attachment.
LocalFileMimeAttachment(Path) - Constructor for class com.hcl.domino.mime.attachments.LocalFileMimeAttachment
 
LocalFileMimeAttachment(Path, String) - Constructor for class com.hcl.domino.mime.attachments.LocalFileMimeAttachment
 
LocalFileMimeAttachment(Path, String, String) - Constructor for class com.hcl.domino.mime.attachments.LocalFileMimeAttachment
 
LOCATION_IMAIL_INTERNET_DOMAIN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
LOCATION_TYPE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
lock(String, Document.LockMode) - Method in interface com.hcl.domino.data.Document
This function adds an "$Writers" field to a note which contains a list of "writers" who will be able to update the note.

Any user will be able to open the note, but only the members contained in the "$Writers" field are allowed to update the note.

This function will only succeed if the database option "Allow document locking" is set.

Please refer to the Domino documentation for a full description of document locking.
lock(List<String>, Document.LockMode) - Method in interface com.hcl.domino.data.Document
This function adds an "$Writers" field to a note which contains a list of "writers" who will be able to update the note.

Any user will be able to open the note, but only the members contained in the "$Writers" field are allowed to update the note.

This function will only succeed if the database option "Allow document locking" is set.

Please refer to the Domino documentation for a full description of document locking.
LOCTYPE_INTERNETDIALUP - Static variable in interface com.hcl.domino.misc.NotesConstants
 
LOCTYPE_MODEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
LOCTYPE_NETWORK - Static variable in interface com.hcl.domino.misc.NotesConstants
 
LOCTYPE_NETWORKANDMODEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
LOCTYPE_NETWORKDIALUP - Static variable in interface com.hcl.domino.misc.NotesConstants
 
LOCTYPE_NONE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
LOG_SEARCH_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Runjava (used by ISpy)
LOGIN_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Login Process
logMessage(String) - Method in interface com.hcl.domino.admin.ServerAdmin
Logs a message to the server using the Addin API.
LONGRECORDLENGTH - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
lookupAccess(String) - Method in interface com.hcl.domino.security.Acl
Looks up the access level for a user and his groups
lookupAccess(UserNamesList) - Method in interface com.hcl.domino.security.Acl
Looks up the access level for a UserNamesList
lookupUserValue(String, String...) - Method in interface com.hcl.domino.naming.UserDirectory
Queries the directory for the specified items from the first match for the user.
Loop - Class in com.hcl.domino.misc
Helper method to control a forEach loop, e.g.
Loop() - Constructor for class com.hcl.domino.misc.Loop
 
LotusScriptAgentContent - Interface in com.hcl.domino.design.agent
Represents the contents of a LotusScript-type agent.
LotusScriptCompilationException - Exception in com.hcl.domino.exception
Specialized exception type for the contents of LSCOMPILE_ERR_INFO
LotusScriptCompilationException(String, String, int, int) - Constructor for exception com.hcl.domino.exception.LotusScriptCompilationException
 
LotusScriptLibrary - Interface in com.hcl.domino.design
 
lowercaseProperties(boolean) - Method in interface com.hcl.domino.json.JsonSerializer
Sets whether property names in the emitted JSON should be lowercased.
LOWPRIORITY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
lpchCommonXForDeleteUser - Static variable in interface com.hcl.domino.misc.NotesConstants
 
lpchCommonXForRename - Static variable in interface com.hcl.domino.misc.NotesConstants
 
lpchCommonXForRenameGroup - Static variable in interface com.hcl.domino.misc.NotesConstants
 
lpchCommonXNoFilesSupplied - Static variable in interface com.hcl.domino.misc.NotesConstants
 
lpchDeleteGroupNab - Static variable in interface com.hcl.domino.misc.NotesConstants
 
lpchDeleteUser - Static variable in interface com.hcl.domino.misc.NotesConstants
 
lpchDeleteUserImm - Static variable in interface com.hcl.domino.misc.NotesConstants
 
lpchMoveCertifier - Static variable in interface com.hcl.domino.misc.NotesConstants
 
lpchMoveMailFile - Static variable in interface com.hcl.domino.misc.NotesConstants
 
lpchMoveRoamingFiles - Static variable in interface com.hcl.domino.misc.NotesConstants
 
lpchRenameCommonNameUser - Static variable in interface com.hcl.domino.misc.NotesConstants
 
lpchRenameGroup - Static variable in interface com.hcl.domino.misc.NotesConstants
 
lpchRenameUser - Static variable in interface com.hcl.domino.misc.NotesConstants
 
lpchUpgradeToRoamn - Static variable in interface com.hcl.domino.misc.NotesConstants
 
LSIG - Interface in com.hcl.domino.richtext.structures
 

M

MAIL_AUTOGENERATED - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAIL_BLINDCOPYTO_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
Blind copy to item name
MAIL_BODY_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAIL_COPYTO_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
CopyTo item name
MAIL_FROM_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAIL_FULLNAME_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAIL_GROUPSNAMESPACE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAIL_GROUPSNAMESPACE_1 - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAIL_HTTPPASSWORD_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAIL_ID_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAIL_ITEM_AUTOSUBMITTED - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAIL_JIT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAIL_JIT_LOG - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAIL_MAILFILE_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
Mail file name
MAIL_MAILSERVER_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
Mail server name
MAIL_MIME_NO_JIT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAIL_NETUSERNAME_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
Network Acct Name (for dir synching)
MAIL_NO_JIT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAIL_NO_JIT_RECIPIENTS_DONE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAIL_POSTEDDATE_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAIL_SENDTO_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
SendTo item name
MAILFILE_DELETE_ALL - Static variable in interface com.hcl.domino.admin.AdministrationProcess
 
MAILFILE_DELETE_HOME - Static variable in interface com.hcl.domino.admin.AdministrationProcess
 
MAILFILE_DELETE_NONE - Static variable in interface com.hcl.domino.admin.AdministrationProcess
 
MAILNOTE_ANYRECIPIENT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAILNOTE_CANUSEX509 - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAILNOTE_MIMEBODY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAILNOTE_NO_LNAB_ENTRIES - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAILNOTE_NO_SEARCH_LOCAL_DIRECTORIES - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAILNOTE_NO_SECUREMAIL_MODE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAILNOTE_NOTES_ENCRYPT_MIME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAILNOTE_SKIP_LOOKUP - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAILNOTE_USELOCALMAILBOX - Static variable in interface com.hcl.domino.misc.NotesConstants
 
makeResponse(Document) - Method in interface com.hcl.domino.data.Document
Makes the document a response to another document.
makeResponse(String) - Method in interface com.hcl.domino.data.Document
Makes the document a response to another document identified by UNID.
makeSafeCopy(Path) - Method in interface com.hcl.domino.admin.idvault.UserId
Writes a safe copy of the ID to disk
markInService(String, String) - Method in interface com.hcl.domino.admin.ServerAdmin
This function marks a cluster database in service by clearing the database option flag OUT_OF_SERVICE, if set.

When a call to ServerAdmin.markInService(String, String) is successful, the Cluster Manager enables users to access the database again by removing the "out of service" access restriction.

Traditional Domino database access control list (ACL) privileges apply under all circumstances.
markOutOfService(String, String) - Method in interface com.hcl.domino.admin.ServerAdmin
This function marks a cluster database out of service for remote user sessions by modifying the database option flags to include OUT_OF_SERVICE.

When this operation is successful, the Cluster Manager denies any new user sessions for this database.
This restriction is in addition to any restrictions set forth in the database access control list (ACL).
The purpose of this function is allow the system administrator to perform maintenance on a database without requiring a server shutdown or having to use the database ACL to restrict access.

In order to use ServerAdmin.markOutOfService(String, String) with a database on a clustered server, the remote Notes user must have at least designer access privileges.

If a user's privilege level is insufficient, a database access error is returned.
The ServerAdmin.markOutOfService(String, String) function affects only databases that reside on Domino clusters.
You can mark a database back in service by calling the ServerAdmin.markInService(String, String) function.

For more information, see the Domino Administration Help database.
matchesFormula() - Method in interface com.hcl.domino.data.Formula.FormulaExecutionResult
Returns true if the formula matches the current document
matchFound(Database, Database.SearchMatch, TypedAccess) - Method in interface com.hcl.domino.data.Database.FormulaQueryCallback
 
MAX_ADDGROUP_ADMINP_ITEMS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAX_BSAFE_DIGEST_SIZE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAX_CLIENT_AUTH_SIZE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAX_CMD_VALLEN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAX_DOMINO_URL_LENGTH - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAX_DOMINO_USERAGENT_LENGTH - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAX_HOSTNAME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAX_IDPURL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAX_ITEMDEF_SEGMENTS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAX_MESSAGE_COUNT - Static variable in interface com.hcl.domino.mq.MessageQueue
Maximum allowed message-count per queue.
MAX_NOTES_SOLIDCOLORS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAXALPHATIMEDATE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAXDIRENTRYID - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAXDWORD - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAXENVVALUE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAXONESEGSIZE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAXPATH - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAXSPRINTF - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAXUSERNAME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAXUSERPASSWORD - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAXWORD - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MAXWORDAsInt - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MD5_DIGEST_SIZE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MemoryStructure - Interface in com.hcl.domino.richtext.structures
Represents an object that is backed by an in-memory byte structure.
MemoryStructureWrapperService - Interface in com.hcl.domino.richtext.structures
This interface represents a service capable of wrapping ByteBuffers into MemoryStructure instances in an implementation-specific way.
MessageQueue - Interface in com.hcl.domino.mq
Implementation note: due to the underlying MQ capabilities, this implementation of BlockingQueue is not expected to implement the following methods:
MessageQueue.IMQCallback - Interface in com.hcl.domino.mq
Callback interface to scan a message queue for new messages
MessageQueue.IMQCallback.Action - Enum in com.hcl.domino.mq
 
MessageQueues - Interface in com.hcl.domino.mq
 
messageReceived(IConsoleLine) - Method in interface com.hcl.domino.admin.ServerAdmin.ConsoleHandler
Method to receive the console line with text and meta data like the pid/tid/executable name
messageReceived(String) - Method in interface com.hcl.domino.admin.ServerAdmin.RegistrationMessageHandler
 
MIME_HEADER_MAP_EMAIL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MIME_HEADER_MAP_HTTP - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MIME_HEADER_MAP_NEWS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MIME_HEADER_MAP_UNKNOWN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MIME_PART_BODY - Static variable in interface com.hcl.domino.misc.NotesConstants
Mime part type is a body.
MIME_PART_BODY_IN_DBOBJECT - Static variable in interface com.hcl.domino.misc.NotesConstants
Mime part has body in database object.
MIME_PART_EPILOG - Static variable in interface com.hcl.domino.misc.NotesConstants
Mime part type is a epilog.
MIME_PART_HAS_BOUNDARY - Static variable in interface com.hcl.domino.misc.NotesConstants
Mime part has boundary.
MIME_PART_HAS_HEADERS - Static variable in interface com.hcl.domino.misc.NotesConstants
Mime part has headers.
MIME_PART_MESSAGE - Static variable in interface com.hcl.domino.misc.NotesConstants
Mime part type is a message.
MIME_PART_PROLOG - Static variable in interface com.hcl.domino.misc.NotesConstants
Mime part type is a prolog.
MIME_PART_RETRIEVE_INFO - Static variable in interface com.hcl.domino.misc.NotesConstants
Mime part type is retrieve information.
MIME_PART_SHARED_DBOBJECT - Static variable in interface com.hcl.domino.misc.NotesConstants
Mime part has shared database object.
MIME_PART_SKIP_FOR_CONVERSION - Static variable in interface com.hcl.domino.misc.NotesConstants
Skip for conversion.
MIME_PART_VERSION - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MIME_STREAM_EOS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MIME_STREAM_INCLUDE_HEADERS - Static variable in interface com.hcl.domino.misc.NotesConstants
Include RFC822, MIME Headers
MIME_STREAM_IO - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MIME_STREAM_ITEMIZE_BODY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MIME_STREAM_ITEMIZE_FULL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MIME_STREAM_ITEMIZE_HEADERS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MIME_STREAM_MIME_INCLUDE_HEADERS - Static variable in interface com.hcl.domino.misc.NotesConstants
Include MIME Headers
MIME_STREAM_NO_DELETE_ATTACHMENTS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MIME_STREAM_OPEN_READ - Static variable in interface com.hcl.domino.misc.NotesConstants
Open the Stream for Read
MIME_STREAM_OPEN_WRITE - Static variable in interface com.hcl.domino.misc.NotesConstants
Open the Stream for Write
MIME_STREAM_RFC2822_INCLUDE_HEADERS - Static variable in interface com.hcl.domino.misc.NotesConstants
Include RFC822 Headers
MIME_STREAM_SUCCESS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MimeData - Class in com.hcl.domino.mime
Container for text and binary data of an item of type ItemDataType.TYPE_MIME_PART.
MimeData() - Constructor for class com.hcl.domino.mime.MimeData
 
MimeData(String, String, Map<String, IMimeAttachment>, List<IMimeAttachment>) - Constructor for class com.hcl.domino.mime.MimeData
 
MimeEntity - Interface in com.hcl.domino.mime
Represents a MIME entity stored in a document, which may be standalone or part of a tree.
MimeEntity.Encoding - Enum in com.hcl.domino.mime
 
MimeHeader - Interface in com.hcl.domino.mime
Represents a header within a MimeEntity.
MimeReader - Interface in com.hcl.domino.mime
Utility class to read MIME content from a document
MimeReader.ReadMimeDataType - Enum in com.hcl.domino.mime
Used to specify which part of the document MIME content should be read
MimeWriter - Interface in com.hcl.domino.mime
Utility class to write MIME data to a document
MimeWriter.WriteMimeDataType - Enum in com.hcl.domino.mime
Used to specify which part of the MIME content should be itemized into the document
modifiedInThisFile() - Static method in class com.hcl.domino.dql.DQL
Use this method to filter by @ModifiedInThisFile value
ModifyByFormAction - Interface in com.hcl.domino.design.action
 
MODIFYFIELD_FLAG_APPEND - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Append field value
MODIFYFIELD_FLAG_REPLACE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Replace field value
ModifyFieldAction - Interface in com.hcl.domino.design.action
 
MONALARM_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Monitor
MONITOR_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Monitor
MonthFormat - Enum in com.hcl.domino.design.format
 
moveFolder(String, String) - Method in interface com.hcl.domino.data.Database
Moves a folder below another one
moveFolder(int, int) - Method in interface com.hcl.domino.data.Database
Moves a folder below another one
MQ_MAX_MSGSIZE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MQ_OPEN_CREATE - Static variable in interface com.hcl.domino.misc.NotesConstants
Create the queue if it doesn't exist
MQ_WAIT_FOR_MSG - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MSN_2PASSMAILER - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MSN_ADDRESS_ONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MSN_AMERICAN_ONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MSN_DDEDIALOG - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MSN_FROMOVERRIDE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MSN_FWDASATT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MSN_FWDASTEXT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MSN_NOLOOKUP - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MSN_NOSEAL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MSN_PREVQUERY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MSN_PUBKEY_ONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MSN_QUERY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MSN_RECEIPT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MSN_SEAL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MSN_SIGN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MSN_SMTP_MAILBOX - Static variable in interface com.hcl.domino.misc.NotesConstants
 
MultiColumnLookupKey(List<Object>, boolean) - Constructor for class com.hcl.domino.data.CollectionSearchQuery.MultiColumnLookupKey
 

N

Name - Interface in com.hcl.domino
Used to handle Domino usernames
NAME_ADMIN_ONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
Include only NAB's that this server is the admin server of
NAME_CONFIG_ONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
Include First AB that has config info
NAME_DEFAULT_TITLES - Static variable in interface com.hcl.domino.misc.NotesConstants
If NotesConstants.NAME_GET_AB_TITLES is specified then return the database path in place of the title for any database that has no title.
NAME_GET_AB_FIRSTONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
Return only the first Address book in use locally or Domino Directory on a server.
NAME_GET_AB_TITLES - Static variable in interface com.hcl.domino.misc.NotesConstants
Add the title of the database to each entry in the buffer returned by NAMEGetAddressBooks.
NAME_GET_ALL_EDS - Static variable in interface com.hcl.domino.misc.NotesConstants
Get All enterprise Directories
NAME_GET_ED_ONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
Get Server Based Enterprise Directory name only
NAME_GET_MAB_ONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
Get Master address book name only
NAME_INCLUDE_CONFIGNAB - Static variable in interface com.hcl.domino.misc.NotesConstants
Include Config (userless) NAB's
NAME_INCLUDE_ED - Static variable in interface com.hcl.domino.misc.NotesConstants
Include Server based ED as last book
NAME_LOOKUP_ALL - Static variable in interface com.hcl.domino.misc.NotesConstants
Return all entries in the view
NAME_LOOKUP_EXHAUSTIVE - Static variable in interface com.hcl.domino.misc.NotesConstants
Do not stop searching when the first matching entry is found.
NAME_LOOKUP_NOSEARCHING - Static variable in interface com.hcl.domino.misc.NotesConstants
Only look in first names database containing desired namespace (view) for specified names rather than searching other names databases if name was not found.
NAME_LOOKUP_UPDATE - Static variable in interface com.hcl.domino.misc.NotesConstants
Force the namespaces (views) to be made current
NamedFileElement - Interface in com.hcl.domino.design
Represents common behavior for file-resource-esque design elements with "$FileData" and "$FileNames" or equivalent items.
Names - Interface in com.hcl.domino.naming
Utility interface for performing common naming operations with the active API implementation.
names(Collection<String>) - Method in interface com.hcl.domino.naming.UserDirectoryQuery
Specifies the names to look up.
names(String...) - Method in interface com.hcl.domino.naming.UserDirectoryQuery
Specifies the names to look up.
NAMES_LIST_AUTHENTICATED - Static variable in interface com.hcl.domino.misc.NotesConstants
Set if names list has been authenticated via Notes
NAMES_LIST_FULL_ADMIN_ACCESS - Static variable in interface com.hcl.domino.misc.NotesConstants
Set if user requested full admin access and it was granted
NAMES_LIST_PASSWORD_AUTHENTICATED - Static variable in interface com.hcl.domino.misc.NotesConstants
Set if names list has been authenticated using external password -- Triggers "maximum password access allowed" feature
namespaces(Collection<String>) - Method in interface com.hcl.domino.naming.UserDirectoryQuery
Instructs the query to search the provided namespaces, which in practice correspond to Domino view names.
namespaces(String...) - Method in interface com.hcl.domino.naming.UserDirectoryQuery
Instructs the query to search the provided namespaces, which in practice correspond to Domino view names.
NativeItemCoder - Interface in com.hcl.domino.data
This service interface represents an implementation-contributed service that is able to decode item-type data from native memory
NATTR_BYTES - Static variable in interface com.hcl.domino.richtext.RichTextConstants
LI 3926.07, new number format type in Hannover, added for backward compatibility
NATTR_PARENS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
NATTR_PERCENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
NATTR_PUNCTUATED - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
NATTR_VARYING - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
Navigate - Enum in com.hcl.domino.data
 
NAVIGATE_ALL_DESCENDANTS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_ALL_DESCENDANTS_ACCESS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_AUTOEXPAND_SELECTED - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_CHILD - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_CONTINUE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_CURRENT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_CURRENT_HIT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_CURRENT_MAIN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_FIRST_PEER - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_LAST_PEER - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_MASK - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_MAXLEVEL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_MINLEVEL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_NEXT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_NEXT_CATEGORY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_NEXT_EXP_NONCATEGORY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_NEXT_EXPANDED - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_NEXT_EXPANDED_CATEGORY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_NEXT_EXPANDED_SELECTED - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_NEXT_EXPANDED_UNREAD - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_NEXT_HIT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_NEXT_MAIN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_NEXT_NONCATEGORY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_NEXT_NONCATEGORY_NONRESP - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_NEXT_PARENT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_NEXT_PEER - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_NEXT_SELECTED - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_NEXT_SELECTED_HIT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_NEXT_SELECTED_MAIN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_NEXT_UNREAD - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_NEXT_UNREAD_HIT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_NEXT_UNREAD_MAIN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_PARENT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_PREV - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_PREV_CATEGORY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_PREV_EXP_NONCATEGORY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_PREV_EXPANDED - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_PREV_EXPANDED_CATEGORY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_PREV_EXPANDED_SELECTED - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_PREV_EXPANDED_UNREAD - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_PREV_HIT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_PREV_MAIN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_PREV_MAIN_ALWAYS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_PREV_NONCATEGORY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_PREV_PARENT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_PREV_PEER - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_PREV_SELECTED - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_PREV_SELECTED_HIT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_PREV_SELECTED_MAIN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_PREV_UNREAD - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_PREV_UNREAD_HIT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_PREV_UNREAD_MAIN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NAVIGATE_WITHIN_MAIN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NCURFMT_COMMON - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
NCURFMT_CUSTOM - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
NCURFMT_ISOSYMUSED - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Using 3 letter ISO for currency symbol
NCURFMT_SYMFOLLOWS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
The currency symbol follows the value
NCURFMT_USESPACES - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Inset space between symbol and value
newDeserializer() - Method in interface com.hcl.domino.json.JsonDeserializerFactory
 
newDominoClient() - Static method in class com.hcl.domino.DominoClientBuilder
Constructor for generating a DominoClient
newSerializer() - Method in interface com.hcl.domino.json.JsonSerializerFactory
 
NFL_MAX_FORMULA_LEN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NFMT - Interface in com.hcl.domino.richtext.structures
 
NFMT.Attribute - Enum in com.hcl.domino.richtext.structures
 
NFMT.Format - Enum in com.hcl.domino.richtext.structures
 
NFMT_BYTES - Static variable in interface com.hcl.domino.richtext.RichTextConstants
LI 3926.07 Number Format
NFMT_CURRENCY - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
NFMT_FIXED - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
NFMT_GENERAL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
NFMT_SCIENTIFIC - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
NOI_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
NOI Process
nonMatchFound(Database, Database.SearchMatch, TypedAccess) - Method in interface com.hcl.domino.data.Database.FormulaQueryCallback
 
NONS_DAOS_DELETED - Static variable in interface com.hcl.domino.misc.NotesConstants
Named object - DAOS pending object delete
NONS_DAOS_OBJECT - Static variable in interface com.hcl.domino.misc.NotesConstants
Named object - DAOS pending object delete
NONS_DESIGN_NOTE - Static variable in interface com.hcl.domino.misc.NotesConstants
Named object - design note (exists in ODS37+).
NONS_ECL_OBJECT - Static variable in interface com.hcl.domino.misc.NotesConstants
Named object - Execution Control List object
NONS_FDO - Static variable in interface com.hcl.domino.misc.NotesConstants
Named object - Folder Directory Object
NONS_IMAP_FOLDERS - Static variable in interface com.hcl.domino.misc.NotesConstants
Named object - IMAP visable folders (exists in build 166+)
NONS_NAMED_NOTE - Static variable in interface com.hcl.domino.misc.NotesConstants
Named Note
NONS_NOASSIGN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NONS_USER_NAMELIST - Static variable in interface com.hcl.domino.misc.NotesConstants
Named Object "User NameList" name space
NONS_USER_UNREAD - Static variable in interface com.hcl.domino.misc.NotesConstants
Named Object "User Unread ID Table" Name Space
NONS_USER_UNREAD_ACTIVITY_LOG - Static variable in interface com.hcl.domino.misc.NotesConstants
Named object - activity log for unread marks
NOPRIORITY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
not(DQL.DQLTerm) - Static method in class com.hcl.domino.dql.DQL
Returns a DQL term to negate the specified term
NotAuthorizedException - Exception in com.hcl.domino.exception
Represents error code 0x246, "You are not authorized to perform that operation"
NotAuthorizedException(int, String) - Constructor for exception com.hcl.domino.exception.NotAuthorizedException
 
NotAuthorizedException(int, String, Throwable) - Constructor for exception com.hcl.domino.exception.NotAuthorizedException
 
NotAuthorizedException(String) - Constructor for exception com.hcl.domino.exception.NotAuthorizedException
 
NotAuthorizedException(String, Throwable) - Constructor for exception com.hcl.domino.exception.NotAuthorizedException
 
NOTE_CLASS_ACL - Static variable in interface com.hcl.domino.misc.NotesConstants
acl note
NOTE_CLASS_ALL - Static variable in interface com.hcl.domino.misc.NotesConstants
all note types
NOTE_CLASS_ALLNONDATA - Static variable in interface com.hcl.domino.misc.NotesConstants
all non-data notes
NOTE_CLASS_DATA - Static variable in interface com.hcl.domino.misc.NotesConstants
old name for document note
NOTE_CLASS_DEFAULT - Static variable in interface com.hcl.domino.misc.NotesConstants
MODIFIER - default version of each
NOTE_CLASS_DESIGN - Static variable in interface com.hcl.domino.misc.NotesConstants
design note collection
NOTE_CLASS_DOCUMENT - Static variable in interface com.hcl.domino.misc.NotesConstants
document note
NOTE_CLASS_FIELD - Static variable in interface com.hcl.domino.misc.NotesConstants
field note
NOTE_CLASS_FILTER - Static variable in interface com.hcl.domino.misc.NotesConstants
filter note
NOTE_CLASS_FORM - Static variable in interface com.hcl.domino.misc.NotesConstants
form note
NOTE_CLASS_HELP - Static variable in interface com.hcl.domino.misc.NotesConstants
designer's help note
NOTE_CLASS_HELP_INDEX - Static variable in interface com.hcl.domino.misc.NotesConstants
Notes product help index note
NOTE_CLASS_ICON - Static variable in interface com.hcl.domino.misc.NotesConstants
icon note
NOTE_CLASS_INFO - Static variable in interface com.hcl.domino.misc.NotesConstants
notefile info (help-about) note
NOTE_CLASS_NONE - Static variable in interface com.hcl.domino.misc.NotesConstants
no notes
NOTE_CLASS_NOTIFYDELETION - Static variable in interface com.hcl.domino.misc.NotesConstants
NOTE_CLASS_PRIVATE - Static variable in interface com.hcl.domino.misc.NotesConstants
Private design note, use $PrivateDesign view to locate/classify
NOTE_CLASS_REPLFORMULA - Static variable in interface com.hcl.domino.misc.NotesConstants
replication formula
NOTE_CLASS_SINGLE_INSTANCE - Static variable in interface com.hcl.domino.misc.NotesConstants
Define symbol for those note classes that allow only one such in a file
NOTE_CLASS_VIEW - Static variable in interface com.hcl.domino.misc.NotesConstants
view note
NOTE_FLAG2_SOFT_DELETED - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if note is soft-deleted
NOTE_FLAG_ABSTRACTED - Static variable in interface com.hcl.domino.misc.NotesConstants
missing some data
NOTE_FLAG_CANONICAL - Static variable in interface com.hcl.domino.misc.NotesConstants
Note is (opened) in canonical form
NOTE_FLAG_GHOST - Static variable in interface com.hcl.domino.misc.NotesConstants
Ghost entries do not appear in any views or searches
NOTE_FLAG_INCREMENTAL - Static variable in interface com.hcl.domino.misc.NotesConstants
Incremental note (place holders)
NOTE_FLAG_INCREMENTAL_FULL - Static variable in interface com.hcl.domino.misc.NotesConstants
Incremental type note Fully opened (NO place holders) This type of note is meant to retain the Item sequence numbers
NOTE_FLAG_LINKED - Static variable in interface com.hcl.domino.misc.NotesConstants
Note contains linked items or linked objects
NOTE_FLAG_READONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if document cannot be updated
NOTE_ID_SPECIAL - Static variable in interface com.hcl.domino.misc.NotesConstants
If the following is ORed in with a note class, the resultant note ID may be passed into NSFNoteOpen and may be treated as though you first did an NSFGetSpecialNoteID followed by an NSFNoteOpen, all in a single transaction.
NOTE_LOCK_HARD - Static variable in interface com.hcl.domino.misc.NotesConstants
Take out a hard note lock
NOTE_LOCK_PROVISIONAL - Static variable in interface com.hcl.domino.misc.NotesConstants
Take out a provisional hard note lock
NOTE_LOCK_STATUS - Static variable in interface com.hcl.domino.misc.NotesConstants
Return status of lock
NoteContainsTerm(boolean, String...) - Constructor for class com.hcl.domino.dql.DQL.NoteContainsTerm
 
NOTEID_CATEGORY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NOTEID_CATEGORY_ID - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NOTEID_CATEGORY_INDENT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NOTEID_CATEGORY_TOTAL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NOTEID_FLAG_DELETED - Static variable in interface com.hcl.domino.data.IDTable
special bitflag that is applied to note ids if a document has been reported as deleted
NOTEID_GHOST_ENTRY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NOTEID_RESERVED - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NoteIdWithScore - Class in com.hcl.domino.data
Container for one FT search result entry, containing a note id and the search score (or 0 if no scores have been collected).
NoteIdWithScore(int, int) - Constructor for class com.hcl.domino.data.NoteIdWithScore
 
NOTES_COLOR_BLACK - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NOTES_COLOR_BLUE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NOTES_COLOR_CYAN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NOTES_COLOR_DKBLUE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NOTES_COLOR_DKCYAN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NOTES_COLOR_DKGREEN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NOTES_COLOR_DKMAGENTA - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NOTES_COLOR_DKRED - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NOTES_COLOR_DKYELLOW - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NOTES_COLOR_GRAY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NOTES_COLOR_GREEN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NOTES_COLOR_LTGRAY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NOTES_COLOR_MAGENTA - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NOTES_COLOR_RED - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NOTES_COLOR_WHITE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NOTES_COLOR_YELLOW - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NotesConstants - Interface in com.hcl.domino.misc
 
NotesConstants.AgentCheck - Enum in com.hcl.domino.misc
 
NotesConstants.DESIGN_COMPONENT_ATTR - Enum in com.hcl.domino.misc
 
NotesConstants.DesignUpdateReset - Enum in com.hcl.domino.misc
 
NotesConstants.EmptyFieldMeans - Enum in com.hcl.domino.misc
 
NotesConstants.EProvidingAuthor - Enum in com.hcl.domino.misc
 
NotesConstants.EUsePABsAdminServer - Enum in com.hcl.domino.misc
 
NotesConstants.QUEP_LISTTYPE - Enum in com.hcl.domino.misc
 
NotesConstants.TypeOfLookup - Enum in com.hcl.domino.misc
 
NotesConstants.TypeOfProcessing - Enum in com.hcl.domino.misc
 
noteSigned(DesignElement) - Method in interface com.hcl.domino.design.DbDesign.SignCallback
Method is called after signing a note
noticeAction(Database, int, Collection<CalendarProcess>, String, CalendarActionData, Collection<CalendarActionOptions>) - Method in interface com.hcl.domino.calendar.Calendaring
Process a calendar notice.
This makes the appropriate modifications to the calendar entry and also sends appropriate notices out.
noticeAction(Database, String, Collection<CalendarProcess>, String, CalendarActionData, Collection<CalendarActionOptions>) - Method in interface com.hcl.domino.calendar.Calendaring
Process a calendar notice.
This makes the appropriate modifications to the calendar entry and also sends appropriate notices out.
NPREF_CLIENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
NPREF_FIELD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
NSDMode - Enum in com.hcl.domino.runtime
Enumeration of the available ways to run NSD.
NSF_INFO_SIZE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NUMBER_LEADING_ZERO - Static variable in interface com.hcl.domino.misc.NotesConstants
 
NumberPref - Enum in com.hcl.domino.design.format
 

O

OBJECT_ASSIST_RUNDATA - Static variable in interface com.hcl.domino.misc.NotesConstants
Assistant run data object
OBJECT_FILE - Static variable in interface com.hcl.domino.misc.NotesConstants
File Attachment
OBJECT_FILTER_LEFTTODO - Static variable in interface com.hcl.domino.misc.NotesConstants
IDTable of "done" docs attached to filter
OBJECT_UNKNOWN - Static variable in interface com.hcl.domino.misc.NotesConstants
Used as input to NSFDbGetObjectSize
objectAllocated(Document, int, Optional<DominoException>, int) - Method in interface com.hcl.domino.admin.replication.Replication.IObjectAllocCallback
Called exactly once for each object to provide the caller with information about the object's size and ObjectID
objectChunkWritten(Document, int, Optional<DominoException>, ByteBuffer, int) - Method in interface com.hcl.domino.admin.replication.Replication.IObjectWriteCallback
Called for each "chunk" of each object
ObjectDisposedException - Exception in com.hcl.domino.exception
Exception used to indicate an implementation-specific state of a backend object having been exposed when access is attempted.
ObjectDisposedException() - Constructor for exception com.hcl.domino.exception.ObjectDisposedException
 
ObjectDisposedException(Object) - Constructor for exception com.hcl.domino.exception.ObjectDisposedException
 
ObjectDisposedException(int, String) - Constructor for exception com.hcl.domino.exception.ObjectDisposedException
 
ObjectDisposedException(int, String, Throwable) - Constructor for exception com.hcl.domino.exception.ObjectDisposedException
 
ObjectDisposedException(String) - Constructor for exception com.hcl.domino.exception.ObjectDisposedException
 
ObjectDisposedException(String, Throwable) - Constructor for exception com.hcl.domino.exception.ObjectDisposedException
 
onClose(DominoClient) - Method in interface com.hcl.domino.DominoClient.LifecycleListener
Called after the client has completed its close method.
ONEINCH - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OOOPROF_MAX_BODY_SIZE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OpaqueTimeDate - Interface in com.hcl.domino.richtext.structures
 
open(String, boolean) - Method in interface com.hcl.domino.mq.MessageQueues
Open a message queue, get a handle to it, and increment the queue's reference counter.
OPEN_ABSTRACT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OPEN_CACHE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OPEN_CANONICAL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OPEN_EXPAND - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OPEN_MARK_READ - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OPEN_NOOBJECTS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OPEN_NOVERIFYDEFAULT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OPEN_RAW_MIME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OPEN_RAW_MIME_PART - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OPEN_RAW_RFC822_TEXT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OPEN_RESPONSE_ID_TABLE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OPEN_SHARE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OPEN_SUMMARY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OPEN_WITH_FOLDERS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
openCalendarEntryDocument(Database, String, String, Collection<CalendarDocumentOpen>) - Method in interface com.hcl.domino.calendar.Calendaring
This is a method to get a document for an entry on the calendar.

The intent is that the note handle can be used to get information about an entry or instance or to write additional information to the entry or instance (beyond what is defined in iCalendar and/or available in this API).
openCollection(String) - Method in interface com.hcl.domino.data.Database
 
openCollection() - Method in interface com.hcl.domino.data.DominoCollectionInfo
 
openCollectionByUNID(String) - Method in interface com.hcl.domino.data.Database
 
openDatabase(String) - Method in interface com.hcl.domino.DominoClient
Opens a database by path.
openDatabase(String, Set<DominoClient.OpenDatabase>) - Method in interface com.hcl.domino.DominoClient
Opens a database by path.
openDatabase(String, String) - Method in interface com.hcl.domino.DominoClient
Opens a database.
openDatabase(String, String, Set<DominoClient.OpenDatabase>) - Method in interface com.hcl.domino.DominoClient
Opens a database with options if database is not accessible.
openDbDirectory() - Method in interface com.hcl.domino.DominoClient
Opens the db-directory to enumerate database (and other) files as well as subdirectories in the data-directory of a server (or locally)
openDefaultCollection() - Method in interface com.hcl.domino.data.Database
 
openDesignCollection() - Method in interface com.hcl.domino.data.Database
Opens and returns the design collection
openDocument() - Method in interface com.hcl.domino.data.CollectionEntry
Open the database document for this collection entry
openMailDatabase() - Method in interface com.hcl.domino.DominoClient
Opens the mail database if the current user
openMailDatabase(Set<DominoClient.OpenDatabase>) - Method in interface com.hcl.domino.DominoClient
Opens the mail database if the current user
openOutOfOffice(String, boolean, Database) - Method in interface com.hcl.domino.person.Person
Opens the out of office information for the user with read/write access
openServerConsole(String, ServerAdmin.ConsoleHandler) - Method in interface com.hcl.domino.admin.ServerAdmin
Opens a remote console for the specified server
openUserDirectory(String) - Method in interface com.hcl.domino.DominoClient
Opens the effective user directory for the provided server.
openUserIdFile(Path, String, IdVault.IDAccessCallback<T>) - Method in interface com.hcl.domino.admin.idvault.IdVault
Opens an ID file and returns an in-memory handle for signing (Document.sign(UserId, boolean)) and using note encrypting (Document.copyAndEncrypt(UserId, java.util.Collection) / Document.decrypt(UserId)).
option(HtmlConvertOption, String) - Method in interface com.hcl.domino.html.RichTextHTMLConverter.Builder
Sets an HTML conversion option based on the HtmlConvertOption enumeration.
option(String, String) - Method in interface com.hcl.domino.html.RichTextHTMLConverter.Builder
Sets an HTML conversion option based on a string name.
options(Collection<HtmlConvertOption>, String) - Method in interface com.hcl.domino.html.RichTextHTMLConverter.Builder
Sets multiple HTML conversion option based on the HtmlConvertOption enumeration.
options(Collection<String>) - Method in interface com.hcl.domino.html.RichTextHTMLConverter.Builder
Sets multiple HTML conversion options.
or(DQL.DQLTerm...) - Static method in class com.hcl.domino.dql.DQL
Returns a DQL term to do an OR operation on multiple other terms
OS_SIGNAL_CHECK_BREAK - Static variable in interface com.hcl.domino.misc.NotesConstants
Called from NET to see if user cancelled I/O
OS_SIGNAL_PROGRESS - Static variable in interface com.hcl.domino.misc.NotesConstants
Put up and manipulate the system wide progress indicator.
OS_SIGNAL_REPL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OS_TRANSLATE_LMBCS_TO_NATIVE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OS_TRANSLATE_LMBCS_TO_UNICODE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OS_TRANSLATE_LMBCS_TO_UTF8 - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OS_TRANSLATE_LOWER_TO_UPPER - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OS_TRANSLATE_NATIVE_TO_LMBCS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OS_TRANSLATE_UNACCENT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OS_TRANSLATE_UNICODE_TO_LMBCS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OS_TRANSLATE_UPPER_TO_LOWER - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OS_TRANSLATE_UTF8_TO_LMBCS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OSMESSAGETYPE_OK - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OSMESSAGETYPE_OKCANCEL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OSMESSAGETYPE_POST - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OSMESSAGETYPE_POST_NOSERVER - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OSMESSAGETYPE_RETRYCANCEL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OSMESSAGETYPE_YESNO - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OSMESSAGETYPE_YESNOCANCEL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
OutOfOffice - Interface in com.hcl.domino.person
Out of Office information for a single user
OutOfOffice.OOOType - Enum in com.hcl.domino.person
 

P

PABFLAG2_ALPHALOWERLIST - Static variable in interface com.hcl.domino.misc.NotesConstants
 
PABFLAG2_ALPHAUPPERLIST - Static variable in interface com.hcl.domino.misc.NotesConstants
 
PABFLAG2_BIDI_RTLREADING - Static variable in interface com.hcl.domino.misc.NotesConstants
set if right to left reading order
PABFLAG2_CHECKEDLIST - Static variable in interface com.hcl.domino.misc.NotesConstants
 
PABFLAG2_CHECKLIST - Static variable in interface com.hcl.domino.misc.NotesConstants
 
PABFLAG2_CIRCLELIST - Static variable in interface com.hcl.domino.misc.NotesConstants
 
PABFLAG2_FLLM_DEFAULT - Static variable in interface com.hcl.domino.misc.NotesConstants
If to use default value instead of PAB.FirstLineLeftMargin.
PABFLAG2_FLLM_OFFSET - Static variable in interface com.hcl.domino.misc.NotesConstants
PAB.LeftMargin is an offset value.
PABFLAG2_FLLM_PERCENT - Static variable in interface com.hcl.domino.misc.NotesConstants
PAB.LeftMargin is a percentage value.
PABFLAG2_HIDE_WEB - Static variable in interface com.hcl.domino.misc.NotesConstants
 
PABFLAG2_HIDEBITS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
PABFLAG2_LM_DEFAULT - Static variable in interface com.hcl.domino.misc.NotesConstants
If to use default value instead of PAB.LeftMargin.
PABFLAG2_LM_OFFSET - Static variable in interface com.hcl.domino.misc.NotesConstants
PAB.LeftMargin is an offset value.
PABFLAG2_LM_PERCENT - Static variable in interface com.hcl.domino.misc.NotesConstants
PAB.LeftMargin is a percentage value.
PABFLAG2_MARGIN_DEFAULTS_MASK - Static variable in interface com.hcl.domino.misc.NotesConstants
 
PABFLAG2_MARGIN_MASK - Static variable in interface com.hcl.domino.misc.NotesConstants
 
PABFLAG2_MARGIN_STYLES_MASK - Static variable in interface com.hcl.domino.misc.NotesConstants
 
PABFLAG2_MORE_FLAGS - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE if Pab needs to Read more Flags
PABFLAG2_RM_DEFAULT - Static variable in interface com.hcl.domino.misc.NotesConstants
If to use default value instead of PAB.RightMargin.
PABFLAG2_RM_OFFSET - Static variable in interface com.hcl.domino.misc.NotesConstants
PAB.RightMargin is an offset value.
PABFLAG2_RM_PERCENT - Static variable in interface com.hcl.domino.misc.NotesConstants
PAB.RightMargin is a percentage value.
PABFLAG2_ROMANLOWERLIST - Static variable in interface com.hcl.domino.misc.NotesConstants
 
PABFLAG2_ROMANUPPERLIST - Static variable in interface com.hcl.domino.misc.NotesConstants
 
PABFLAG2_SQUARELIST - Static variable in interface com.hcl.domino.misc.NotesConstants
 
PABFLAG2_UNCHECKEDLIST - Static variable in interface com.hcl.domino.misc.NotesConstants
 
PABFLAG3_HIDE_EE - Static variable in interface com.hcl.domino.misc.NotesConstants
True, if Hide when embedded
PABFLAG3_HIDE_MOBILE - Static variable in interface com.hcl.domino.misc.NotesConstants
True, if hidden from mobile clients
PABFLAG3_LAYER_USES_DRM - Static variable in interface com.hcl.domino.misc.NotesConstants
True if boxes in a layer have set PABFLAG_DISPLAY_RM on pabs
PABFLAG_BULLET - Static variable in interface com.hcl.domino.misc.NotesConstants
display paragraph with bullet
PABFLAG_DISPLAY_RM - Static variable in interface com.hcl.domino.misc.NotesConstants
in V4 and below, set if PAB.RightMargin (when nonzero) is to have meaning.
PABFLAG_HIDE_CO - Static variable in interface com.hcl.domino.misc.NotesConstants
hide paragraph when copying/forwarding
PABFLAG_HIDE_IF - Static variable in interface com.hcl.domino.misc.NotesConstants
use the hide when formula even if there is one.
PABFLAG_HIDE_NOTES - Static variable in interface com.hcl.domino.misc.NotesConstants
hide paragraph from Notes clients
PABFLAG_HIDE_PR - Static variable in interface com.hcl.domino.misc.NotesConstants
hide paragraph when printing
PABFLAG_HIDE_PV - Static variable in interface com.hcl.domino.misc.NotesConstants
hide paragraph when previewing
PABFLAG_HIDE_PVE - Static variable in interface com.hcl.domino.misc.NotesConstants
hide paragraph when editing in the preview pane.
PABFLAG_HIDE_RO - Static variable in interface com.hcl.domino.misc.NotesConstants
hide paragraph in R/O mode
PABFLAG_HIDE_RW - Static variable in interface com.hcl.domino.misc.NotesConstants
hide paragraph in R/W mode
PABFLAG_HIDE_UNLINK - Static variable in interface com.hcl.domino.misc.NotesConstants
set this bit or the Notes client will assume the pab was saved pre-V4 and will thus "link" these bit definitions (assign the right one to the left one) since preview did not exist pre-V4:
PABFLAG_HIDE_PV = PABFLAG_HIDE_RO
PABFLAG_HIDE_PVE = PABFLAG_HIDE_RW
PABFLAG_HIDEBITS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
PABFLAG_KEEP_TOGETHER - Static variable in interface com.hcl.domino.misc.NotesConstants
don't split lines in paragraph
PABFLAG_KEEP_WITH_NEXT - Static variable in interface com.hcl.domino.misc.NotesConstants
don't separate this and next par
PABFLAG_NUMBEREDLIST - Static variable in interface com.hcl.domino.misc.NotesConstants
display paragraph with number
PABFLAG_PAGINATE_BEFORE - Static variable in interface com.hcl.domino.misc.NotesConstants
start new page with this par
PABFLAG_PROPAGATE - Static variable in interface com.hcl.domino.misc.NotesConstants
propagate even PAGINATE_BEFORE and KEEP_WITH_NEXT
Pair<V1,V2> - Class in com.hcl.domino.misc
Container class for a generic pair of two values
Pair(V1, V2) - Constructor for class com.hcl.domino.misc.Pair
 
PARTIAL_DH_TLV_SIZE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
PER_BLOB_ITEM_DATA_CAP - Static variable in interface com.hcl.domino.richtext.RichTextConstants
The amount of data to store in each CD image record item
PER_FILE_ITEM_DATA_CAP - Static variable in interface com.hcl.domino.richtext.RichTextConstants
The amount of data to store in each CD record item
PER_IMAGE_ITEM_DATA_CAP - Static variable in interface com.hcl.domino.richtext.RichTextConstants
The amount of data to store in each CD image record item
Person - Interface in com.hcl.domino.person
Provides system information about a single person
pickServer() - Method in interface com.hcl.domino.DominoClient.ReplicationStateListener
Display that it is trying to select a server.
pingServer(String, boolean, boolean) - Method in interface com.hcl.domino.DominoClient
Attempts to ping the named server, optionally retrieving additional information.
process(IRichTextProcessor<T>) - Method in interface com.hcl.domino.richtext.RichTextRecordList
 
PROCESS_GROUP_NOTES_SERVER - Static variable in interface com.hcl.domino.misc.NotesConstants
 
PROCESS_GROUP_QUERY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
PROCRES_CREATE_VIEW - Static variable in interface com.hcl.domino.misc.NotesConstants
Output of results processing is a created, populated view
PROCRES_HAS_CATEGORIZED_KEYS - Static variable in interface com.hcl.domino.misc.NotesConstants
internal flag to indicate category processing
PROCRES_IGNORE_TYPE_ERROR - Static variable in interface com.hcl.domino.misc.NotesConstants
If TYPE_ERROR occurs, drop the document from results with no error
PROCRES_JSON_OUTPUT - Static variable in interface com.hcl.domino.misc.NotesConstants
Output of results processing is a JSON stream
PROCRES_JSON_PREPEND_COMMA - Static variable in interface com.hcl.domino.misc.NotesConstants
For formatting JSON arrays (from the outside)
PROCRES_RETURN_MULTIPLE_ROOTS - Static variable in interface com.hcl.domino.misc.NotesConstants
return a root element for each returned entry
PROCRES_RETURN_REPLICAID - Static variable in interface com.hcl.domino.misc.NotesConstants
return the replicaID of the database of the entry
PROCRES_RETURN_UNID - Static variable in interface com.hcl.domino.misc.NotesConstants
return UNID(s) with each result, default is NoteID(s)
PROCRES_STREAMED_OUTPUT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
PROCRES_SUMMARY_OUTPUT - Static variable in interface com.hcl.domino.misc.NotesConstants
Output of results processing is a SEARCH_MATCH || ITEM_TABLE summary stream
produceAttachment(OutputStream) - Method in interface com.hcl.domino.data.Document.IAttachmentProducer
Implement this method to produce the file attachment data
PROGRESS_SIGNAL_BEGIN - Static variable in interface com.hcl.domino.misc.NotesConstants
N/A N/A
PROGRESS_SIGNAL_DELTAPOS - Static variable in interface com.hcl.domino.misc.NotesConstants
Delta of progress pos N/A
PROGRESS_SIGNAL_END - Static variable in interface com.hcl.domino.misc.NotesConstants
N/A N/A
PROGRESS_SIGNAL_SETBYTEPOS - Static variable in interface com.hcl.domino.misc.NotesConstants
Bytes Done
PROGRESS_SIGNAL_SETBYTERANGE - Static variable in interface com.hcl.domino.misc.NotesConstants
Total Bytes
PROGRESS_SIGNAL_SETPOS - Static variable in interface com.hcl.domino.misc.NotesConstants
New progress pos N/A
PROGRESS_SIGNAL_SETRANGE - Static variable in interface com.hcl.domino.misc.NotesConstants
Range N/A
PROGRESS_SIGNAL_SETTEXT - Static variable in interface com.hcl.domino.misc.NotesConstants
pText1 pText2 - usually NULL.
ProgressAdapter - Class in com.hcl.domino.data
 
ProgressAdapter() - Constructor for class com.hcl.domino.data.ProgressAdapter
 
PROP_META_ADDEDTOFILE - Static variable in interface com.hcl.domino.json.JsonSerializer
 
PROP_META_CREATED - Static variable in interface com.hcl.domino.json.JsonSerializer
 
PROP_META_LASTACCESSED - Static variable in interface com.hcl.domino.json.JsonSerializer
 
PROP_META_LASTMODIFIED - Static variable in interface com.hcl.domino.json.JsonSerializer
 
PROP_META_LASTMODIFIEDINFILE - Static variable in interface com.hcl.domino.json.JsonSerializer
 
PROP_META_NOTECLASS - Static variable in interface com.hcl.domino.json.JsonSerializer
 
PROP_META_NOTEID - Static variable in interface com.hcl.domino.json.JsonSerializer
 
PROP_META_UNID - Static variable in interface com.hcl.domino.json.JsonSerializer
 
PROP_METADATA - Static variable in interface com.hcl.domino.json.JsonSerializer
 
PROP_RANGE_FROM - Static variable in interface com.hcl.domino.json.JsonSerializer
 
PROP_RANGE_TO - Static variable in interface com.hcl.domino.json.JsonSerializer
 
put(byte[], int, int, int) - Method in interface com.hcl.domino.mq.MessageQueue
This function adds a message to the message queue.
The message will be placed in the queue according to the value of its priority argument - higher priority messages will be enqueued ahead of lower priority messages.

If the queue is full or in a QUIT state, the message will not be put in the queue, and the function will return an appropriate error code.
putQuitMsg() - Method in interface com.hcl.domino.mq.MessageQueue
This function puts the message queue in a QUIT state, which indicates to applications that read the message queue that they should terminate.
putUserIdIntoVault(String, String, Path, String) - Method in interface com.hcl.domino.admin.idvault.IdVault
Will open the ID file name provided, locate a vault server for user userName, upload the ID file contents to the vault, then return with the vault server name.
putUserIdIntoVault(String, String, UserId, String) - Method in interface com.hcl.domino.admin.idvault.IdVault
Will locate a vault server for user userName and upload the specified ID contents to the vault, then return with the vault server name.
PWD_CHK_CHECKPASSWORD - Static variable in interface com.hcl.domino.admin.AdministrationProcess
 
PWD_CHK_DONTCHECKPASSWORD - Static variable in interface com.hcl.domino.admin.AdministrationProcess
 
PWD_CHK_LOCKOUT - Static variable in interface com.hcl.domino.admin.AdministrationProcess
 

Q

query() - Method in interface com.hcl.domino.data.DominoCollection
 
query() - Method in interface com.hcl.domino.dbdirectory.DbDirectory
With this method you can create a more advanced query for files on any Domino server
query() - Method in interface com.hcl.domino.naming.UserDirectory
Initiates a query of the runtime or server's directory.
queryAccessRoles(String) - Method in interface com.hcl.domino.data.Database
Convenience method to look up the roles for a user from the database Acl.
Use Acl.lookupAccess(UserNamesList) if you need other access information for the same user as well.
queryDesignElements(String) - Method in interface com.hcl.domino.design.DbDesign
Queries all design elements in the database by the provided formula.
queryDesignElements(Class<T>, String) - Method in interface com.hcl.domino.design.DbDesign
Queries all design elements in the database by the provided formula and restricted to the provided type.
queryDocuments() - Method in interface com.hcl.domino.data.Database
Runs an operation on all documents in the database
queryDocuments(Collection<Integer>) - Method in interface com.hcl.domino.data.Database
Runs an operation on a number of documents in the database
queryDQL(DQL.DQLTerm) - Method in interface com.hcl.domino.data.Database
Runs a DQL query against the documents in the database.
queryDQL(DQL.DQLTerm, Set<DBQuery>) - Method in interface com.hcl.domino.data.Database
Runs a DQL query against the documents in the database.
queryDQL(DQL.DQLTerm, Set<DBQuery>, int, int, int) - Method in interface com.hcl.domino.data.Database
Runs a DQL query against the documents in the database.
queryDQL(String) - Method in interface com.hcl.domino.data.Database
Runs a DQL query against the documents in the database.
queryDQL(String, Set<DBQuery>) - Method in interface com.hcl.domino.data.Database
Runs a DQL query against the documents in the database.
queryDQL(String, Set<DBQuery>, int, int, int) - Method in interface com.hcl.domino.data.Database
Runs a DQL query against the documents in the database.
queryFormula(String, IDTable, Set<DirectorySearchQuery.SearchFlag>, TemporalAccessor, Set<DocumentClass>) - Method in interface com.hcl.domino.data.Database
Evaluates a formula on a set of documents or the whole database
queryFormula(String, Set<Integer>, Set<DirectorySearchQuery.SearchFlag>, TemporalAccessor, Set<DocumentClass>, Map<String, String>, Database.FormulaQueryCallback) - Method in interface com.hcl.domino.data.Database
 
queryFTIndex(String, int, Set<FTQuery>, Set<Integer>, int, int) - Method in interface com.hcl.domino.data.Database
Performs a fulltext search in the database with advanced options.
QueryResultsProcessor - Interface in com.hcl.domino.dql
Aggregates, computes, sorts, and formats collections of documents across any set of Domino databases.
QueryResultsProcessor.Categorized - Enum in com.hcl.domino.dql
 
QueryResultsProcessor.Hidden - Enum in com.hcl.domino.dql
 
QueryResultsProcessor.QRPOptions - Enum in com.hcl.domino.dql
Results processing options
QueryResultsProcessor.SortOrder - Enum in com.hcl.domino.dql
 
queueEntryHeaderSize - Static variable in interface com.hcl.domino.misc.NotesConstants
 
QuitPendingException - Exception in com.hcl.domino.exception
Represents error code 0x466, "Quit is pending on the Message Queue"
QuitPendingException(int, String) - Constructor for exception com.hcl.domino.exception.QuitPendingException
 
QuitPendingException(int, String, Throwable) - Constructor for exception com.hcl.domino.exception.QuitPendingException
 
QuitPendingException(String) - Constructor for exception com.hcl.domino.exception.QuitPendingException
 
QuitPendingException(String, Throwable) - Constructor for exception com.hcl.domino.exception.QuitPendingException
 

R

read(byte[]) - Method in interface com.hcl.domino.data.Attachment.IDataCallback
Implement this method to receive attachment data
read(byte[]) - Method in interface com.hcl.domino.html.EmbeddedImage.HTMLImageReader
Implement this method to receive element data
readCalendarEntry(Database, String, String, Collection<CalendarRead>) - Method in interface com.hcl.domino.calendar.Calendaring
This will return complete iCalendar data for the specified entry.

For recurring entries, this may result in multiple VEVENTs in the returned iCalendar data.
In this case, the first VEVENT represents the recurrence set and additional entries represent exceptions to the recurrence set.

All instances that differ from the recurrence set will be returned as additional VEVENTs containing the exceptional data.
readColumnValues() - Method in interface com.hcl.domino.data.CollectionSearchQuery
Decodes the collection column values, they can be read via TypedAccess.get(String, Class, Object) or TypedAccess.getAsList(String, Class, List).
readData(Attachment.IDataCallback, int) - Method in interface com.hcl.domino.data.Attachment
Method to access the binary attachment data beginning at an offset in the file.
readData(Attachment.IDataCallback) - Method in interface com.hcl.domino.data.Attachment
Method to access the binary attachment data
readDatabaseDesign(Database) - Method in interface com.hcl.domino.design.DbDesignCatalog
 
readDocumentClass() - Method in interface com.hcl.domino.data.CollectionSearchQuery
Reads the document class for each view entry.
readEmbeddedImage(Document, String, Collection<String>, int, int, EmbeddedImage.HTMLImageReader) - Method in interface com.hcl.domino.html.RichTextHTMLConverter
Method to access images embedded in HTML conversion result.
readImage(EmbeddedImage.HTMLImageReader) - Method in interface com.hcl.domino.html.EmbeddedImage
Method to directly access the image data without storing it to disk
ReadMarksAction - Interface in com.hcl.domino.design.action
 
ReadMarksAction.Type - Enum in com.hcl.domino.design.action
 
readMIME(Document, String, Set<MimeReader.ReadMimeDataType>, Writer) - Method in interface com.hcl.domino.mime.MimeReader
Reads MIME content from a document into a Writer in a streaming fashion.
readMIME(Document, String, Set<MimeReader.ReadMimeDataType>) - Method in interface com.hcl.domino.mime.MimeReader
Reads MIME content from a document and returns it as a MimeMessage.
readNotice(Database, int, Collection<CalendarRead>) - Method in interface com.hcl.domino.calendar.Calendaring
This will return iCalendar data representing a notice with the specified NOTIED.

A notice may not yet be applied to the calendar entries itself, but an application may want to read the notice (and process it).

Examples of notices include invitations, reschedules, information updates, confirmations, cancelations, counterproposals, requests for information, acceptances, declines, tenative acceptances, etc.
readNotice(Database, String, Collection<CalendarRead>) - Method in interface com.hcl.domino.calendar.Calendaring
This will return iCalendar data representing a notice with the specified NOTIED.

A notice may not yet be applied to the calendar entries itself, but an application may want to read the notice (and process it).

Examples of notices include invitations, reschedules, information updates, confirmations, cancelations, counterproposals, requests for information, acceptances, declines, tenative acceptances, etc.
readRange(Database, TemporalAccessor, TemporalAccessor, Appendable, List<String>) - Method in interface com.hcl.domino.calendar.Calendaring
Gets a summary of calendar entries for a range of times
readRange(Database, TemporalAccessor, TemporalAccessor, int, int, Appendable, List<String>) - Method in interface com.hcl.domino.calendar.Calendaring
Gets a summary of calendar entries for a range of times
readRange(Database, TemporalAccessor, TemporalAccessor, int, int, Collection<CalendarReadRange>, Appendable, List<String>) - Method in interface com.hcl.domino.calendar.Calendaring
Gets a summary of calendar entries for a range of times
readSpecialValues(CollectionEntry.SpecialValue...) - Method in interface com.hcl.domino.data.CollectionSearchQuery
Read additional meta data for the collection entries or their document
readSpecialValues(Collection<CollectionEntry.SpecialValue>) - Method in interface com.hcl.domino.data.CollectionSearchQuery
Read additional meta data for the collection entries or their document
readUNID() - Method in interface com.hcl.domino.data.CollectionSearchQuery
Reads the UNID of each collection entry.
REALTIME_STATS_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Monitor
receiving(String, String) - Method in interface com.hcl.domino.DominoClient.ReplicationStateListener
A "pull" replication.
RecordType - Enum in com.hcl.domino.richtext.records
Enum with all available CD record types, which are the building blocks of Notes rich text.
RecordType.Area - Enum in com.hcl.domino.richtext.records
 
RectSize - Interface in com.hcl.domino.richtext.structures
 
redirect(String, String) - Method in interface com.hcl.domino.DominoClient.ReplicationStateListener
Signal found a redirect.
Ref<T> - Class in com.hcl.domino.misc
A class to hold a reference to another object, for use with inner classes.
Ref() - Constructor for class com.hcl.domino.misc.Ref
 
Ref(T) - Constructor for class com.hcl.domino.misc.Ref
 
refresh() - Method in interface com.hcl.domino.data.DominoCollection
 
refreshDesign(String) - Method in interface com.hcl.domino.data.Database
This function will refresh the database design, as allowed by the database/design properties and access control of Domino, from a server's templates.

The refreshed database, if open in Domino or Notes at the time of refresh, must be closed and reopened to view any changes.

Convenience function that calls #refreshDesign(String, boolean, boolean, IBreakHandler) with force and errIfTemplateNotFound set to true and without break handler.
refreshDesign(String, boolean, boolean, DominoClient.IBreakHandler) - Method in interface com.hcl.domino.data.Database
This function will refresh the database design, as allowed by the database/design properties and access control of Domino, from a server's templates.

The refreshed database, if open in Domino or Notes at the time of refresh, must be closed and reopened to view any changes.
refreshDesign(Database, String) - Method in interface com.hcl.domino.design.DbDesignCatalog
Refresh the design of a database
refreshDesign(Database, String, boolean, boolean, DbDesignCatalog.DesignRefreshBreakHandler) - Method in interface com.hcl.domino.design.DbDesignCatalog
Refresh the design of a database with advanced options
REGIDGetCertifierFlag - Static variable in interface com.hcl.domino.misc.NotesConstants
 
REGIDGetDesktopFlag - Static variable in interface com.hcl.domino.misc.NotesConstants
 
REGIDGetHierarchicalFlag - Static variable in interface com.hcl.domino.misc.NotesConstants
 
REGIDGetIntlPrivateKey - Static variable in interface com.hcl.domino.misc.NotesConstants
 
REGIDGetIntlPublicKey - Static variable in interface com.hcl.domino.misc.NotesConstants
 
REGIDGetName - Static variable in interface com.hcl.domino.misc.NotesConstants
 
REGIDGetNotesExpressFlag - Static variable in interface com.hcl.domino.misc.NotesConstants
 
REGIDGetPrivateKey - Static variable in interface com.hcl.domino.misc.NotesConstants
 
REGIDGetPublicKey - Static variable in interface com.hcl.domino.misc.NotesConstants
 
REGIDGetSafeFlag - Static variable in interface com.hcl.domino.misc.NotesConstants
 
REGIDGetUSAFlag - Static variable in interface com.hcl.domino.misc.NotesConstants
 
REGISTER_GROUPS_LISTNAME_COLUMN - Static variable in interface com.hcl.domino.misc.NotesConstants
 
REGISTER_GROUPSNAMESPACE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
REGISTER_GROUPSNAMESPACE_1 - Static variable in interface com.hcl.domino.misc.NotesConstants
 
registerCrossCertificate(String, String, String, DominoDateTime, String, Path, String, ServerAdmin.RegistrationMessageHandler) - Method in interface com.hcl.domino.admin.ServerAdmin
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.
REMCON_CMD_ONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
REMCON_GET_CONSOLE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
REMCON_GET_CONSOLE_META - Static variable in interface com.hcl.domino.misc.NotesConstants
 
REMCON_GET_TASKS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
REMCON_GET_USERS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
REMCON_SYNC - Static variable in interface com.hcl.domino.misc.NotesConstants
 
remove() - Method in interface com.hcl.domino.data.Item
Remove this item from the parent document
remove() - Method in interface com.hcl.domino.mime.MimeHeader
Removes this header from its containing entity.
removeAllFromFolder(int) - Method in interface com.hcl.domino.data.Database
Removes all note ids from a folder
removeAllFromFolder(String) - Method in interface com.hcl.domino.data.Database
Removes all note ids from a folder
removeAttachment(String) - Method in interface com.hcl.domino.data.Document
Removes an attachment by the unique internal file name.
removeAttachment(IMimeAttachment) - Method in class com.hcl.domino.mime.MimeData
Removes an attachment from the MIME data
RemoveAttachmentIconConversion - Class in com.hcl.domino.richtext.conversion
Conversion class that removes all file hotspot occurrences from a richtext items that point to the specified attachment
RemoveAttachmentIconConversion(Attachment) - Constructor for class com.hcl.domino.richtext.conversion.RemoveAttachmentIconConversion
 
RemoveAttachmentIconConversion(String) - Constructor for class com.hcl.domino.richtext.conversion.RemoveAttachmentIconConversion
 
removeChildEntity(MimeEntity) - Method in interface com.hcl.domino.mime.MimeEntity
Removes the provided child entity from this multipart entity.
removeColumn(Column) - Method in interface com.hcl.domino.design.GenericFolderOrView
 
removeEmbed(String) - Method in class com.hcl.domino.mime.MimeData
Removes an inline file
removeEntry(String) - Method in interface com.hcl.domino.security.Acl
This function deletes an entry from an access control list.
removeField() - Method in interface com.hcl.domino.design.GenericFormOrSubform
 
removeFromFolder(String, Collection<Integer>) - Method in interface com.hcl.domino.data.Database
Removes note ids from a folder
removeFromFolder(int, Collection<Integer>) - Method in interface com.hcl.domino.data.Database
Removes note ids from a folder
removeHeaders(String) - Method in interface com.hcl.domino.mime.MimeEntity
Removes all headers of the given name from this entity.
removeIndex() - Method in interface com.hcl.domino.design.Column
 
removeItem(String) - Method in interface com.hcl.domino.data.Document
Removes the first item of the provided name from the document.
removeMissingItems(boolean) - Method in interface com.hcl.domino.json.JsonDeserializer
Configures whether items in a document provided via JsonDeserializer.target(Document) that do not exist in the incoming JSON should be removed.
removeRole(String) - Method in interface com.hcl.domino.security.Acl
Removes a role from the ACL
removeSecondaryIndexColumn() - Method in interface com.hcl.domino.design.Column
 
removeServerFromCluster(String) - Method in interface com.hcl.domino.admin.AdministrationProcess
Enters a request in the Administration Requests database to remove a server from a cluster.
renameFolder(String, String) - Method in interface com.hcl.domino.data.Database
Renames a folder
renameFolder(int, String) - Method in interface com.hcl.domino.data.Database
Renames a folder
renameGroup(String, String) - Method in interface com.hcl.domino.admin.AdministrationProcess
Enters a request in the Administration Requests database to rename a group.
renameRole(String, String) - Method in interface com.hcl.domino.security.Acl
Changes the name of a role
render(Document) - Method in interface com.hcl.domino.html.RichTextHTMLConverter
Renders a document as HTML (including its form) and gives access to embedded images.
render(Database) - Method in interface com.hcl.domino.html.RichTextHTMLConverter
Renders a database as HTML, which displays its web landing page.
renderItem(Document, String) - Method in interface com.hcl.domino.html.RichTextHTMLConverter
Renders a rich text item as HTML and gives access to embedded images
reopen() - Method in interface com.hcl.domino.data.Database
Re-opens the database with a new handle.
REPL_OPTION_ABSTRACT_RTF - Static variable in interface com.hcl.domino.misc.NotesConstants
Abstract/truncate docs to summary data and first RTF field.
REPL_OPTION_ABSTRACT_SMRY - Static variable in interface com.hcl.domino.misc.NotesConstants
Abstract/truncate docs to summary only data.
REPL_OPTION_ALL_DBS - Static variable in interface com.hcl.domino.misc.NotesConstants
Replicate all database files
REPL_OPTION_ALL_FILES - Static variable in interface com.hcl.domino.misc.NotesConstants
 
REPL_OPTION_ALL_NTFS - Static variable in interface com.hcl.domino.misc.NotesConstants
Replicate NTFs as well
REPL_OPTION_CLOSE_SESS - Static variable in interface com.hcl.domino.misc.NotesConstants
Close sessions when done
REPL_OPTION_PRI_HI - Static variable in interface com.hcl.domino.misc.NotesConstants
High priority databases only
REPL_OPTION_PRI_LOW - Static variable in interface com.hcl.domino.misc.NotesConstants
Low, Medium & High priority databases
REPL_OPTION_PRI_MED - Static variable in interface com.hcl.domino.misc.NotesConstants
Medium & High priority databases only
REPL_OPTION_PRIVATE - Static variable in interface com.hcl.domino.misc.NotesConstants
Replicate private documents even if not selected by default.
REPL_OPTION_RCV_NOTES - Static variable in interface com.hcl.domino.misc.NotesConstants
Receive notes from server (pull)
REPL_OPTION_SEND_NOTES - Static variable in interface com.hcl.domino.misc.NotesConstants
Send notes to server (push)
REPL_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Replicator
REPL_SIGNAL_ABORT - Static variable in interface com.hcl.domino.misc.NotesConstants
None
REPL_SIGNAL_BUILDVIEW - Static variable in interface com.hcl.domino.misc.NotesConstants
None
REPL_SIGNAL_CONNECTING - Static variable in interface com.hcl.domino.misc.NotesConstants
pServer pPort
REPL_SIGNAL_DONEFILE - Static variable in interface com.hcl.domino.misc.NotesConstants
pLocalFile pReplFileStats
REPL_SIGNAL_IDLE - Static variable in interface com.hcl.domino.misc.NotesConstants
None
REPL_SIGNAL_PICKSERVER - Static variable in interface com.hcl.domino.misc.NotesConstants
None
REPL_SIGNAL_RECEIVING - Static variable in interface com.hcl.domino.misc.NotesConstants
pServerFile pLocalFile
REPL_SIGNAL_REDIRECT - Static variable in interface com.hcl.domino.misc.NotesConstants
pServerFile pLocalFile
REPL_SIGNAL_SEARCHING - Static variable in interface com.hcl.domino.misc.NotesConstants
pServer pPort
REPL_SIGNAL_SEARCHINGDOCS - Static variable in interface com.hcl.domino.misc.NotesConstants
pSrcFile
REPL_SIGNAL_SENDING - Static variable in interface com.hcl.domino.misc.NotesConstants
pServerFile pLocalFile
replaceItemValue(String, Object) - Method in interface com.hcl.domino.data.Document
Sets the value of an item value to the document, replacing any other items of the same name.
replaceItemValue(String, Object, boolean) - Method in interface com.hcl.domino.data.Document
Sets the value of an item value to the document, replacing any other items of the same name.
replaceItemValue(String, Set<Item.ItemFlag>, Object) - Method in interface com.hcl.domino.data.Document
Sets the value of an item value to the document, replacing any other items of the same name.
replaceItemValue(String, Set<Item.ItemFlag>, Object, boolean) - Method in interface com.hcl.domino.data.Document
Sets the value of an item value to the document, replacing any other items of the same name.
REPLFLG_PRIORITY_HI - Static variable in interface com.hcl.domino.misc.NotesConstants
High priority
REPLFLG_PRIORITY_LOW - Static variable in interface com.hcl.domino.misc.NotesConstants
Low priority
REPLFLG_PRIORITY_MED - Static variable in interface com.hcl.domino.misc.NotesConstants
Medium priority
REPLHIST_ONLY_COMPLETE - Static variable in interface com.hcl.domino.admin.replication.Replication
Only return complete entries
REPLHIST_REMOVE_WILDCARDS - Static variable in interface com.hcl.domino.admin.replication.Replication
Don't copy wild card entries
REPLHIST_SORT_BY_DATE - Static variable in interface com.hcl.domino.admin.replication.Replication
Sort by date.
ReplicaInfo - Interface in com.hcl.domino.admin.replication
 
ReplicaInfo.Priority - Enum in com.hcl.domino.admin.replication
 
replicate(String) - Method in interface com.hcl.domino.data.Database
Bidirectional replication of this database with another server
replicate(String, Set<Database.ReplicateOption>, int, DominoClient.ReplicationStateListener) - Method in interface com.hcl.domino.data.Database
Replicate database with additional options
replicateDbsWithServer(String, Set<Database.ReplicateOption>, List<String>, int, DominoClient.ReplicationStateListener) - Method in interface com.hcl.domino.DominoClient
This routine replicates Domino database files on the local system with a specified server.

Either all common files can be replicated or a specified list of files can be replicated.

Replication can be performed in either direction or both directions (push, pull, or both).

Please note:
Run this method inside DominoClient.runInterruptable(Callable, IBreakHandler) to be able to cancel the process and inside DominoClient.runWithProgress(Callable, IProgressListener) to get progress info.
Replication - Interface in com.hcl.domino.admin.replication
 
Replication.Action - Enum in com.hcl.domino.admin.replication
 
Replication.IDocumentOpenCallback - Interface in com.hcl.domino.admin.replication
This function is called for each document retrieved.
Replication.IFolderAddCallback - Interface in com.hcl.domino.admin.replication
GetDocumentsMode.GET_FOLDER_ADDS is specified but GetDocumentsMode.APPLY_FOLDER_ADDS is not, this function is called for each document after the Replication.IDocumentOpenCallback function is called
Replication.IGetDocumentsCallback - Interface in com.hcl.domino.admin.replication
Called once before any others but only if going to a server that is R6 or greater.
Replication.IObjectAllocCallback - Interface in com.hcl.domino.admin.replication
If GetDocumentsMode.SEND_OBJECTS is specified and objectDb is not NULL, this function is called exactly once for each object to provide the caller with information about the object's size and ObjectID.
Replication.IObjectWriteCallback - Interface in com.hcl.domino.admin.replication
This function is called for each "chunk" of each object if GetDocumentsMode.SEND_OBJECTS is specified and objectDb is not NULL.
Replication.ReplicationHistoryFlags - Enum in com.hcl.domino.admin.replication
Optional flags that can be used with Replication.getReplicationHistory(Database, Set).
ReplicationFlags - Enum in com.hcl.domino.admin.replication
Replication flags

NOTE: Please note the distinction between ReplicationFlags.DISABLE and ReplicationFlags.NEVER_REPLICATE.
ReplicationHistorySummary - Class in com.hcl.domino.admin.replication
One entry of the database replication history
ReplicationHistorySummary(DominoDateTime, AclLevel, Set<AclFlag>, ReplicationHistorySummary.ReplicationDirection, String, String) - Constructor for class com.hcl.domino.admin.replication.ReplicationHistorySummary
 
ReplicationHistorySummary.ReplicationDirection - Enum in com.hcl.domino.admin.replication
These values describe the direction member of the ReplicationHistorySummary entry (the direction of the replication in the replication history).
ReplyAction - Interface in com.hcl.domino.design.action
 
REPORT_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Report process
resetUserPasswordInVault(String, String, String, int) - Method in interface com.hcl.domino.admin.idvault.IdVault
Resets an ID password.
resetViewSortingToDefault() - Method in interface com.hcl.domino.data.DominoCollection
 
ResizableMemoryStructure - Interface in com.hcl.domino.richtext.structures
This sub-interface of MemoryStructure represents a structure that is expected to have resizable variable data.
resize(int) - Method in interface com.hcl.domino.richtext.structures.ResizableMemoryStructure
Resizes the backing memory to the provided size.
resizeVariableData(int) - Method in interface com.hcl.domino.richtext.structures.ResizableMemoryStructure
Resizes the variable portion of this record to the provided size.
resolveErrorCode(int) - Method in interface com.hcl.domino.DominoClient
Converts a Domino API error code into a DominoException.
resortView(String, DominoCollection.Direction) - Method in interface com.hcl.domino.data.DominoCollection
 
resultsStreamBufferHeaderSize - Static variable in interface com.hcl.domino.misc.NotesConstants
 
retrieveSchedules(String, Collection<ScheduleOptions>, TemporalAccessor, TemporalAccessor, Collection<String>) - Method in interface com.hcl.domino.freebusy.FreeBusy
Synchronously retrieves a local or remote schedule by asking the caller's home server for the schedule.

The ONLY time that local busy time is used is when the client is in the Disconnected mode which is specified through the location document.

Otherwise, the API will route ALL lookup requests to the users home server for processing.
reverseIterator() - Method in interface com.hcl.domino.data.IDTable
Returns a note id iterator in reverse order
RFC822ItemDesc - Interface in com.hcl.domino.richtext.structures
 
RichTextConstants - Interface in com.hcl.domino.richtext
 
RichTextHTMLConverter - Interface in com.hcl.domino.html
Utility class to convert between rich text and HTML
RichTextHTMLConverter.Builder - Interface in com.hcl.domino.html
 
RichTextMimeConversionSettings - Interface in com.hcl.domino.mime
Settings to control the rich text to MIME conversion
RichTextMimeConversionSettings.AttachmentEncoding - Enum in com.hcl.domino.mime
 
RichTextMimeConversionSettings.MessageContentEncoding - Enum in com.hcl.domino.mime
 
RichTextMimeConversionSettings.ReadReceipt - Enum in com.hcl.domino.mime
 
RichTextMimeConversionSettings.Typeface - Enum in com.hcl.domino.mime
 
richTextNavigationEnd() - Method in class com.hcl.domino.richtext.conversion.AppendFileHotspotConversion
 
richTextNavigationEnd() - Method in interface com.hcl.domino.richtext.conversion.IRichTextConversion
Method is called when the rich text navigation is done
richTextNavigationEnd() - Method in class com.hcl.domino.richtext.conversion.RemoveAttachmentIconConversion
 
richTextNavigationStart() - Method in class com.hcl.domino.richtext.conversion.AppendFileHotspotConversion
 
richTextNavigationStart() - Method in interface com.hcl.domino.richtext.conversion.IRichTextConversion
Method is called before starting the CD record traversal.
richTextNavigationStart() - Method in class com.hcl.domino.richtext.conversion.RemoveAttachmentIconConversion
 
RichTextRecord<T extends CDSignature> - Interface in com.hcl.domino.richtext.records
Base interface for rich text records.
RichTextRecordList - Interface in com.hcl.domino.richtext
This sub-interface of List represents an ordered collection of RichTextRecords.
RichTextWriter - Interface in com.hcl.domino.richtext
Writer to produce a new rich text item
RichTextWriter.CaptionPosition - Enum in com.hcl.domino.richtext
Enum of available positions to place the caption of a file hotspot
ROUTER_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Mail Router
RRV_DELETED - Static variable in interface com.hcl.domino.misc.NotesConstants
 
run(Agent.AgentRunContext) - Method in interface com.hcl.domino.data.Agent
Runs the agent with the specific agent context
run() - Method in class com.hcl.domino.misc.JNXThread
 
runAddin(DominoClient, ServerStatusLine, MessageQueue) - Method in class com.hcl.domino.server.RunJavaAddin
 
RunAgentAction - Interface in com.hcl.domino.design.action
 
runAsync(Callable<T>) - Method in interface com.hcl.domino.DominoClient
Runs a block of code asynchronously in a background thread
runAsync(ExecutorService, Callable<T>) - Method in interface com.hcl.domino.DominoClient
Runs a block of code asynchronously in a background thread
RunFormulaAction - Interface in com.hcl.domino.design.action
 
runInterruptable(Callable<T>, DominoClient.IBreakHandler) - Method in interface com.hcl.domino.DominoClient
The method registers a break signal handler for the execution time of the specified Callable.
RUNJAVA_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Runjava (used by ISpy)
RunJavaAddin - Class in com.hcl.domino.server
This base class can be extended to implement a server addin compatible with runjava.
RunJavaAddin(String) - Constructor for class com.hcl.domino.server.RunJavaAddin
Initializes the addin with the provided name, which is also used as the message-queue name.
RunJavaAddin(String, String) - Constructor for class com.hcl.domino.server.RunJavaAddin
Initializes the addin with the provided name and message-queue name
runOnServer(boolean) - Method in interface com.hcl.domino.data.Agent
Runs the agent on the server
runOnServer(int, boolean) - Method in interface com.hcl.domino.data.Agent
Runs the agent on the server
runWithProgress(Callable<T>, DominoClient.IProgressListener) - Method in interface com.hcl.domino.DominoClient
The method registers a progress signal handler for the execution time of the specified Callable.
RZBG_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Red Zone Background MQ
RZBGEXTRA_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Red Zone Background Extra MQ
RZEXTRA_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Red Zone Extra MQ
RZINTER_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Red Zone Interface to Collector

S

SAML_DEBUG_CERT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SAML_DEBUG_DECODE_ASSERT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SAML_DEBUG_DUMP_C14N - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SAML_DEBUG_DUMP_XML_TREE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SAML_DEBUG_ERRORS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SAML_DEBUG_HTTP - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SAML_DEBUG_IDPCAT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SAML_DEBUG_PARSE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SAML_DEBUG_REPLAY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SAML_DEBUG_SKIP_AUDIENCE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SAML_DEBUG_TESTSAAS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
save() - Method in interface com.hcl.domino.data.Document
Writes in-memory changes to a document to the database.
save(boolean) - Method in interface com.hcl.domino.data.Document
Writes in-memory changes to a document to the database.
save() - Method in interface com.hcl.domino.design.DesignElement
 
save() - Method in interface com.hcl.domino.security.Acl
This function persists the access control list in the parent database.
saveDocument(Document, boolean, boolean, boolean) - Method in interface com.hcl.domino.admin.replication.Replication
Saves a document with additional flags
scan(byte[], MessageQueue.IMQCallback) - Method in interface com.hcl.domino.mq.MessageQueue
This function parses a message queue, calling an action routine for each message in the queue.
If the message queue is empty, or if all messages in the queue have been enumerated without returning an error code, MQScan returns ERR_MQ_EMPTY.

In the simple case, MQScan() does not modify the contents of the queue; by returning the appropriate error codes to MQScan, the action routine can specify that messages are to be removed from the queue or skipped, or that enumeration is to be terminated immediately.
scanTemplateInheritanceOnServer(String, String) - Method in interface com.hcl.domino.design.DbDesignCatalog
Fast scan of the server directory to get information about template inheritance
Schedule - Interface in com.hcl.domino.freebusy
Schedule object to read busy and free time info for a single Domino user
ScheduleAttr - Enum in com.hcl.domino.freebusy
 
ScheduleEntry - Interface in com.hcl.domino.freebusy
 
ScheduleOptions - Enum in com.hcl.domino.freebusy
 
Schedules - Interface in com.hcl.domino.freebusy
 
Schema - Interface in com.hcl.domino.design
Schema elements of a domino database
SCRIPTLIB_ITEM_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SCRIPTLIB_OBJECT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ScriptLibrary - Interface in com.hcl.domino.design
Parent interface for script-library design elements.
SE_FLARGESUMMARY - Static variable in interface com.hcl.domino.misc.NotesConstants
note has a large summary, a note open is required to get the data, only valid if SEARCH1_LARGE_BUCKETS is passed in
SE_FMATCH - Static variable in interface com.hcl.domino.misc.NotesConstants
matches formula
SE_FNOACCESS - Static variable in interface com.hcl.domino.misc.NotesConstants
if there is reader's field at doc level this is the return value so that we could mark the replication as incomplete
SE_FNOMATCH - Static variable in interface com.hcl.domino.misc.NotesConstants
does not match formula (deleted or updated)
SE_FNOPURGE - Static variable in interface com.hcl.domino.misc.NotesConstants
note has no purge status.
SE_FPURGED - Static variable in interface com.hcl.domino.misc.NotesConstants
note has been purged.
SE_FSOFTDELETED - Static variable in interface com.hcl.domino.misc.NotesConstants
if SEARCH_NOTIFYDELETIONS: note is soft deleted; NoteClass & NOTE_CLASS_NOTIFYDELETION also on (off for hard delete)
SE_FTRUNCATED - Static variable in interface com.hcl.domino.misc.NotesConstants
document truncated
SE_FTRUNCATT - Static variable in interface com.hcl.domino.misc.NotesConstants
note has truncated attachments.
SEARCH1_FIXUP_PURGED - Static variable in interface com.hcl.domino.misc.NotesConstants
Search documents fixup purged.
SEARCH1_LARGE_BUCKETS - Static variable in interface com.hcl.domino.misc.NotesConstants
used to indicate large summary buckets is supported by caller
SEARCH1_ONLY_ABSTRACTS - Static variable in interface com.hcl.domino.misc.NotesConstants
Search "Truncated" documents
SEARCH1_PROFILE_DOCS - Static variable in interface com.hcl.domino.misc.NotesConstants
Include profile documents (a specific type of named ghost note) in the search Note: set SEARCH1_SELECT_NAMED_GHOSTS, too, if you want the selection formula to be applied to the profile docs (so as not to get them all back as matches).
SEARCH1_REPORT_NOACCESS - Static variable in interface com.hcl.domino.misc.NotesConstants
flag for reporting noaccess in case of reader's field at the doc level
SEARCH1_RET_LARGE_DATA - Static variable in interface com.hcl.domino.misc.NotesConstants
used to indicate to return SEARCH_MATCH_LARGE & ilk
SEARCH1_RETURN_THREAD_UNID_ARRAY - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SEARCH1_RETURN_TUA - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SEARCH1_SELECT_NAMED_GHOSTS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SEARCH1_SIGNATURE - Static variable in interface com.hcl.domino.misc.NotesConstants
for setting/verifying that bits 28-31 of search 1 flags are 1000
SEARCH1_SKIM_SUMMARY_BUFFER_TOO_BIG - Static variable in interface com.hcl.domino.misc.NotesConstants
Skim off notes whose summary buffer can't be generated because its size is too big.
SEARCH2_LARGE_BUCKETS - Static variable in interface com.hcl.domino.misc.NotesConstants
return flag in orig structs if > MAXONESEGSIZE
SEARCH2_RET_LARGE_DATA - Static variable in interface com.hcl.domino.misc.NotesConstants
return SEARCH_MATCH_LARGE etc structs
SEARCH_ALL_VERSIONS - Static variable in interface com.hcl.domino.misc.NotesConstants
Include deleted and non-matching notes in search (ALWAYS "ON" in partial searches!)
SEARCH_ALLCHILDREN - Static variable in interface com.hcl.domino.misc.NotesConstants
Search includes all children of matching documents.
SEARCH_ALLDESCENDANTS - Static variable in interface com.hcl.domino.misc.NotesConstants
Search includes all descendants of matching documents.
SEARCH_ALLPRIVS - Static variable in interface com.hcl.domino.misc.NotesConstants
return error if we don't have full privileges
SEARCH_CALC_PROGRESS - Static variable in interface com.hcl.domino.misc.NotesConstants
If specified, the progress field in the SEARCH_ENTRY structure will be filled in.
SEARCH_CANONICAL - Static variable in interface com.hcl.domino.misc.NotesConstants
Return buffer in canonical form
SEARCH_DATAONLY_FORMULA - Static variable in interface com.hcl.domino.misc.NotesConstants
Search formula applies only to data notes, i.e., others match
SEARCH_DESCENDANTSADDED - Static variable in interface com.hcl.domino.misc.NotesConstants
Descendants were added on this pass.
SEARCH_FILEFIXUP - Static variable in interface com.hcl.domino.misc.NotesConstants
for dir scans, only return files needing fixup
SEARCH_FILETYPE - Static variable in interface com.hcl.domino.misc.NotesConstants
For directory mode file type filtering.
SEARCH_FILTER_DBDIR_PROPERTY - Static variable in interface com.hcl.domino.misc.NotesConstants
Filter on particular Properties.
SEARCH_FILTER_DBOPTIONS - Static variable in interface com.hcl.domino.misc.NotesConstants
Filter on Database Options (bits set).
SEARCH_FILTER_DBOPTIONS_CLEAR - Static variable in interface com.hcl.domino.misc.NotesConstants
Filter on Database Options (bits clear).
SEARCH_FILTER_FOLDER - Static variable in interface com.hcl.domino.misc.NotesConstants
hFilter is a View note handle
SEARCH_FILTER_FORMSKIMMED - Static variable in interface com.hcl.domino.misc.NotesConstants
Filter based on a set of form names
SEARCH_FILTER_INLINE_INDEX - Static variable in interface com.hcl.domino.misc.NotesConstants
Search for databases with inline indexing
SEARCH_FILTER_ITEM_TIME - Static variable in interface com.hcl.domino.misc.NotesConstants
Filter on item revision times
SEARCH_FILTER_NO_NDX - Static variable in interface com.hcl.domino.misc.NotesConstants
Filter out .ndx files
SEARCH_FILTER_NOFORMSKIMMED - Static variable in interface com.hcl.domino.misc.NotesConstants
Don't try to filter on form names, we know it won't work
SEARCH_FILTER_NONE - Static variable in interface com.hcl.domino.misc.NotesConstants
No filter specified (hFilter ignored).
SEARCH_FILTER_NOTEID_TABLE - Static variable in interface com.hcl.domino.misc.NotesConstants
hFilter is a Note ID table.
SEARCH_FILTER_QUERY_VIEW - Static variable in interface com.hcl.domino.misc.NotesConstants
Filter on Query View SQL
SEARCH_FILTER_RANGE - Static variable in interface com.hcl.domino.misc.NotesConstants
Filter on time range input
SEARCH_FIRSTPASS - Static variable in interface com.hcl.domino.misc.NotesConstants
First pass in a multipass hierarchical search.
SEARCH_FULL_DATACUTOFF - Static variable in interface com.hcl.domino.misc.NotesConstants
Full search (as if Since was "1") but exclude DATA notes prior to passed-in Since time
SEARCH_INCLUDE_DELETED - Static variable in interface com.hcl.domino.misc.NotesConstants
obsolete synonym
SEARCH_INCLUDE_PURGED - Static variable in interface com.hcl.domino.misc.NotesConstants
Return purged note ids as deleted notes.
SEARCH_MULTI_FORMULA - Static variable in interface com.hcl.domino.misc.NotesConstants
Formula is an Array of Formulas.
SEARCH_NAMED_GHOSTS - Static variable in interface com.hcl.domino.misc.NotesConstants
Include *** ALL *** named ghost notes in the search (profile docs, xACL's, etc).
SEARCH_NO_ADV_TEMPLATES - Static variable in interface com.hcl.domino.misc.NotesConstants
Only return templates without the "advanced" bit set
SEARCH_NOABSTRACTS - Static variable in interface com.hcl.domino.misc.NotesConstants
Filter out "Truncated" documents
SEARCH_NOITEMNAMES - Static variable in interface com.hcl.domino.misc.NotesConstants
do not put item names into summary info
SEARCH_NONREPLICATABLE - Static variable in interface com.hcl.domino.misc.NotesConstants
INCLUDE notes with non-replicatable OID flag
SEARCH_NOPRIVCHECK - Static variable in interface com.hcl.domino.misc.NotesConstants
Allow search to return id's only, i.e.
SEARCH_NOTIFYDELETIONS - Static variable in interface com.hcl.domino.misc.NotesConstants
Set NOTE_CLASS_NOTIFYDELETION bit of NoteClass for deleted notes
SEARCH_ONLYPROTECTED - Static variable in interface com.hcl.domino.misc.NotesConstants
Return only docs with protection fields (BS_PROTECTED set in note header)
SEARCH_PRIVATE_ONLY - Static variable in interface com.hcl.domino.misc.NotesConstants
Only Private Views or Agents
SEARCH_SERVERCACHE - Static variable in interface com.hcl.domino.misc.NotesConstants
special caching for dir scan
SEARCH_SESSION_USERNAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Use current session's user name, not server's
SEARCH_SOFTDELETIONS - Static variable in interface com.hcl.domino.misc.NotesConstants
Return soft deleted documents
SEARCH_SUMMARY - Static variable in interface com.hcl.domino.misc.NotesConstants
TRUE to return summary buffer with each match
SEARCH_SYNC - Static variable in interface com.hcl.domino.misc.NotesConstants
Perform unread flag sync
SEARCH_SYNC_OPTIMIZED - Static variable in interface com.hcl.domino.misc.NotesConstants
Perform optimized unread sync
SEARCH_UNID_TABLE - Static variable in interface com.hcl.domino.misc.NotesConstants
Formula buffer is hashed UNID table
SEARCH_V4INFO - Static variable in interface com.hcl.domino.misc.NotesConstants
SEARCH_MATCH is V4 style.
searching(String, String) - Method in interface com.hcl.domino.DominoClient.ReplicationStateListener
Searching for matching replica on the server
searchingDocs(String) - Method in interface com.hcl.domino.DominoClient.ReplicationStateListener
Replicator is in the searching phase.
SearchQuery - Interface in com.hcl.domino.data
Defines any query/search that can happen against a database or a view/folder Defines query method: - DQL - Formula - FtSearch - etc.
SEC_envvar_scope_Always - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SEC_envvar_scope_Debug - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SEC_envvar_scope_Debug_And_NonProduction - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SEC_envvar_scope_Debug_Or_NonProduction - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SEC_envvar_scope_NonProduction - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SEC_mpfct_GetEnvVarInt - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SEC_mpfct_MMCreateTempFile - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SEC_mpfct_MMFileClose - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SECKFM_close_WriteIdFile - Static variable in interface com.hcl.domino.misc.NotesConstants
Write information conatined inthe handle out to the specified ID file
SECKFM_open_All - Static variable in interface com.hcl.domino.misc.NotesConstants
Open and read all information out of the id file
select(int...) - Method in class com.hcl.domino.data.CollectionSearchQuery.AllDeselectedEntries
 
select(Set<Integer>) - Method in class com.hcl.domino.data.CollectionSearchQuery.AllDeselectedEntries
 
select(DQL.DQLTerm) - Method in class com.hcl.domino.data.CollectionSearchQuery.AllDeselectedEntries
 
select(String) - Method in class com.hcl.domino.data.CollectionSearchQuery.AllDeselectedEntries
 
select(CollectionSearchQuery.SelectedEntries) - Method in interface com.hcl.domino.data.CollectionSearchQuery
Configure which elements are selected
select(DocumentSelection.SelectionType...) - Method in interface com.hcl.domino.data.DocumentSelection
Adds content types to the selection
select(Collection<DocumentSelection.SelectionType>) - Method in interface com.hcl.domino.data.DocumentSelection
Adds content types to the selection
selectAll() - Static method in class com.hcl.domino.data.CollectionSearchQuery.SelectedEntries
 
selectAllAdminDocuments() - Method in interface com.hcl.domino.data.DocumentSelection
Selects replication formulas and ACLs
selectAllCodeElements() - Method in interface com.hcl.domino.data.DocumentSelection
Selects agents, outlines, database script, script libraries, data connections and misc code elements.
selectAllDataDocuments() - Method in interface com.hcl.domino.data.DocumentSelection
Selects normal data documents and profiles
selectAllDesignElements() - Method in interface com.hcl.domino.data.DocumentSelection
Selects format, index and code elements, the icon, shared fields, help about, help using and help imdex.
selectAllDocuments() - Method in interface com.hcl.domino.data.DocumentSelection
Selects data, admin and design documents
selectAllFormatElements() - Method in interface com.hcl.domino.data.DocumentSelection
Selects forms, subforms, actions, framesets, pages, image resources, stylesheets, Java resources and misc format elements.
selectAllIndexElements() - Method in interface com.hcl.domino.data.DocumentSelection
Selects views, folders, navigators and misc index elements
selectByKey(String, boolean) - Method in class com.hcl.domino.data.CollectionSearchQuery.AllDeselectedEntries
Selects collection entries via key lookup
selectByKey(List<Object>, boolean) - Method in class com.hcl.domino.data.CollectionSearchQuery.AllDeselectedEntries
Selects collection entries via key lookup
selectByKey(String, boolean) - Method in interface com.hcl.domino.data.CollectionSearchQuery
selectByKey(List<Object>, boolean) - Method in interface com.hcl.domino.data.CollectionSearchQuery
send() - Method in interface com.hcl.domino.data.Document
Mails the note
Convenience function that calls Document.send(boolean, Collection).
send(String) - Method in interface com.hcl.domino.data.Document
Mails the document
Convenience function that calls Document.send(boolean, Collection).
send(Collection<String>) - Method in interface com.hcl.domino.data.Document
Mails the document
Convenience function that calls Document.send(boolean, Collection).
send(boolean) - Method in interface com.hcl.domino.data.Document
Mails the document
Convenience function that calls Document.send(boolean, Collection).
send(boolean, String) - Method in interface com.hcl.domino.data.Document
Mails the document
Convenience function that calls Document.send(boolean, Collection).
send(boolean, Collection<String>) - Method in interface com.hcl.domino.data.Document
Mails the document

Two kinds of items can affect the mailing of the document when you use send:
If the document contains additional recipient items, such as CopyTo or BlindCopyTo, the documents mailed to those recipients. If the document contains items to control the routing of mail, such as DeliveryPriority, DeliveryReport, or ReturnReceipt, they are used when sending the document. The Document.isSaveMessageOnSend() property controls whether the sent document is saved in the database.
sendConsoleCommand(String, String) - Method in interface com.hcl.domino.admin.ServerAdmin
Sends a console command to a Domino server
SendDocumentAction - Interface in com.hcl.domino.design.action
 
sending(String, String) - Method in interface com.hcl.domino.DominoClient.ReplicationStateListener
A "push" replication.
SendMailAction - Interface in com.hcl.domino.design.action
 
SendNewsletterAction - Interface in com.hcl.domino.design.action
 
SERVER_JAVASCRIPTLIBRARY_CODE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SERVER_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
DB Server
ServerAdmin - Interface in com.hcl.domino.admin
Server administration features and console access
ServerAdmin.AclLevelRelation - Enum in com.hcl.domino.admin
 
ServerAdmin.ClusterLookup - Enum in com.hcl.domino.admin
These values are used as input to the ServerAdmin.getServerClusterMates(String, ClusterLookup) function.

When you specify the ServerAdmin.ClusterLookup.LOOKUP_NOCACHE value, the call retrieves the input server's cluster member list through a NameLookup on the input server.

The client cluster cache is not used for determining this information.

When you specify the ServerAdmin.ClusterLookup.LOOKUP_CACHEONLY value, the call is forced to retrieve the server's cluster member list from the local client cluster cache.

There is no NameLookup performed on the server in this case.
ServerAdmin.ConsoleHandler - Interface in com.hcl.domino.admin
Handler to receive a server console line with text and meta data
ServerAdmin.DominoSSOToken - Interface in com.hcl.domino.admin
SSO Token for a Domino username and server
ServerAdmin.MultiDatabaseAccessInfo - Interface in com.hcl.domino.admin
 
ServerAdmin.RegistrationMessageHandler - Interface in com.hcl.domino.admin
 
ServerJavaScriptLibrary - Interface in com.hcl.domino.design
 
SERVERNAMESSPACE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SERVERNAMESSPACE_1 - Static variable in interface com.hcl.domino.misc.NotesConstants
 
ServerNotFoundException - Exception in com.hcl.domino.exception
Represents error code ERR_SERVER_NOT_FOUND (0x0803), "Unable to find path to server[...]"
ServerNotFoundException(int, String) - Constructor for exception com.hcl.domino.exception.ServerNotFoundException
 
ServerNotFoundException(int, String, Throwable) - Constructor for exception com.hcl.domino.exception.ServerNotFoundException
 
ServerNotFoundException(String) - Constructor for exception com.hcl.domino.exception.ServerNotFoundException
 
ServerNotFoundException(String, Throwable) - Constructor for exception com.hcl.domino.exception.ServerNotFoundException
 
ServerPingInfo - Interface in com.hcl.domino.server
ServerRestrictedException - Exception in com.hcl.domino.exception
Represents error code ERR_SERVER_RESTRICTED (0x09FD), "Access to this server has been restricted by the administrator"
ServerRestrictedException(int, String) - Constructor for exception com.hcl.domino.exception.ServerRestrictedException
 
ServerRestrictedException(int, String, Throwable) - Constructor for exception com.hcl.domino.exception.ServerRestrictedException
 
ServerRestrictedException(String) - Constructor for exception com.hcl.domino.exception.ServerRestrictedException
 
ServerRestrictedException(String, Throwable) - Constructor for exception com.hcl.domino.exception.ServerRestrictedException
 
ServerStatusLine - Interface in com.hcl.domino.server
 
ServerUnavailableException - Exception in com.hcl.domino.exception
Represents error code ERR_SERVER_UNAVAILABLE (0x0803), "Unable to find path to server[...]"
ServerUnavailableException(int, String) - Constructor for exception com.hcl.domino.exception.ServerUnavailableException
 
ServerUnavailableException(int, String, Throwable) - Constructor for exception com.hcl.domino.exception.ServerUnavailableException
 
ServerUnavailableException(String) - Constructor for exception com.hcl.domino.exception.ServerUnavailableException
 
ServerUnavailableException(String, Throwable) - Constructor for exception com.hcl.domino.exception.ServerUnavailableException
 
set(T) - Method in class com.hcl.domino.misc.Ref
 
setACLImportOption(DxlImporter.DXLImportOption) - Method in interface com.hcl.domino.dxl.DxlImporter
 
setActionData(byte[]) - Method in interface com.hcl.domino.richtext.records.CDAction
 
setActionData(byte[]) - Method in interface com.hcl.domino.richtext.records.CDActionByForm
Sets the action data for this record.
setActionFormula(String) - Method in interface com.hcl.domino.richtext.records.CDAction
Sets the action's code to the provided formula language string.
setActionLength(long) - Method in interface com.hcl.domino.richtext.records.CDEvent
 
setActionLotusScript(String) - Method in interface com.hcl.domino.richtext.records.CDAction
Sets the action's code to the provided LotusScript string.
setActionOperator(AssistFieldStruct.ActionByField) - Method in interface com.hcl.domino.richtext.structures.AssistFieldStruct
 
setActionType(CDAction.Type) - Method in interface com.hcl.domino.richtext.records.CDAction
Sets the type for this action.
setActionType(CDEvent.ActionType) - Method in interface com.hcl.domino.richtext.records.CDEvent
 
setAddItems(List<String>) - Method in interface com.hcl.domino.mime.RichTextMimeConversionSettings
The function sets the Conversions Controls 'add items setting' setting to the input value.
setAdminServer(String) - Method in interface com.hcl.domino.security.Acl
Change the name of the administration server for the access control list.
setAgentName(String) - Method in interface com.hcl.domino.richtext.records.CDActionRunAgent
 
setAgentNameLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionRunAgent
 
setAlign(TextStyle.Justify) - Method in interface com.hcl.domino.richtext.TextStyle
 
setAllowMultiValues(boolean) - Method in interface com.hcl.domino.design.Field
 
setAlternateBackgroundColor(short) - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
setAppletHeight(int) - Method in interface com.hcl.domino.richtext.records.CDActionBarExt
 
setAssistFields(Collection<AssistFieldStruct>) - Method in interface com.hcl.domino.richtext.records.CDActionByForm
Sets the action data for this record.
setAttachmentEncoding(RichTextMimeConversionSettings.AttachmentEncoding) - Method in interface com.hcl.domino.mime.RichTextMimeConversionSettings
The function sets the Conversions Controls 'attachment encoding' setting to the input value.
setAttachmentOmittedText(String) - Method in interface com.hcl.domino.dxl.DxlExporter
 
setAttributes(String) - Method in interface com.hcl.domino.design.format.ViewColumnFormat6
 
setAttributes(Collection<FontStyle.Attribute>) - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
setAttributes(Collection<NFMT.Attribute>) - Method in interface com.hcl.domino.richtext.structures.NFMT
 
setAttributesLength(int) - Method in interface com.hcl.domino.design.format.ViewColumnFormat6
 
setAutoUpdateSeconds(int) - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
setAwayPeriod(TemporalAccessor, TemporalAccessor) - Method in interface com.hcl.domino.person.OutOfOffice
This function validates and sets the time parameters that control OOO.

This information is required for enabling the OOO.
If you want turn on OOO functionality for a given period of time the sequence of calls needed is:
Person.openOutOfOffice(String, boolean, Database), OutOfOffice.setAwayPeriod(TemporalAccessor, TemporalAccessor), and OutOfOffice.setEnabled(boolean).

When you need to enable OOO (i.e.
setBackgroundColor(short) - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
setBackgroundColor(int) - Method in interface com.hcl.domino.richtext.records.CDActionBar
 
setBackgroundColorExt(short) - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
setBackgroundRepeat(CDActionBarExt.BackgroundRepeat) - Method in interface com.hcl.domino.richtext.records.CDActionBarExt
 
setBcc(String) - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
setBcc(String) - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
setBccFormula(String) - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
setBccLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
setBccLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
setBlobMax(int) - Method in interface com.hcl.domino.richtext.records.CDBlobPart
 
setBlobPartData(byte[]) - Method in interface com.hcl.domino.richtext.records.CDBlobPart
 
setBlue(short) - Method in interface com.hcl.domino.richtext.structures.ColorValue
 
setBody(String) - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
setBody(String) - Method in interface com.hcl.domino.richtext.records.CDActionReply
 
setBody(String) - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
setBodyLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
setBodyLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionReply
 
setBodyLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
setBold(boolean) - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
setBorderDisplay(CDActionBarExt.BorderDisplay) - Method in interface com.hcl.domino.richtext.records.CDActionBarExt
 
setBorderStyle(CDActionBar.BorderStyle) - Method in interface com.hcl.domino.richtext.records.CDActionBar
 
setBottom(int) - Method in interface com.hcl.domino.richtext.structures.CropRect
 
setBusyColor(short) - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
setButtonHeight(int) - Method in interface com.hcl.domino.richtext.records.CDActionBar
 
setButtonInternalMargin(int) - Method in interface com.hcl.domino.richtext.records.CDActionBarExt
 
setButtonWidth(int) - Method in interface com.hcl.domino.richtext.records.CDActionBarExt
 
setBytePos(long) - Method in class com.hcl.domino.data.ProgressAdapter
 
setBytePos(long) - Method in interface com.hcl.domino.DominoClient.IProgressListener
 
setByteRange(long) - Method in class com.hcl.domino.data.ProgressAdapter
 
setByteRange(long) - Method in interface com.hcl.domino.DominoClient.IProgressListener
 
setCaptionText(String) - Method in interface com.hcl.domino.richtext.records.CDCaption
Stores the text for this caption in the variable data portion of this record.
setCategories(String) - Method in interface com.hcl.domino.data.Database
 
setCc(String) - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
setCc(String) - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
setCcFormula(String) - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
setCcLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
setCcLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
setCertificateAuthorityOrg(String) - Method in interface com.hcl.domino.admin.AdministrationProcess
 
setCertificateExpiration(Temporal) - Method in interface com.hcl.domino.admin.AdministrationProcess
 
setCertifierFile(String) - Method in interface com.hcl.domino.admin.AdministrationProcess
 
setCertifierPassword(String) - Method in interface com.hcl.domino.admin.AdministrationProcess
 
setCheckSecurity(boolean) - Method in interface com.hcl.domino.data.Agent.AgentRunContext
Use this method to set the AGENT_SECURITY_ON flag:

AGENT_SECURITY_ON:
Use this flag to tell the run context that when it runs an agent, you want it to check the privileges of the signer of that agent and apply them.
setClassName(String) - Method in interface com.hcl.domino.richtext.records.CDActionJavaAgent
 
setClassName(String) - Method in interface com.hcl.domino.richtext.records.CDIDName
 
setClassNameLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionJavaAgent
 
setClassNameLength(int) - Method in interface com.hcl.domino.richtext.records.CDIDName
 
setCodePath(String) - Method in interface com.hcl.domino.richtext.records.CDActionJavaAgent
 
setCodePathLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionJavaAgent
 
setColor(FontStyle.StandardColors) - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
setColumnCount(int) - Method in interface com.hcl.domino.design.format.ViewTableFormat
 
setComment(String) - Method in interface com.hcl.domino.design.DesignElement
Sets a comment for the design element
setComponent4(short) - Method in interface com.hcl.domino.richtext.structures.ColorValue
 
setConstantValueLength(int) - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
setContent(InputStream, MimeEntity.Encoding) - Method in interface com.hcl.domino.mime.MimeEntity
Sets the content of the MIME entity from the provided InputStream, applying the requested storage encoding.
setControlType(CDEmbeddedControl.Type) - Method in interface com.hcl.domino.richtext.records.CDEmbeddedControl
 
setConvertNotesbitmapsToGIF(boolean) - Method in interface com.hcl.domino.dxl.DxlExporter
 
setCreateFullTextIndex(boolean) - Method in interface com.hcl.domino.dxl.DxlImporter
 
setCurrencyFlags(Collection<CDExt2Field.CurrencyFlag>) - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
setCurrencyFlags(Collection<CDExt2Field.CurrencyFlag>) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setCurrencyPreference(NumberPref) - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
setCurrencyPreference(NumberPref) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setCurrencySymbol(String) - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
setCurrencySymbol(String) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setCurrencySymbolLength(long) - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
setCurrencySymbolLength(long) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setCurrencyType(CDExt2Field.CurrencyType) - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
setCurrencyType(CDExt2Field.CurrencyType) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setCustomHiddenFlags(Collection<ViewColumnFormat2.HiddenFlag>) - Method in interface com.hcl.domino.design.format.ViewColumnFormat2
 
setCustomOrder(int) - Method in interface com.hcl.domino.design.format.ViewColumnFormat2
 
setCutOff(TemporalAccessor) - Method in interface com.hcl.domino.admin.replication.ReplicaInfo
Sets the new cutoff date
setCutOffInterval(int) - Method in interface com.hcl.domino.admin.replication.ReplicaInfo
Sets the Automatic Replication Cutoff Interval (Days)
setDatabaseName(String) - Method in interface com.hcl.domino.richtext.records.CDActionDBCopy
 
setDatabaseNameLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionDBCopy
 
setDataLength(int) - Method in interface com.hcl.domino.richtext.records.CDHotspotBegin
 
setDataSize(int) - Method in interface com.hcl.domino.richtext.records.CDFileSegment
 
setDataSize(int) - Method in interface com.hcl.domino.richtext.records.CDImageSegment
 
setDataType(ViewColumnFormat.DataType) - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
setDateFormat(TFMT.DateFormat) - Method in interface com.hcl.domino.richtext.structures.TFMT
 
setDateSeparator1(String) - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
setDateSeparator1(String) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setDateSeparator1Length(short) - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
setDateSeparator1Length(short) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setDateSeparator2(String) - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
setDateSeparator2(String) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setDateSeparator2Length(short) - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
setDateSeparator2Length(short) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setDateSeparator3(String) - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
setDateSeparator3(String) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setDateSeparator3Length(short) - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
setDateSeparator3Length(short) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setDateShowFormat(DateShowFormat) - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
setDateShowFormat(DateShowFormat) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setDateShowSpecial(DateShowSpecial) - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
setDateShowSpecial(DateShowSpecial) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setDateTime(TemporalAccessor) - Method in interface com.hcl.domino.data.IDTable
Changes the datetime value stored in this IDTable
setDateTimeFlags(Collection<DateTimeFlag>) - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
setDateTimeFlags(Collection<DateTimeFlag>) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setDateTimeFlags2(Collection<DateTimeFlag2>) - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
setDateTimeFlags2(Collection<DateTimeFlag2>) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setDateTimePreference(NumberPref) - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
setDateTimePreference(NumberPref) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setDayFormat(DayFormat) - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
setDayFormat(DayFormat) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setDayOfWeekFormat(WeekFormat) - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
setDayOfWeekFormat(WeekFormat) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setDaySeparatorColor(short) - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
setDecimalSymbol(String) - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
setDecimalSymbol(String) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setDecimalSymbolLength(long) - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
setDecimalSymbolLength(long) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setDefaults() - Method in interface com.hcl.domino.mime.RichTextMimeConversionSettings
The function sets Conversion Controls configuration settings to their default values.
setDefaultValueFormula(String) - Method in interface com.hcl.domino.design.Field
 
setDefaultValueFormula(String) - Method in interface com.hcl.domino.richtext.records.CDField
 
setDefaultValueLength(int) - Method in interface com.hcl.domino.richtext.records.CDField
 
setDeferIndexCreation(boolean) - Method in interface com.hcl.domino.design.Column
 
setDeltaPos(long) - Method in class com.hcl.domino.data.ProgressAdapter
 
setDeltaPos(long) - Method in interface com.hcl.domino.DominoClient.IProgressListener
 
setDescription(String) - Method in interface com.hcl.domino.richtext.records.CDField
 
setDescriptionLength(int) - Method in interface com.hcl.domino.richtext.records.CDField
 
setDesignImportOption(DxlImporter.DXLImportOption) - Method in interface com.hcl.domino.dxl.DxlImporter
 
setDesignTemplateName(String) - Method in interface com.hcl.domino.data.Database
Changes the name of the design template from which a database inherits its design
setDigits(short) - Method in interface com.hcl.domino.richtext.structures.NFMT
 
setDisplayAsBulletList(boolean) - Method in interface com.hcl.domino.richtext.TextStyle
 
setDisplayAsNumberedList(boolean) - Method in interface com.hcl.domino.richtext.TextStyle
 
setDisplayWidth(int) - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
setDnColumnName(String) - Method in interface com.hcl.domino.design.format.ViewColumnFormat5
 
setDnColumnNameLength(int) - Method in interface com.hcl.domino.design.format.ViewColumnFormat5
 
setDoctypeSYSTEM(String) - Method in interface com.hcl.domino.dxl.DxlExporter
 
setDocumentClass(DocumentClass) - Method in interface com.hcl.domino.data.Document
Sets the class of this document.
setDocumentContext(Document) - Method in interface com.hcl.domino.data.Agent.AgentRunContext
Sets the Document for Session.DocumentContext as a Document.

setDocumentLockingEnabled(boolean) - Method in interface com.hcl.domino.data.Database
 
setDocumentsImportOption(DxlImporter.DXLImportOption) - Method in interface com.hcl.domino.dxl.DxlImporter
 
setDropItems(List<String>) - Method in interface com.hcl.domino.mime.RichTextMimeConversionSettings
The function sets the Conversions Controls 'drop items setting' setting to the input value, a list of items to drop during export.
setDXLBannerComments(String) - Method in interface com.hcl.domino.dxl.DxlExporter
 
setDxlExportResultLogComment(String) - Method in interface com.hcl.domino.dxl.DxlExporter
 
setDxlSchemaLocation(String) - Method in interface com.hcl.domino.dxl.DxlExporter
 
setElementType(CDDataFlags.ElementType) - Method in interface com.hcl.domino.richtext.records.CDDataFlags
 
setEnabled(boolean) - Method in interface com.hcl.domino.person.OutOfOffice
This function changes the state of the OOO functionality as indicated by the enabled variable.
If the OOO functionality is already in the state indicated by the enabled flag, this function does nothing.

When you need to enable OOO (i.e.
setEncrypted(boolean) - Method in interface com.hcl.domino.data.Item
Change whether or not the Item requires additional encryption key in addition to database-level and document-level Reader access in order to see the content.
setEndDate(DominoDateTime) - Method in interface com.hcl.domino.richtext.structures.AssistStruct
 
setEntryColumnNumber(int) - Method in interface com.hcl.domino.richtext.records.CDExtField
 
setEntryDBName(String) - Method in interface com.hcl.domino.richtext.records.CDExtField
 
setEntryDBNameLength(int) - Method in interface com.hcl.domino.richtext.records.CDExtField
 
setEntryViewName(String) - Method in interface com.hcl.domino.richtext.records.CDExtField
 
setEntryViewNameLength(int) - Method in interface com.hcl.domino.richtext.records.CDExtField
 
setEventType(CDEvent.EventType) - Method in interface com.hcl.domino.richtext.records.CDEvent
 
setExcludeInternet(boolean) - Method in interface com.hcl.domino.person.OutOfOffice
This function sets a flag which defines how to treat internet emails.

This functional call is optional.
If this flag is set to true OOO notifications will not be generated for email originating from the internet.
The default for this flag is true.
setExitOnFirstFatalError(boolean) - Method in interface com.hcl.domino.dxl.DxlImporter
 
setExportCharset(DxlExporter.DXLExportCharset) - Method in interface com.hcl.domino.dxl.DxlExporter
 
setExtrude(boolean) - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
setFieldCount(int) - Method in interface com.hcl.domino.richtext.records.CDActionByForm
 
setFieldLengthsRaw(short[]) - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
setFieldLengthsRaw(short[]) - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
setFieldName(String) - Method in interface com.hcl.domino.richtext.records.CDActionModifyField
 
setFieldName(String) - Method in interface com.hcl.domino.richtext.structures.AssistFieldStruct
 
setFieldNameLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionModifyField
 
setFieldNameLength(int) - Method in interface com.hcl.domino.richtext.structures.AssistFieldStruct
 
setFieldType(Field.Type) - Method in interface com.hcl.domino.design.Field
 
setFieldType(ItemDataType) - Method in interface com.hcl.domino.richtext.records.CDField
 
setFile(TemporalAccessor) - Method in interface com.hcl.domino.data.DominoUniversalNoteId
Changes the File part of the universal id
setFileDataSize(long) - Method in interface com.hcl.domino.richtext.records.CDFileHeader
 
setFileExtLen(int) - Method in interface com.hcl.domino.richtext.records.CDFileHeader
 
setFileList(String) - Method in interface com.hcl.domino.richtext.records.CDActionJavaAgent
 
setFileListLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionJavaAgent
 
setFileNames(String, String) - Method in interface com.hcl.domino.richtext.records.CDHotspotBegin
Sets the variable data portion of this structure to the provided string values.
setFileNamesRaw(byte[], byte[], boolean) - Method in interface com.hcl.domino.richtext.records.CDHotspotBegin
Sets the variable data portion of this structure to the provided LMBCS-encoded string values.
setFileSegmentData(byte[]) - Method in interface com.hcl.domino.richtext.records.CDFileSegment
 
setFirstLineLeftMargin(double) - Method in interface com.hcl.domino.richtext.TextStyle
 
setFlagCount(int) - Method in interface com.hcl.domino.richtext.records.CDDataFlags
 
setFlags(Collection<ViewCalendarFormat.Flag>) - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
setFlags(Collection<ViewColumnFormat.Flag>) - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
setFlags(Collection<ViewColumnFormat2.Flag3>) - Method in interface com.hcl.domino.design.format.ViewColumnFormat2
 
setFlags(Collection<ViewColumnFormat5.Flag>) - Method in interface com.hcl.domino.design.format.ViewColumnFormat5
 
setFlags(Collection<ViewColumnFormat6.Flag>) - Method in interface com.hcl.domino.design.format.ViewColumnFormat6
 
setFlags(Collection<ViewTableFormat.Flag>) - Method in interface com.hcl.domino.design.format.ViewTableFormat
 
setFlags(Collection<ViewTableFormat2.Flag>) - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
setFlags(Collection<ViewTableFormat3.Flag>) - Method in interface com.hcl.domino.design.format.ViewTableFormat3
 
setFlags(Collection<CDAction.Flag>) - Method in interface com.hcl.domino.richtext.records.CDAction
 
setFlags(Collection<CDActionBar.Flag>) - Method in interface com.hcl.domino.richtext.records.CDActionBar
 
setFlags(Collection<CDActionBarExt.Flag>) - Method in interface com.hcl.domino.richtext.records.CDActionBarExt
 
setFlags(Collection<CDActionDBCopy.Flag>) - Method in interface com.hcl.domino.richtext.records.CDActionDBCopy
 
setFlags(Collection<CDActionFolder.Flag>) - Method in interface com.hcl.domino.richtext.records.CDActionFolder
 
setFlags(Collection<CDActionFormula.Flag>) - Method in interface com.hcl.domino.richtext.records.CDActionFormula
 
setFlags(Collection<CDActionModifyField.Flag>) - Method in interface com.hcl.domino.richtext.records.CDActionModifyField
 
setFlags(Collection<CDActionNewsletter.Flag>) - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
setFlags(Collection<CDActionReply.Flag>) - Method in interface com.hcl.domino.richtext.records.CDActionReply
 
setFlags(Collection<CDActionSendMail.Flag>) - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
setFlags(int[]) - Method in interface com.hcl.domino.richtext.records.CDDataFlags
 
setFlags(Set<CDEmbeddedControl.Flag>) - Method in interface com.hcl.domino.richtext.records.CDEmbeddedControl
 
setFlags(Collection<CDEvent.EventFlag>) - Method in interface com.hcl.domino.richtext.records.CDEvent
 
setFlags(Collection<CDField.Flag>) - Method in interface com.hcl.domino.richtext.records.CDField
 
setFlags(Collection<CDFieldHint.Flag>) - Method in interface com.hcl.domino.richtext.records.CDFieldHint
 
setFlags(Collection<CDGraphic.Flag>) - Method in interface com.hcl.domino.richtext.records.CDGraphic
 
setFlags(Collection<CDHotspotBegin.Flag>) - Method in interface com.hcl.domino.richtext.records.CDHotspotBegin
 
setFlags(int) - Method in interface com.hcl.domino.richtext.records.CDImageHeader
 
setFlags(int) - Method in interface com.hcl.domino.richtext.records.CDImageHeader2
 
setFlags(Collection<CDKeyword.Flag>) - Method in interface com.hcl.domino.richtext.records.CDKeyword
 
setFlags(Collection<AssistStruct.Flag>) - Method in interface com.hcl.domino.richtext.structures.AssistStruct
 
setFlags(Collection<ColorValue.Flag>) - Method in interface com.hcl.domino.richtext.structures.ColorValue
 
setFlags(Collection<LengthValue.Flag>) - Method in interface com.hcl.domino.richtext.structures.LengthValue
 
setFlags1(Collection<CDExtField.Flag>) - Method in interface com.hcl.domino.richtext.records.CDExtField
 
setFlags2(Collection<ViewColumnFormat.Flag2>) - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
setFlags2(Collection<ViewTableFormat.Flag2>) - Method in interface com.hcl.domino.design.format.ViewTableFormat
 
setFlags2(Collection<CDExtField.Flag2>) - Method in interface com.hcl.domino.richtext.records.CDExtField
 
setFolderName(String) - Method in interface com.hcl.domino.richtext.records.CDActionFolder
 
setFolderNameLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionFolder
 
setFontFace(FontStyle.StandardFonts) - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
setForceNoteFormat(boolean) - Method in interface com.hcl.domino.dxl.DxlExporter
 
setFormat(NFMT.Format) - Method in interface com.hcl.domino.richtext.structures.NFMT
 
setFormatFlags(Collection<CDExt2Field.FormatFlag>) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setFormName(String) - Method in interface com.hcl.domino.richtext.records.CDActionByForm
 
setFormNameLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionByForm
 
setFormula(String) - Method in interface com.hcl.domino.design.Column
 
setFormula(String) - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
setFormulaLength(int) - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
setFormulaLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionFormula
 
setGatherCount(long) - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
setGeneralMessage(String) - Method in interface com.hcl.domino.person.OutOfOffice
OOO supports two sets of notification messages.
They are called General message/subject and Special message/subject.
The following text is always appended to the body of the message, where the "Message subject" is obtained from the message which caused the notification to be generated.
"Note: This is an automated response to your message "Message subject" sent on 2/12/2009 10:12:17 AM.
setGeneralSubject(String, boolean) - Method in interface com.hcl.domino.person.OutOfOffice
OOO supports two sets of notification messages.

They are called General message/subject and Special message/subject.
The rest of the people will receive the general message/subject message.
This function sets the general subject.
If this field is not specified in by this API call, the value defined using Notes Client will be used, otherwise the default for this field is the following text AUTO: Katherine Smith is out of the office (returning 02/23/2009 10:12:17 AM).
setGenerateEnhancedHtml(boolean) - Method in interface com.hcl.domino.design.DbProperties
 
setGreen(short) - Method in interface com.hcl.domino.richtext.structures.ColorValue
 
setGridBackgroundColor(int) - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
setGrouped(boolean) - Method in interface com.hcl.domino.design.Column
 
setHeaderBackgroundColor(int) - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
setHeaderLineCount(short) - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
setHeight(int) - Method in interface com.hcl.domino.richtext.records.CDEmbeddedControl
 
setHeight(int) - Method in interface com.hcl.domino.richtext.records.CDImageHeader
 
setHeight(int) - Method in interface com.hcl.domino.richtext.structures.RectSize
 
setHeightSpacing(int) - Method in interface com.hcl.domino.richtext.records.CDActionBar
 
setHelperType(CDExtField.HelperType) - Method in interface com.hcl.domino.richtext.records.CDExtField
 
setHideFromMobile(boolean) - Method in interface com.hcl.domino.design.DesignElement
 
setHideFromNotes(boolean) - Method in interface com.hcl.domino.design.DesignElement
 
setHideFromWeb(boolean) - Method in interface com.hcl.domino.design.DesignElement
 
setHideReadOnly(boolean) - Method in interface com.hcl.domino.richtext.TextStyle
 
setHideReadWrite(boolean) - Method in interface com.hcl.domino.richtext.TextStyle
 
setHideWhenCopied(boolean) - Method in interface com.hcl.domino.richtext.TextStyle
 
setHideWhenEditedInPreview(boolean) - Method in interface com.hcl.domino.richtext.TextStyle
 
setHideWhenFormula(String) - Method in interface com.hcl.domino.design.format.ViewColumnFormat2
 
setHideWhenFormula(String) - Method in interface com.hcl.domino.richtext.records.CDAction
Sets the action's hide-when formula to the provided string.
setHideWhenFormulaLength(int) - Method in interface com.hcl.domino.design.format.ViewColumnFormat2
 
setHideWhenFormulaLength(int) - Method in interface com.hcl.domino.richtext.records.CDAction
 
setHideWhenPreviewed(boolean) - Method in interface com.hcl.domino.richtext.TextStyle
 
setHideWhenPrinting(boolean) - Method in interface com.hcl.domino.richtext.TextStyle
 
setHintText(String) - Method in interface com.hcl.domino.richtext.records.CDFieldHint
 
setHintTextLength(int) - Method in interface com.hcl.domino.richtext.records.CDFieldHint
 
setHorizontalSpacing(short) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setHotspotType(CDHotspotBegin.Type) - Method in interface com.hcl.domino.richtext.records.CDHotspotBegin
 
setHtml(String) - Method in class com.hcl.domino.mime.MimeData
Sets the HTML content
setHTMLAttributes(String) - Method in interface com.hcl.domino.richtext.records.CDIDName
 
setHTMLAttributesLength(int) - Method in interface com.hcl.domino.richtext.records.CDIDName
 
setIconIndex(int) - Method in interface com.hcl.domino.richtext.records.CDAction
 
setID(String) - Method in interface com.hcl.domino.richtext.records.CDIDName
 
setIDLength(int) - Method in interface com.hcl.domino.richtext.records.CDIDName
 
setIfViewIsNarrowDo(short) - Method in interface com.hcl.domino.design.format.ViewColumnFormat6
 
setImageDataSize(long) - Method in interface com.hcl.domino.richtext.records.CDImageHeader
 
setImageDataSize(long) - Method in interface com.hcl.domino.richtext.records.CDImageHeader2
 
setImageSegmentData(byte[]) - Method in interface com.hcl.domino.richtext.records.CDImageSegment
 
setImageSegmentData(byte[], int) - Method in interface com.hcl.domino.richtext.records.CDImageSegment
 
setImageType(CDImageHeader.ImageType) - Method in interface com.hcl.domino.richtext.records.CDImageHeader
 
setImageType(CDImageHeader.ImageType) - Method in interface com.hcl.domino.richtext.records.CDImageHeader2
 
setIMGroupFormula(String) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setIMGroupFormulaLength(int) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setIMOnlineNameFormula(String) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setIMOnlineNameFormulaLength(int) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setIndex(int) - Method in class com.hcl.domino.misc.Loop
Internal method to change current index
setIndexedNoAccent(boolean) - Method in interface com.hcl.domino.design.Column
 
setIndexNoCase(boolean) - Method in interface com.hcl.domino.design.Column
 
setIndexType(Column.IndexType) - Method in interface com.hcl.domino.design.Column
 
setInitialFormat(byte) - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
setInnards(int[]) - Method in interface com.hcl.domino.richtext.structures.OpaqueTimeDate
 
setInputEnabledFormula(String) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setInputEnabledFormulaLength(int) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setInputTranslationFormula(String) - Method in interface com.hcl.domino.richtext.records.CDField
 
setInputTranslationLength(int) - Method in interface com.hcl.domino.richtext.records.CDField
 
setInputValidationFormula(String) - Method in interface com.hcl.domino.richtext.records.CDField
 
setInputValidationLength(int) - Method in interface com.hcl.domino.richtext.records.CDField
 
setInputValidationOption(DxlImporter.XMLValidationOption) - Method in interface com.hcl.domino.dxl.DxlImporter
 
setInterval(int) - Method in interface com.hcl.domino.richtext.structures.AssistStruct
 
setIntervalType(AgentInterval) - Method in interface com.hcl.domino.richtext.structures.AssistStruct
 
setInverted(boolean) - Method in interface com.hcl.domino.data.IDTable
Sets the inverted flag
setIsLast() - Method in class com.hcl.domino.misc.Loop
Internal method to change isLast flag
setISOCountry(long) - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
setISOCountry(long) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setItalic(boolean) - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
setItemName(String) - Method in interface com.hcl.domino.design.Column
 
setItemName(String) - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
setItemNameLength(int) - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
setItemSequenceNumber(int) - Method in interface com.hcl.domino.design.format.ViewTableFormat
 
setKeepTabs(boolean) - Method in interface com.hcl.domino.mime.RichTextMimeConversionSettings
The function sets the Conversions Controls 'keep tabs' setting to the input value.
setKeepTogether(boolean) - Method in interface com.hcl.domino.richtext.TextStyle
 
setKeepWithNext(boolean) - Method in interface com.hcl.domino.richtext.TextStyle
 
setKeywordCount(int) - Method in interface com.hcl.domino.richtext.records.CDKeyword
 
setKeywords(List<String>, List<Boolean>) - Method in interface com.hcl.domino.richtext.records.CDKeyword
 
setKind(Field.Kind) - Method in interface com.hcl.domino.design.Field
 
setLeft(int) - Method in interface com.hcl.domino.richtext.structures.CropRect
 
setLeftMargin(double) - Method in interface com.hcl.domino.richtext.TextStyle
 
setLength(int) - Method in interface com.hcl.domino.design.format.ViewColumnFormat5
 
setLength(int) - Method in interface com.hcl.domino.design.format.ViewColumnFormat6
 
setLength(int) - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
setLength(int) - Method in interface com.hcl.domino.design.format.ViewTableFormat3
 
setLength(int) - Method in interface com.hcl.domino.design.format.ViewTableFormat4
 
setLength(int) - Method in interface com.hcl.domino.design.format.ViewTableFormat5
 
setLength(int) - Method in interface com.hcl.domino.richtext.records.CDBlobPart
 
setLength(int) - Method in interface com.hcl.domino.richtext.records.CDCaption
 
setLength(Short) - Method in interface com.hcl.domino.richtext.structures.BSIG
 
setLength(L) - Method in interface com.hcl.domino.richtext.structures.CDSignature
 
setLength(double) - Method in interface com.hcl.domino.richtext.structures.LengthValue
 
setLength(Long) - Method in interface com.hcl.domino.richtext.structures.LSIG
 
setLength(Integer) - Method in interface com.hcl.domino.richtext.structures.WSIG
 
setLibraryList(String) - Method in interface com.hcl.domino.richtext.records.CDActionJavaAgent
 
setLibraryListLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionJavaAgent
 
setLine(String) - Method in interface com.hcl.domino.server.ServerStatusLine
 
setLineColor(int) - Method in interface com.hcl.domino.richtext.records.CDActionBar
 
setLineCount(short) - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
setLineNumber(int) - Method in interface com.hcl.domino.design.format.ViewColumnFormat6
 
setLineSpacing(int) - Method in interface com.hcl.domino.richtext.TextStyle
 
setLineStyle(CDActionBar.LineStyle) - Method in interface com.hcl.domino.richtext.records.CDActionBar
 
setListDelimiterRaw(short) - Method in interface com.hcl.domino.richtext.records.CDField
 
setListDelimiters(Collection<FieldListDelimiter>) - Method in interface com.hcl.domino.richtext.records.CDField
 
setListDisplayDelimiter(FieldListDisplayDelimiter) - Method in interface com.hcl.domino.richtext.records.CDField
 
setListEntries(int) - Method in interface com.hcl.domino.richtext.structures.ListStructure
 
setMaxChars(int) - Method in interface com.hcl.domino.richtext.records.CDEmbeddedControl
 
setMaxRows(int) - Method in interface com.hcl.domino.design.format.ViewTableFormat3
 
setMessageContentEncoding(RichTextMimeConversionSettings.MessageContentEncoding) - Method in interface com.hcl.domino.mime.RichTextMimeConversionSettings
The function sets the Conversions Controls 'message content encoding' setting to the input value.
setMilliGroupSize(int) - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
setMilliGroupSize(int) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setMilliSeparator(String) - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
setMilliSeparator(String) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setMilliSeparatorLength(long) - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
setMilliSeparatorLength(long) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setMIMEOption(DxlExporter.DXLMIMEOption) - Method in interface com.hcl.domino.dxl.DxlExporter
 
setMinorVersion(ViewCalendarFormat.MinorVersion) - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
setModified(boolean) - Method in interface com.hcl.domino.data.IDTable
Sets the modified flag
setMonthFormat(MonthFormat) - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
setMonthFormat(MonthFormat) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setMultiValue(boolean) - Method in interface com.hcl.domino.design.Column
 
setName(String) - Method in interface com.hcl.domino.design.Field
 
setName(String) - Method in interface com.hcl.domino.richtext.records.CDField
 
setName(String) - Method in interface com.hcl.domino.richtext.records.CDIDName
 
setNameLength(int) - Method in interface com.hcl.domino.richtext.records.CDField
 
setNameLength(int) - Method in interface com.hcl.domino.richtext.records.CDIDName
 
setNames(boolean) - Method in interface com.hcl.domino.data.Item
Sets the NAMES field flag on this Item.
setNegativeSymbol(String) - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
setNegativeSymbol(String) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setNegativeSymbolLength(long) - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
setNegativeSymbolLength(long) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setNewReplicaId() - Method in interface com.hcl.domino.admin.replication.ReplicaInfo
Computes a new replica id and calls ReplicaInfo.setReplicaID(String)
setNewReplicaID(Database) - Method in interface com.hcl.domino.admin.replication.Replication
Changes the replica id of a database
setNote(TemporalAccessor) - Method in interface com.hcl.domino.data.DominoUniversalNoteId
Changes the Note part of the universal id
setNumberSymbolPreference(NumberPref) - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
setNumberSymbolPreference(NumberPref) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setOLEObjectOmittedText(String) - Method in interface com.hcl.domino.dxl.DxlExporter
 
setOmitItemNames(List<String>) - Method in interface com.hcl.domino.dxl.DxlExporter
 
setOmitMiscFileObjects(boolean) - Method in interface com.hcl.domino.dxl.DxlExporter
 
setOmitOLEObjects(boolean) - Method in interface com.hcl.domino.dxl.DxlExporter
 
setOmitPictures(boolean) - Method in interface com.hcl.domino.dxl.DxlExporter
 
setOmitRichTextAttachments(boolean) - Method in interface com.hcl.domino.dxl.DxlExporter
 
setOnRefreshUISetting(GenericFolderOrView.OnRefreshType) - Method in interface com.hcl.domino.design.GenericFolderOrView
 
setOperatorRaw(short) - Method in interface com.hcl.domino.richtext.structures.AssistFieldStruct
 
setOption(DatabaseOption, boolean) - Method in interface com.hcl.domino.data.Database
Sets the value of a database option
setOutputDoctype(boolean) - Method in interface com.hcl.domino.dxl.DxlExporter
 
setOutputWriter(Writer) - Method in interface com.hcl.domino.data.Agent.AgentRunContext
If this method is used to set an output writer, we will collect the agent output produced during execution (e.g.
setOutputXmlDecl(boolean) - Method in interface com.hcl.domino.dxl.DxlExporter
 
setOwnerSig(short) - Method in interface com.hcl.domino.richtext.records.CDBlobPart
 
setPaginateBefore(boolean) - Method in interface com.hcl.domino.richtext.TextStyle
 
setParagraphSpacingAfter(int) - Method in interface com.hcl.domino.richtext.TextStyle
 
setParagraphSpacingBefore(int) - Method in interface com.hcl.domino.richtext.TextStyle
 
setParamDocId(int) - Method in interface com.hcl.domino.data.Agent.AgentRunContext
Sets the note id for Session.ParameterDocId
setParameter(String, String) - Method in interface com.hcl.domino.mime.MimeHeader
Sets a parameter of this header, leaving the value intact.
setPercentage(int) - Method in interface com.hcl.domino.richtext.records.CDEmbeddedControl
 
setPictureOmittedText(String) - Method in interface com.hcl.domino.dxl.DxlExporter
 
setPlainText(String) - Method in class com.hcl.domino.mime.MimeData
Sets the alternative plaintext content
setPointSize(int) - Method in interface com.hcl.domino.mime.RichTextMimeConversionSettings
The function sets the Conversions Controls 'point size' setting to the input value.
setPointSize(int) - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
setPos(long) - Method in class com.hcl.domino.data.ProgressAdapter
 
setPos(long) - Method in interface com.hcl.domino.DominoClient.IProgressListener
 
setPosition(CDCaption.Position) - Method in interface com.hcl.domino.richtext.records.CDCaption
 
setPreamble(String) - Method in interface com.hcl.domino.mime.MimeEntity
Sets the preamble of this multipart entity.
setPrimaryKey(String, String) - Method in interface com.hcl.domino.data.Document
Writes a primary key information to the note.
setPriority(ReplicaInfo.Priority) - Method in interface com.hcl.domino.admin.replication.ReplicaInfo
Changes the replication priority
setProhibitRefresh(boolean) - Method in interface com.hcl.domino.design.DesignElement
 
setProperty(String, String) - Method in interface com.hcl.domino.runtime.DominoRuntime
Sets a Notes configuration property to the specified string.
setProperty(String, int) - Method in interface com.hcl.domino.runtime.DominoRuntime
Sets a Notes configuration property to the specified integer.
setProportionalWidthCharacters(int) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setProtected(boolean) - Method in interface com.hcl.domino.data.Item
Change whether or not the Item prevents access if the person only has Author access to the database.
setProtected(boolean) - Method in interface com.hcl.domino.design.Field
 
setPublishFieldName(String) - Method in interface com.hcl.domino.design.format.ViewColumnFormat6
 
setPublishFieldNameLength(int) - Method in interface com.hcl.domino.design.format.ViewColumnFormat6
 
setQueryOperator(AssistFieldStruct.QueryByField) - Method in interface com.hcl.domino.richtext.structures.AssistFieldStruct
 
setRange(long) - Method in class com.hcl.domino.data.ProgressAdapter
 
setRange(long) - Method in interface com.hcl.domino.DominoClient.IProgressListener
 
setReaders(boolean) - Method in interface com.hcl.domino.data.Item
Sets the READERS field flag on this Item.
setReadReceipt(RichTextMimeConversionSettings.ReadReceipt) - Method in interface com.hcl.domino.mime.RichTextMimeConversionSettings
The function sets the Conversions Controls read receipt setting to the input value
setReadWriters(boolean) - Method in interface com.hcl.domino.data.Item
Sets the READWRITERS field flag on this Item.
setRed(short) - Method in interface com.hcl.domino.richtext.structures.ColorValue
 
setReopenDbAsSigner(boolean) - Method in interface com.hcl.domino.data.Agent.AgentRunContext
Use this method to set the AGENT_REOPEN_DB flag:

AGENT_REOPEN_DB:
If AGENT_REOPEN_DB is set, the AgentRun call will reopen the agent's database with the privileges of the signer of the agent.
setReplaceDbProperties(boolean) - Method in interface com.hcl.domino.dxl.DxlImporter
 
setReplicaID(String) - Method in interface com.hcl.domino.admin.replication.ReplicaInfo
Method to set the replica ID as hex encoded string with 16 characters
setReplicaIDAsDate(TemporalAccessor) - Method in interface com.hcl.domino.admin.replication.ReplicaInfo
Sets the replication ID which is same for all replica files
setReplicaInfo(Database, ReplicaInfo) - Method in interface com.hcl.domino.admin.replication.Replication
This function sets the given database's ReplicaInfo structure.

Use this function to set specific values, such as the replica ID, in the header data of a database.

You may also use Replication.setReplicaInfo(Database, ReplicaInfo) to set values such as the replication flags in the header of the database.
setReplicaRequiredForReplaceOrUpdate(boolean) - Method in interface com.hcl.domino.dxl.DxlImporter
 
setReplicationFlag(ReplicationFlags, boolean) - Method in interface com.hcl.domino.admin.replication.ReplicaInfo
Method to change a replication flag
setReserved(byte[]) - Method in interface com.hcl.domino.richtext.records.CDBlobPart
 
setReserved(int) - Method in interface com.hcl.domino.richtext.records.CDImageHeader
 
setReserved(int) - Method in interface com.hcl.domino.richtext.records.CDImageHeader2
 
setResize(short) - Method in interface com.hcl.domino.richtext.records.CDGraphic
 
setRestrictToItemNames(List<String>) - Method in interface com.hcl.domino.dxl.DxlExporter
 
setResultLogComment(String) - Method in interface com.hcl.domino.dxl.DxlImporter
 
setRichTextOption(DxlExporter.DXLRichTextOption) - Method in interface com.hcl.domino.dxl.DxlExporter
 
setRight(int) - Method in interface com.hcl.domino.richtext.structures.CropRect
 
setRightMargin(double) - Method in interface com.hcl.domino.richtext.TextStyle
 
setSaveMessageOnSend(boolean) - Method in interface com.hcl.domino.data.Document
Indicates whether a document is saved to a database when mailed.
setScript(String) - Method in interface com.hcl.domino.richtext.records.CDActionFormula
 
setScript(String) - Method in interface com.hcl.domino.richtext.records.CDActionLotusScript
 
setScriptLength(long) - Method in interface com.hcl.domino.richtext.records.CDActionLotusScript
 
setSeal(boolean) - Method in interface com.hcl.domino.design.Field
 
setSearch(AssistStruct.Search) - Method in interface com.hcl.domino.richtext.structures.AssistStruct
 
setSecondaryIndexColumn(int) - Method in interface com.hcl.domino.design.Column
 
setSecondaryIndexColumn_SortType(Column.SortType) - Method in interface com.hcl.domino.design.Column
 
setSecondResortColumnIndex(int) - Method in interface com.hcl.domino.design.format.ViewColumnFormat2
 
setSegCount(long) - Method in interface com.hcl.domino.richtext.records.CDFileHeader
 
setSegCount(long) - Method in interface com.hcl.domino.richtext.records.CDImageHeader
 
setSegCount(long) - Method in interface com.hcl.domino.richtext.records.CDImageHeader2
 
setSegSize(int) - Method in interface com.hcl.domino.richtext.records.CDFileSegment
 
setSegSize(int) - Method in interface com.hcl.domino.richtext.records.CDImageSegment
 
setSelectionFormula(String) - Method in interface com.hcl.domino.design.View
 
setSequenceNumber(int) - Method in interface com.hcl.domino.design.format.ViewColumnFormat6
 
setServerName(String) - Method in interface com.hcl.domino.richtext.records.CDActionDBCopy
 
setServerNameLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionDBCopy
 
setShadow(boolean) - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
setSharedColumnAlias(String) - Method in interface com.hcl.domino.design.format.ViewColumnFormat5
 
setSharedColumnAliasLength(int) - Method in interface com.hcl.domino.design.format.ViewColumnFormat5
 
setShareId(int) - Method in interface com.hcl.domino.richtext.records.CDAction
 
setShareId(int) - Method in interface com.hcl.domino.richtext.records.CDActionBar
 
setShowAsLinks(boolean) - Method in interface com.hcl.domino.design.Column
 
setSign(boolean) - Method in interface com.hcl.domino.design.Field
 
setSignature(short) - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
setSignature(short) - Method in interface com.hcl.domino.design.format.ViewColumnFormat2
 
setSignature(short) - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
setSignature(short) - Method in interface com.hcl.domino.design.format.ViewColumnFormat4
 
setSignature(short) - Method in interface com.hcl.domino.design.format.ViewColumnFormat5
 
setSignature(short) - Method in interface com.hcl.domino.design.format.ViewColumnFormat6
 
setSignature(ViewTableFormat2.FormatSignature) - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
setSignature(short) - Method in interface com.hcl.domino.richtext.records.CDBegin
 
setSignature(short) - Method in interface com.hcl.domino.richtext.records.CDEnd
 
setSignature(Byte) - Method in interface com.hcl.domino.richtext.structures.BSIG
 
setSignature(S) - Method in interface com.hcl.domino.richtext.structures.CDSignature
 
setSignature(Short) - Method in interface com.hcl.domino.richtext.structures.LSIG
 
setSignature(Short) - Method in interface com.hcl.domino.richtext.structures.WSIG
 
setSignatureLength(int) - Method in interface com.hcl.domino.richtext.records.CDEvent
 
setSigned(boolean) - Method in interface com.hcl.domino.data.Item
Change whether or not the Item will be signed next time the document is saved.
setSize(int) - Method in interface com.hcl.domino.html.EmbeddedImage.HTMLImageReader
Reports the size of the image
setSkipX(boolean) - Method in interface com.hcl.domino.mime.RichTextMimeConversionSettings
The function sets the Conversions Controls 'skip X-Notes-Item headers' setting to the input value.
setSortType(Column.SortType) - Method in interface com.hcl.domino.design.Column
 
setSpacing(ViewTableFormat2.Spacing) - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
setStartDate(DominoDateTime) - Method in interface com.hcl.domino.richtext.structures.AssistStruct
 
setStrikeout(boolean) - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
setStyle(ViewFormatHeader.ViewStyle) - Method in interface com.hcl.domino.design.format.ViewFormatHeader
 
setStyle(CDEmbeddedControl.Style) - Method in interface com.hcl.domino.richtext.records.CDEmbeddedControl
 
setStyle(String) - Method in interface com.hcl.domino.richtext.records.CDIDName
 
setStyle(FontStyle) - Method in interface com.hcl.domino.richtext.records.CDText
 
setStyleLength(int) - Method in interface com.hcl.domino.richtext.records.CDIDName
 
setSub(boolean) - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
setSubject(String) - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
setSubject(String) - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
setSubjectFormula(String) - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
setSubjectLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
setSubjectLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
setSummary(boolean) - Method in interface com.hcl.domino.data.Item
Changes the summary field flag
setSuper(boolean) - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
setSupportedFormats(Collection<ViewCalendarFormat.Format>) - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
setTabOrder(int) - Method in interface com.hcl.domino.richtext.records.CDField
 
setTabPositions(short[]) - Method in interface com.hcl.domino.richtext.TextStyle
 
setTabsInTable(int) - Method in interface com.hcl.domino.richtext.TextStyle
 
setTemplateName(String) - Method in interface com.hcl.domino.data.Database
Changes the template name of a template database.
setText(String) - Method in class com.hcl.domino.data.ProgressAdapter
 
setText(String) - Method in interface com.hcl.domino.DominoClient.IProgressListener
 
setText(String) - Method in interface com.hcl.domino.richtext.records.CDText
Sets the text for this record.
setTextJustify(CDActionBarExt.TextJustify) - Method in interface com.hcl.domino.richtext.records.CDActionBarExt
 
setTextValueFormula(String) - Method in interface com.hcl.domino.richtext.records.CDField
 
setTextValueLength(int) - Method in interface com.hcl.domino.richtext.records.CDField
 
setTextValues(Collection<String>) - Method in interface com.hcl.domino.richtext.records.CDField
 
setThumbnailImageFileName(String) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setThumbnailImageFileNameLength(int) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setThumbnailImageHeight(int) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setThumbnailImageWidth(int) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setTileViewer(short) - Method in interface com.hcl.domino.design.format.ViewColumnFormat6
 
setTime1(int) - Method in interface com.hcl.domino.richtext.structures.AssistStruct
 
setTime2(int) - Method in interface com.hcl.domino.richtext.structures.AssistStruct
 
setTimeFormat(TFMT.TimeFormat) - Method in interface com.hcl.domino.richtext.structures.TFMT
 
setTimeoutSeconds(int) - Method in interface com.hcl.domino.data.Agent.AgentRunContext
Sets an execution timeout in seconds
setTimeSeparator(String) - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
setTimeSeparator(String) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setTimeSeparatorLength(short) - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
setTimeSeparatorLength(short) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setTimeShowFormat(TimeShowFormat) - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
setTimeShowFormat(TimeShowFormat) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setTimeSlotDurationMinutes(int) - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
setTimeSlotEndMinutes(int) - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
setTimeSlotStartMinutes(int) - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
setTimeStructure(TFMT.TimeStructure) - Method in interface com.hcl.domino.richtext.structures.TFMT
 
setTimeZoneFormat(TFMT.ZoneFormat) - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
setTimeZoneFormat(TFMT.ZoneFormat) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setTitle(String) - Method in interface com.hcl.domino.data.Database
 
setTitle(String) - Method in interface com.hcl.domino.design.Column
 
setTitle(String...) - Method in interface com.hcl.domino.design.DesignElement.NamedDesignElement
Sets the title of the design element.
setTitle(String) - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
setTitle(String) - Method in interface com.hcl.domino.richtext.records.CDAction
 
setTitle(String) - Method in interface com.hcl.domino.richtext.records.CDIDName
 
setTitleLength(int) - Method in interface com.hcl.domino.design.format.ViewColumnFormat
 
setTitleLength(int) - Method in interface com.hcl.domino.richtext.records.CDAction
 
setTitleLength(int) - Method in interface com.hcl.domino.richtext.records.CDIDName
 
setTo(String) - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
setTo(String) - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
setTodayColor(short) - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
setToDoBackgroundColor(int) - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
setToFormula(String) - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
setToLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
setToLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionSendMail
 
setTop(int) - Method in interface com.hcl.domino.richtext.structures.CropRect
 
setTotalLength(int) - Method in interface com.hcl.domino.richtext.structures.AssistFieldStruct
 
setTrigger(AgentTrigger) - Method in interface com.hcl.domino.richtext.structures.AssistStruct
 
setTwistieResource(String) - Method in interface com.hcl.domino.design.format.ViewColumnFormat2
 
setTwistieResourceLength(int) - Method in interface com.hcl.domino.design.format.ViewColumnFormat2
 
setTypeface(RichTextMimeConversionSettings.Typeface) - Method in interface com.hcl.domino.mime.RichTextMimeConversionSettings
The function sets the Conversions Controls 'typeface' setting to the input value.
setUncompressAttachments(boolean) - Method in interface com.hcl.domino.dxl.DxlExporter
 
setUnderline(boolean) - Method in interface com.hcl.domino.richtext.structures.FontStyle
 
setUNID(String) - Method in interface com.hcl.domino.data.Document
Sets the universal ID for the document.
setUnid(String) - Method in interface com.hcl.domino.richtext.structures.UNID
Changes the internal value to a UNID formatted as string
setUniformAccess(boolean) - Method in interface com.hcl.domino.security.Acl
Changes the value for "Enforce consistent ACL"
setUnit(LengthValue.Unit) - Method in interface com.hcl.domino.richtext.structures.LengthValue
 
setUnknownTokenLogOption(DxlImporter.DXLLogOption) - Method in interface com.hcl.domino.dxl.DxlImporter
 
setUnread(String, boolean) - Method in interface com.hcl.domino.data.Document
Method to change the unread state of the document
setUseCertificateAuthority(boolean) - Method in interface com.hcl.domino.admin.AdministrationProcess
 
setUsername(String) - Method in interface com.hcl.domino.data.Agent.AgentRunContext
Sets the Notes username e.g.
setV2BorderColor(short) - Method in interface com.hcl.domino.design.format.ViewTableFormat2
 
setValidationStyle(DxlExporter.DXLValidationStyle) - Method in interface com.hcl.domino.dxl.DxlExporter
 
setValue(CollectionEntry, String, T) - Method in interface com.hcl.domino.data.CollectionEntryValueConverter
 
setValue(CollectionEntry, int, T) - Method in interface com.hcl.domino.data.CollectionEntryValueConverter
 
setValue(OBJ, int, T) - Method in interface com.hcl.domino.data.IndexedValueConverter
Implement this method to write a value to the object
setValue(OBJ, String, T) - Method in interface com.hcl.domino.data.ValueConverter
Implement this method to write a value to the object
setValue(String) - Method in interface com.hcl.domino.mime.MimeHeader
Sets the value of this header, leaving any parameters intact.
setValue(String) - Method in interface com.hcl.domino.richtext.records.CDActionModifyField
 
setValue1(V1) - Method in class com.hcl.domino.misc.Pair
 
setValue2(V2) - Method in class com.hcl.domino.misc.Pair
 
setValueAndParameters(String) - Method in interface com.hcl.domino.mime.MimeHeader
Sets the value of this header, including its parameters.
setValueDataType(short) - Method in interface com.hcl.domino.richtext.structures.AssistFieldStruct
 
setValueLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionModifyField
 
setValueLength(int) - Method in interface com.hcl.domino.richtext.structures.AssistFieldStruct
 
setValues(Collection<String>) - Method in interface com.hcl.domino.richtext.structures.AssistFieldStruct
 
setVersion(ViewCalendarFormat.Version) - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
setVersion(ViewFormatHeader.Version) - Method in interface com.hcl.domino.design.format.ViewFormatHeader
 
setVersion(int) - Method in interface com.hcl.domino.richtext.records.CDBegin
 
setVersion(CDEmbeddedControl.Version) - Method in interface com.hcl.domino.richtext.records.CDEmbeddedControl
 
setVersion(int) - Method in interface com.hcl.domino.richtext.records.CDEnd
 
setVersion(CDGraphic.Version) - Method in interface com.hcl.domino.richtext.records.CDGraphic
 
setVersion(int) - Method in interface com.hcl.domino.richtext.structures.AssistStruct
 
setVerticalSpacing(short) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setViewMarginBottom(int) - Method in interface com.hcl.domino.design.format.ViewTableFormat3
 
setViewMarginLeft(int) - Method in interface com.hcl.domino.design.format.ViewTableFormat3
 
setViewMarginRight(int) - Method in interface com.hcl.domino.design.format.ViewTableFormat3
 
setViewMarginTop(int) - Method in interface com.hcl.domino.design.format.ViewTableFormat3
 
setViewMarginTopUnder(int) - Method in interface com.hcl.domino.design.format.ViewTableFormat3
 
setViewName(String) - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
setViewNameLength(int) - Method in interface com.hcl.domino.richtext.records.CDActionNewsletter
 
setWidth(int) - Method in interface com.hcl.domino.richtext.records.CDEmbeddedControl
 
setWidth(int) - Method in interface com.hcl.domino.richtext.records.CDImageHeader
 
setWidth(int) - Method in interface com.hcl.domino.richtext.structures.RectSize
 
setWidthStyle(CDActionBarExt.WidthStyle) - Method in interface com.hcl.domino.richtext.records.CDActionBarExt
 
setWorkHoursColor(int) - Method in interface com.hcl.domino.design.format.ViewCalendarFormat
 
setYearFormat(YearFormat) - Method in interface com.hcl.domino.design.format.ViewColumnFormat3
 
setYearFormat(YearFormat) - Method in interface com.hcl.domino.richtext.records.CDExt2Field
 
setZoneFormat(TFMT.ZoneFormat) - Method in interface com.hcl.domino.richtext.structures.TFMT
 
SHA1_DIGEST_SIZE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SHA256_DIGEST_SIZE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SHA384_DIGEST_SIZE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SHA512_DIGEST_SIZE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
shouldBeDeleted() - Method in interface com.hcl.domino.data.Formula.FormulaExecutionResult
Returns true if the formula triggered a @DeleteDocument function
shouldInterrupt() - Method in interface com.hcl.domino.design.DbDesignCatalog.DesignRefreshBreakHandler
 
shouldInterrupt() - Method in interface com.hcl.domino.DominoClient.IBreakHandler
Make sure that this method does not do any heavy computation as it is called a lot by Domino.
shouldSign(DesignElement, String) - Method in interface com.hcl.domino.design.DbDesign.SignCallback
Method to skip signing for specific notes
shouldStop() - Method in interface com.hcl.domino.admin.ServerAdmin.ConsoleHandler
Method is called by ServerAdmin.openServerConsole(String, ConsoleHandler) to check if we should stop listening for console messages.
SIG_ACTION_BYFORM - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_ACTION_COPYTOFOLDER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_ACTION_DBCOPY - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_ACTION_DELETE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_ACTION_FORMULA - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_ACTION_FORMULAONLY - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_ACTION_HEADER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_ACTION_JAVA - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_ACTION_JAVAAGENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_ACTION_LOTUSSCRIPT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_ACTION_MARKREAD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_ACTION_MARKUNREAD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_ACTION_MODIFYFIELD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_ACTION_MOVETOFOLDER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_ACTION_NEWSLETTER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_ACTION_REMOVEFROMFOLDER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_ACTION_REPLY - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_ACTION_RUNAGENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_ACTION_SENDDOCUMENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_ACTION_SENDMAIL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_ACTION - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_ACTIONBAR - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_ACTIONBAREXT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_ACTIONEXT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_ALTERNATEBEGIN - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_ALTERNATEEND - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_ALTTEXT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_ANCHOR - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_AREAELEMENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_BACKGROUNDCOLOR - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_BACKGROUNDPROPERTIES - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_BAR - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_BEGIN - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_BIDI_TEXT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_BIDI_TEXTEFFECT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_BITMAP - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_BITMAPHEADER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_BITMAPSEGMENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_BLOBPART - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_BORDERINFO - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_BORDERINFO_HS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_BOXSIZE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_BUTTON - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_CAPTION - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_CELLBACKGROUNDDATA - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_CGM - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_CGMMETA - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_CLIENT_BLOBPART - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_CLIENT_EVENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_COLOR - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_COLORTABLE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_DATAFLAGS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_DDEBEGIN - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_DDEEND - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_DECSFIELD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_DOCAUTOLAUNCH - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_DOCUMENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_DOCUMENT_PRE_26 - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_EMBEDDEDCALCTL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_EMBEDDEDCONTACTLIST - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_EMBEDDEDCTL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_EMBEDDEDEDITCTL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_EMBEDDEDOUTLINE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_EMBEDDEDSCHEDCTL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_EMBEDDEDVIEW - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_EMBEDEXTRA_INFO - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_END - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_EVENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_EVENT_LANGUAGE_ENTRY - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_EXT2_FIELD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_EXT_EMBEDDEDSCHED - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_EXT_FIELD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_FIELD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_FIELD_PRE_36 - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_FIELDHINT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_FILEHEADER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_FILESEGMENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_FLOATPOSITION - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_FONTTABLE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_FRAME - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_FRAMESET - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_FRAMESETHEADER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_GRAPHIC - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_HEADER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_HORIZONTALRULE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_HOTSPOTBEGIN - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_HOTSPOTEND - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_HREF - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_HREF2 - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_HREFBORDER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_HTML_ALTTEXT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_HTMLBEGIN - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_HTMLEND - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_HTMLFORMULA - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_HTMLHEADER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_HTMLNAME - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_HTMLSEGMENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_IDNAME - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_IGNORE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_IMAGEHEADER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_IMAGEHEADER2 - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_IMAGESEGMENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_INLINE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_KEYWORD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_LARGE_PARAGRAPH - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_LAYER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_LAYOUT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_LAYOUTBUTTON - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_LAYOUTEND - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_LAYOUTFIELD - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_LAYOUTGRAPHIC - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_LAYOUTTEXT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_LINK - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_LINK2 - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_LINKCOLORS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_LINKEXPORT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_LINKEXPORT2 - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_LSOBJECT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_MACMETAHEADER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_MACMETASEG - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_MAPELEMENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_MAPIBINARY - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_METAFILE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_NATIVEIMAGE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_NESTEDTABLEBEGIN - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_NESTEDTABLECELL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_NESTEDTABLEEND - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_OLEBEGIN - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_OLEEND - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_OLEOBJINFO - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_OLEOBJPH - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_OLERTMARKER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_PABDEFINITION - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_PABFORMREF - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_PABHIDE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_PABREFERENCE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_PARAGRAPH - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_PATTERNTABLE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_PDEF_ACTION - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_PDEF_MAIN - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_PDEF_PROPERTY - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_PDEF_TYPE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_PLACEHOLDER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_PMMETAHEADER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_PMMETASEG - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_POSITIONING - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_PRETABLEBEGIN - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_REGIONBEGIN - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_REGIONEND - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_SPAN_BEGIN - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_SPAN_END - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_SRC - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_STORAGELINK - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_STYLENAME - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_TABLEBEGIN - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_TABLECELL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_TABLECELL_COLOR - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_TABLECELL_DATAFLAGS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_TABLECELL_HREF - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_TABLECELL_HREF2 - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_TABLECELL_IDNAME - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_TABLEDATAEXTENSION - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_TABLEEND - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_TABLELABEL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_TABLEROWHEIGHT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_TARGET - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_TARGET_DBLCLK - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_TEXT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_TEXTEFFECT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_TEXTPROPERTIESTABLE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_TEXTPROPERTY - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_TIFF - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_TIMERINFO - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_TRANSITION - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_TRANSPARENTTABLE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_V4HOTSPOTBEGIN - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_V4HOTSPOTEND - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_V5HOTSPOTBEGIN - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_V5HOTSPOTEND - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_V6HOTSPOTBEGIN_CONTINUATION - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_VERTICALALIGN - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_VMACTION - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_VMACTION_2 - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_VMBITMAP - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_VMBUTTON - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_VMCIRCLE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_VMELLIPSE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_VMHEADER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_VMPOLYGON - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_VMPOLYGON_BYTE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_VMPOLYLINE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_VMPOLYLINE_BYTE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_VMPOLYRGN - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_VMPOLYRGN_BYTE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_VMRECT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_VMREGION - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_VMRNDRECT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_VMSMALLTEXTBOX - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_VMTEXTBOX - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_WINMETAHEADER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_WINMETASEG - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_CD_XML - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIG_VIEWMAP_DATASET - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
sign() - Method in interface com.hcl.domino.data.Document
Signs the document using the active Notes ID.
sign(UserId, boolean) - Method in interface com.hcl.domino.data.Document
Function to sign all items in the document.
It allows you to pass a flag to determine how MIME parts will be signed.
If the note has MIME parts then it will be SMIME signed.
sign() - Method in interface com.hcl.domino.design.DesignElement
 
sign(UserId) - Method in interface com.hcl.domino.design.DesignElement
 
SIGN_NOTES_IF_MIME_PRESENT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SIGNAL_ANY_CONFLICT - Static variable in interface com.hcl.domino.misc.NotesConstants
Mask that defines all "sharing conflicts", which are cases when the database or collection has changed out from under the user.
SIGNAL_ANY_NONDATA_CONFLICT - Static variable in interface com.hcl.domino.misc.NotesConstants
Mask that defines all "sharing conflicts" except for SIGNAL_DATABASE_MODIFIED.
SIGNAL_DATABASE_MODIFIED - Static variable in interface com.hcl.domino.misc.NotesConstants
Collection is not up to date
SIGNAL_DEFN_ITEM_MODIFIED - Static variable in interface com.hcl.domino.misc.NotesConstants
At least one of the "definition" view items ($FORMULA, $COLLATION, or $FORMULACLASS) has been modified by another user since last ReadEntries.
SIGNAL_INDEX_MODIFIED - Static variable in interface com.hcl.domino.misc.NotesConstants
Collection index has been modified by another user since last ReadEntries.
SIGNAL_MORE_TO_DO - Static variable in interface com.hcl.domino.misc.NotesConstants
End of collection has not been reached due to buffer being too full.
SIGNAL_NOT_SUPPORTED - Static variable in interface com.hcl.domino.misc.NotesConstants
Returned if signal flags are not supported This is used by NIFFindByKeyExtended when it is talking to a pre-V4 server that does not support signal flags for FindByKey
SIGNAL_UNREADLIST_MODIFIED - Static variable in interface com.hcl.domino.misc.NotesConstants
Unread list has been modified by another window using the same hCollection context Upon receipt, you may wish to repaint the window if the window contains the state of unread flags (This signal is never generated by NIF - only unread list users)
SIGNAL_VIEW_HASPRIVS - Static variable in interface com.hcl.domino.misc.NotesConstants
The view contains documents with readers fields
SIGNAL_VIEW_ITEM_MODIFIED - Static variable in interface com.hcl.domino.misc.NotesConstants
At least one of the non-"definition" view items ($TITLE,etc) has been modified since last ReadEntries.
SIGNAL_VIEW_TIME_RELATIVE - Static variable in interface com.hcl.domino.misc.NotesConstants
The view contains a time-relative formula (e.g., @Now).
signAll(Set<DocumentClass>, UserId, DbDesign.SignCallback) - Method in interface com.hcl.domino.design.DbDesign
Signs all design documents of the specified types
SimpleAction - Interface in com.hcl.domino.design.action
 
SimpleActionAgentContent - Interface in com.hcl.domino.design.agent
Represents the contents of a Simple Action agent.
since(TemporalAccessor) - Method in interface com.hcl.domino.dbdirectory.DirectorySearchQuery
The date of the earliest modified file that is matched.
SingleColumnLookupKey(String, boolean) - Constructor for class com.hcl.domino.data.CollectionSearchQuery.SingleColumnLookupKey
 
size() - Method in interface com.hcl.domino.data.CollectionSearchQuery
Slow method to compute the total number of collection entries
size() - Method in interface com.hcl.domino.data.DbQueryResult
Returns the total number of results
size() - Method in interface com.hcl.domino.data.Document
Returns the total size of the document
SIZE_CDBLOBPART - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIZE_CDFILEHEADER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIZE_CDFILESEGMENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
SIZE_CDIMAGESEGMENT - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
sort(DominoCollection) - Method in interface com.hcl.domino.data.DbQueryResult
Sorts/filters the note ids of the search result like the specified DominoCollection.
SPECIAL_ID_NOTE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SplitterOutputStream - Class in com.hcl.domino.misc
OutputStream implementation that delegates all calls to two destination OutputStreams.
SplitterOutputStream(OutputStream, OutputStream) - Constructor for class com.hcl.domino.misc.SplitterOutputStream
 
start() - Method in interface com.hcl.domino.data.CollectionSearchQuery.CollectionEntryProcessor
This method is called when we start reading collection entries.

Since the view index might change while reading entries, we might need to restart reading from the beginning.
startAtCategory(String) - Method in interface com.hcl.domino.data.CollectionSearchQuery
Restrict search result to a single category
startAtCategory(List<Object>) - Method in interface com.hcl.domino.data.CollectionSearchQuery
Restricts search result to a single category
startAtEntryId(int) - Method in interface com.hcl.domino.data.CollectionSearchQuery
Start reading view data at an entry with the specified note id
startAtFirstEntry() - Method in interface com.hcl.domino.data.CollectionSearchQuery
Start reading view data at first entry
startAtLastEntry() - Method in interface com.hcl.domino.data.CollectionSearchQuery
Start reading at last view row
startAtPosition(String) - Method in interface com.hcl.domino.data.CollectionSearchQuery
Start reading at a fixed collection position.
STATS_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Runjava (used by ISpy)
stop() - Method in class com.hcl.domino.misc.Loop
Call this method to stop a forEach loop
stopAddin() - Method in class com.hcl.domino.server.RunJavaAddin
 
stream() - Method in interface com.hcl.domino.dbdirectory.DirectorySearchQuery
Returns a Stream of DirEntry, e.g.
stream() - Method in interface com.hcl.domino.freebusy.Schedules
 
stream() - Method in interface com.hcl.domino.naming.UserDirectoryQuery
Executes and retrieves a stream of results from the query.
StructureDefinition - Annotation Type in com.hcl.domino.richtext.annotation
Defines an in-memory structure layout to be represented by an interface.
StructureGetter - Annotation Type in com.hcl.domino.richtext.annotation
Indicates that a method in a RichTextRecord subclass method represents a getter for a member of a memory StructureDefinition.
StructureMember - Annotation Type in com.hcl.domino.richtext.annotation
 
StructureSetter - Annotation Type in com.hcl.domino.richtext.annotation
Indicates that a method in a RichTextRecord interface method represents a setter for a member of a memory StructureDefinition.
StructureSupport - Enum in com.hcl.domino.misc
 
STS_REMOTE - Static variable in interface com.hcl.domino.misc.NotesConstants
error came from remote machine
STYLE_ID_SAMEASPREV - Static variable in interface com.hcl.domino.misc.NotesConstants
Use this style ID in CompoundTextAddText to continue using the same paragraph style as the previous paragraph.
Subform - Interface in com.hcl.domino.design
Access to a database design.
SUBFORM_ITEM_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
SubformReference - Class in com.hcl.domino.design
Represents a reference to a subform, either by name or by formula
SubformReference(SubformReference.Type, String) - Constructor for class com.hcl.domino.design.SubformReference
 
SubformReference.Type - Enum in com.hcl.domino.design
 
supportsRead(Class<?>) - Method in interface com.hcl.domino.data.ValueConverter
Return true here for all value types that the implementation class supports to read object data.
supportsWrite(Class<?>, Object) - Method in interface com.hcl.domino.data.CollectionEntryValueConverter
 
supportsWrite(Class<?>, Object) - Method in interface com.hcl.domino.data.ValueConverter
Return true here for all value types that the implementation class supports to write object data.
swapColumns(int, int) - Method in interface com.hcl.domino.design.GenericFolderOrView
 
swapColumns(Column, Column) - Method in interface com.hcl.domino.design.GenericFolderOrView
 
swapFields(int, int) - Method in interface com.hcl.domino.design.GenericFormOrSubform
 
switchToId(Path, String, boolean) - Method in interface com.hcl.domino.DominoProcess
This function switches to the specified ID file and returns the user name associated with it.

Multiple passwords are not supported.

NOTE: This function should only be used in a C API stand alone application.
syncUserIdWithVault(String, String, Path, String) - Method in interface com.hcl.domino.admin.idvault.IdVault
Will open the ID file name provided, locate a vault server, synch the ID file contents to the vault, then return the synched content.

T

TABFLAG_AUTO_CELL_WIDTH - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TABLE_PABFLAGS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
target(Database) - Method in interface com.hcl.domino.json.JsonDeserializer
Sets the deserialization target to be a new document in the target database.
target(Document) - Method in interface com.hcl.domino.json.JsonDeserializer
Sets the deserialization target to be an existing document in the target database.
TASK_QUEUE_PREFIX - Static variable in interface com.hcl.domino.misc.NotesConstants
Prepended to "addin" task name to form task's queue name
TDFMT_CPARTIAL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TDFMT_CPARTIAL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
month and day, year if not this year
TDFMT_CPARTIAL4 - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TDFMT_CPARTIAL4 - Static variable in interface com.hcl.domino.richtext.RichTextConstants
month and day, year(4digit) if not this year
TDFMT_DPARTIAL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TDFMT_DPARTIAL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
year and month
TDFMT_DPARTIAL4 - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TDFMT_DPARTIAL4 - Static variable in interface com.hcl.domino.richtext.RichTextConstants
year(4digit) and month
TDFMT_FULL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TDFMT_FULL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
year, month, and day
TDFMT_FULL4 - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TDFMT_FULL4 - Static variable in interface com.hcl.domino.richtext.RichTextConstants
year(4digit), month, and day
TDFMT_PARTIAL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TDFMT_PARTIAL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
month and day
terminateProcess() - Method in interface com.hcl.domino.DominoProcess
Destroys the Domino runtime for the entire process.
terminateThread() - Method in interface com.hcl.domino.DominoProcess
Terminates the current thread for Domino API use.
TextStyle - Interface in com.hcl.domino.richtext
 
TextStyle.Justify - Enum in com.hcl.domino.richtext
 
TFMT - Interface in com.hcl.domino.richtext.structures
 
TFMT.DateFormat - Enum in com.hcl.domino.richtext.structures
 
TFMT.TimeFormat - Enum in com.hcl.domino.richtext.structures
 
TFMT.TimeStructure - Enum in com.hcl.domino.richtext.structures
 
TFMT.ZoneFormat - Enum in com.hcl.domino.richtext.structures
 
TIME_AMPM_PREFIX - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TIMEDATE_MAXIMUM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TIMEDATE_MINIMUM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TIMEDATE_WILDCARD - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TimeShowFormat - Enum in com.hcl.domino.design.format
 
toAbbreviated(String) - Static method in interface com.hcl.domino.naming.Names
 
toBitMask(Collection<CalendarActionOptions>) - Static method in enum com.hcl.domino.calendar.CalendarActionOptions
 
toBitMask(Collection<CalendarDocumentOpen>) - Static method in enum com.hcl.domino.calendar.CalendarDocumentOpen
 
toBitMask(Collection<CalendarProcess>) - Static method in enum com.hcl.domino.calendar.CalendarProcess
 
toBitMask(Collection<CalendarRead>) - Static method in enum com.hcl.domino.calendar.CalendarRead
 
toBitMask(Collection<CalendarReadRange>) - Static method in enum com.hcl.domino.calendar.CalendarReadRange
 
toBitMask(Collection<CalendarWrite>) - Static method in enum com.hcl.domino.calendar.CalendarWrite
 
toBitMask(Set<Find>) - Static method in enum com.hcl.domino.data.Find
 
toBitMask(Collection<FileType>) - Static method in enum com.hcl.domino.dbdirectory.FileType
 
toBitMask(Collection<ScheduleOptions>) - Static method in enum com.hcl.domino.freebusy.ScheduleOptions
 
toBitMask2(Collection<CalendarReadRange>) - Static method in enum com.hcl.domino.calendar.CalendarReadRange
 
toBitMaskInt(Set<Find>) - Static method in enum com.hcl.domino.data.Find
 
toBitMaskInt(Collection<FileType>) - Static method in enum com.hcl.domino.dbdirectory.FileType
 
toBitMaskInt(Collection<ScheduleOptions>) - Static method in enum com.hcl.domino.freebusy.ScheduleOptions
 
toBitMaskSearch1Flags(Collection<DirectorySearchQuery.SearchFlag>) - Static method in enum com.hcl.domino.dbdirectory.DirectorySearchQuery.SearchFlag
 
toBitMaskStdFlagsInt(Collection<DirectorySearchQuery.SearchFlag>) - Static method in enum com.hcl.domino.dbdirectory.DirectorySearchQuery.SearchFlag
 
toCanonical(String) - Static method in interface com.hcl.domino.naming.Names
 
toCommon(String) - Static method in interface com.hcl.domino.naming.Names
 
toFileTypes(int) - Static method in enum com.hcl.domino.dbdirectory.FileType
 
toHTTPCookieStrings() - Method in interface com.hcl.domino.admin.ServerAdmin.DominoSSOToken
Produces a string to be used for the "LtpaToken" cookie for every domain
toIntArray() - Method in interface com.hcl.domino.data.IDTable
Copies the contents of the ID table into an array of ints
toJson(Document) - Method in interface com.hcl.domino.json.JsonSerializer
Serializes the provided document as a JSON object using the implementation's native JSON type.
toJsonString(Document) - Method in interface com.hcl.domino.json.JsonSerializer
Serializes the provided document as a JSON string.
toList() - Method in interface com.hcl.domino.UserNamesList
Returns the names contained in this names list
toLocalDate() - Method in interface com.hcl.domino.data.DominoDateTime
Converts the value to a LocalDate object if applicable
toLocalTime() - Method in interface com.hcl.domino.data.DominoDateTime
Converts the value to a LocalTime object if applicable
toNoteClass(int) - Static method in enum com.hcl.domino.data.DocumentClass
 
toNoteId(String) - Method in interface com.hcl.domino.data.Database
Converts a single UNID to a note id
toNoteIds(Collection<String>, Map<String, Integer>, Set<String>) - Method in interface com.hcl.domino.data.Database
Bulk conversion of UNIDs to note ids
toOffsetDateTime() - Method in interface com.hcl.domino.data.DominoDateTime
Converts the value to a OffsetDateTime object if applicable
toOption(String) - Method in enum com.hcl.domino.html.HtmlConvertOption
Converts this enumerated option to a string value suitable for passing to an HTML converter.
toString() - Method in class com.hcl.domino.admin.replication.ReplicationHistorySummary
 
toString() - Method in interface com.hcl.domino.data.DominoUniversalNoteId
Returns the string representation of the universal id (32 character hex string)
toString() - Method in class com.hcl.domino.data.NoteIdWithScore
 
toString() - Method in class com.hcl.domino.dql.DQL.AllTerm
 
toString() - Method in class com.hcl.domino.dql.DQL.AndTerm
 
toString() - Method in class com.hcl.domino.dql.DQL.DQLTerm
Returns the term content as DQL query
toString() - Method in class com.hcl.domino.dql.DQL.InViewsOrFoldersTerm
 
toString() - Method in class com.hcl.domino.dql.DQL.NamedItem
 
toString() - Method in class com.hcl.domino.dql.DQL.NamedView
 
toString() - Method in class com.hcl.domino.dql.DQL.NamedViewColumn
 
toString() - Method in class com.hcl.domino.dql.DQL.NoteContainsTerm
 
toString() - Method in class com.hcl.domino.dql.DQL.NotTerm
 
toString() - Method in class com.hcl.domino.dql.DQL.OrTerm
 
toString() - Method in class com.hcl.domino.dql.DQL.SpecialValue
 
toString() - Method in class com.hcl.domino.dql.DQL.ValueComparisonTerm
 
toString() - Method in class com.hcl.domino.dql.DQL.ValueContainsTerm
 
toString() - Method in class com.hcl.domino.mime.MimeData
 
toString() - Method in class com.hcl.domino.misc.Pair
 
toString() - Method in class com.hcl.domino.misc.Ref
 
toStringArray(Collection<HtmlConvertOption>) - Static method in enum com.hcl.domino.html.HtmlConvertOption
 
toTemporal() - Method in interface com.hcl.domino.data.DominoDateTime
Converts the value to a standard JDK Temporal implementation based on the internal value.
toUNID(int) - Method in interface com.hcl.domino.data.Database
Converts a single note ID to a UNID
toUNIDs(Collection<Integer>, Map<Integer, String>, Set<Integer>) - Method in interface com.hcl.domino.data.Database
Bulk conversion of note ids to UNIDs
toUnidString() - Method in interface com.hcl.domino.richtext.structures.UNID
Computes the hex UNID from the OID data
trustNoSignatureUser(DominoClient.ECLType, Collection<ECLCapability>, boolean) - Method in interface com.hcl.domino.security.Ecl
Method to modify the ECL for "-No signature-" and add trusted capabilities
trustSignerOfDocument(Document, DominoClient.ECLType, Collection<ECLCapability>, boolean) - Method in interface com.hcl.domino.security.Ecl
Method to modify the ECL for the signer of the specified document and add trusted capabilities
TSFMT_CDATE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TSFMT_CDATETIME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TSFMT_CDATETIME - Static variable in interface com.hcl.domino.richtext.RichTextConstants
DATE TIME or TIME Today or TIME Yesterday
TSFMT_DATE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TSFMT_DATE - Static variable in interface com.hcl.domino.richtext.RichTextConstants
DATE
TSFMT_DATETIME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TSFMT_DATETIME - Static variable in interface com.hcl.domino.richtext.RichTextConstants
DATE TIME
TSFMT_TIME - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TSFMT_TIME - Static variable in interface com.hcl.domino.richtext.RichTextConstants
TIME
TTFMT_FULL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TTFMT_FULL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
hour, minute, and second
TTFMT_FULL_MAX - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TTFMT_HOUR - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TTFMT_HOUR - Static variable in interface com.hcl.domino.richtext.RichTextConstants
hour
TTFMT_PARTIAL - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TTFMT_PARTIAL - Static variable in interface com.hcl.domino.richtext.RichTextConstants
hour and minute
TYPEAHEADNAMESSPACE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TypedAccess - Interface in com.hcl.domino.data
Common interface to read Domino data with a specific type
TZFMT_ALWAYS - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TZFMT_ALWAYS - Static variable in interface com.hcl.domino.richtext.RichTextConstants
show on all times, regardless
TZFMT_NEVER - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TZFMT_NEVER - Static variable in interface com.hcl.domino.richtext.RichTextConstants
all times converted to THIS zone
TZFMT_SOMETIMES - Static variable in interface com.hcl.domino.misc.NotesConstants
 
TZFMT_SOMETIMES - Static variable in interface com.hcl.domino.richtext.RichTextConstants
show only when outside this zone

U

UAT_About - Static variable in interface com.hcl.domino.misc.NotesConstants
 
UAT_ActualFilename - Static variable in interface com.hcl.domino.misc.NotesConstants
external filename of attachment if different
UAT_Agent - Static variable in interface com.hcl.domino.misc.NotesConstants
 
UAT_CssResource - Static variable in interface com.hcl.domino.misc.NotesConstants
 
UAT_Database - Static variable in interface com.hcl.domino.misc.NotesConstants
 
UAT_Document - Static variable in interface com.hcl.domino.misc.NotesConstants
 
UAT_Field - Static variable in interface com.hcl.domino.misc.NotesConstants
 
UAT_FieldOffset - Static variable in interface com.hcl.domino.misc.NotesConstants
 
UAT_FieldSuboffset - Static variable in interface com.hcl.domino.misc.NotesConstants
 
UAT_Filename - Static variable in interface com.hcl.domino.misc.NotesConstants
internal filename of attachment
UAT_FileResource - Static variable in interface com.hcl.domino.misc.NotesConstants
 
UAT_Form - Static variable in interface com.hcl.domino.misc.NotesConstants
 
UAT_FrameSet - Static variable in interface com.hcl.domino.misc.NotesConstants
 
UAT_Help - Static variable in interface com.hcl.domino.misc.NotesConstants
 
UAT_Icon - Static variable in interface com.hcl.domino.misc.NotesConstants
 
UAT_ImageResource - Static variable in interface com.hcl.domino.misc.NotesConstants
 
UAT_JavascriptLib - Static variable in interface com.hcl.domino.misc.NotesConstants
 
UAT_Navigator - Static variable in interface com.hcl.domino.misc.NotesConstants
 
UAT_None - Static variable in interface com.hcl.domino.misc.NotesConstants
 
UAT_NumberOfTypes - Static variable in interface com.hcl.domino.misc.NotesConstants
must be the last one
UAT_Outline - Static variable in interface com.hcl.domino.misc.NotesConstants
 
UAT_Page - Static variable in interface com.hcl.domino.misc.NotesConstants
 
UAT_SearchForm - Static variable in interface com.hcl.domino.misc.NotesConstants
 
UAT_SearchSiteForm - Static variable in interface com.hcl.domino.misc.NotesConstants
 
UAT_Server - Static variable in interface com.hcl.domino.misc.NotesConstants
 
UAT_View - Static variable in interface com.hcl.domino.misc.NotesConstants
 
undelete() - Method in interface com.hcl.domino.data.Document
Undeletes a soft deleted document
UNID - Interface in com.hcl.domino.richtext.structures
 
unlock(Document.LockMode) - Method in interface com.hcl.domino.data.Document
This function removes the lock on a note.

Only the members contained in the "writers" list are allowed to remove a lock, with the exception of person(s) designated as capable of removing locks.

Please refer to the Domino documentation for a full description of document locking.#
unselect(DQL.DQLTerm) - Method in class com.hcl.domino.data.CollectionSearchQuery.AllExpandedEntries
 
unselect(String) - Method in class com.hcl.domino.data.CollectionSearchQuery.AllExpandedEntries
 
unsign() - Method in interface com.hcl.domino.data.Document
Unsigns the note.
UPDATE_QUEUE_NAME - Static variable in interface com.hcl.domino.misc.NotesConstants
Index views & full text process
updateCalendarEntry(Database, String, String, String, String, Collection<CalendarWrite>) - Method in interface com.hcl.domino.calendar.Calendaring
This will modify an existing calendar entry.

This supports either single entries or recurring entries, but recurring entries will only support updates for a single instance specified via RECURRENCE-ID that may not include a RANGE (This may be permitted in the future but for now will return an error).

The iCalendar input may only contain a single VEVENT and must contain a UID.
By default, attachments and custom data (for fields contained in $CSCopyItems) will be maintained from the existing calendar entry.
updateDQLDesignCatalog(boolean) - Method in interface com.hcl.domino.data.Database
Harvest view design elements for optimized DQL performance.
updateEntry(String, String, AclLevel, List<String>, Collection<AclFlag>) - Method in interface com.hcl.domino.security.Acl
This function updates an entry in an access control list.

Unless the user's name is specified to be modified, the information that is not specified to be modified remains intact.

If the user's name is specified to be modified, the user entry is deleted and a new entry is created.
Unless the other access control information is specified to be modified as well, the other access control information will be cleared and the user will have No Access to the database.
updateUnreadDocumentTable(String, Set<Integer>, Set<Integer>) - Method in interface com.hcl.domino.data.Database
Method to apply changes to the unread document table
UrlMimeAttachment - Class in com.hcl.domino.mime.attachments
Implementation of IMimeAttachment to use a URL as MIME attachment.
UrlMimeAttachment(URL) - Constructor for class com.hcl.domino.mime.attachments.UrlMimeAttachment
Creates a new instance
UrlMimeAttachment(URL, String) - Constructor for class com.hcl.domino.mime.attachments.UrlMimeAttachment
Creates a new instance
UrlMimeAttachment(URL, String, String) - Constructor for class com.hcl.domino.mime.attachments.UrlMimeAttachment
Creates a new instance
URT_Name - Static variable in interface com.hcl.domino.misc.NotesConstants
 
URT_None - Static variable in interface com.hcl.domino.misc.NotesConstants
 
URT_NoteId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
URT_RepId - Static variable in interface com.hcl.domino.misc.NotesConstants
 
URT_Special - Static variable in interface com.hcl.domino.misc.NotesConstants
 
URT_Unid - Static variable in interface com.hcl.domino.misc.NotesConstants
 
userAgent(String) - Method in interface com.hcl.domino.html.RichTextHTMLConverter.Builder
Sets the user agent string to be used during HTML conversion.
UserDirectory - Interface in com.hcl.domino.naming
Represents access to the effective user directory for the provided server.
UserDirectoryQuery - Interface in com.hcl.domino.naming
Represents a query into the names directory system of the local runtime or a remote server.
UserId - Interface in com.hcl.domino.admin.idvault
 
UserNamesList - Interface in com.hcl.domino
A UserNamesList contains name variants like wildcards (* / Company) and all groups (including nested ones) for a user.
USERNAMESSPACE - Static variable in interface com.hcl.domino.misc.NotesConstants
 
USERNAMESSPACE_ALT - Static variable in interface com.hcl.domino.misc.NotesConstants
 
UserTokenHandler<T> - Interface in com.hcl.domino.security
This service interface represents a provider that is able to process a token that represents a potential user.
USV_About - Static variable in interface com.hcl.domino.misc.NotesConstants
 
USV_DefaultForm - Static variable in interface com.hcl.domino.misc.NotesConstants
 
USV_DefaultNav - Static variable in interface com.hcl.domino.misc.NotesConstants
 
USV_DefaultOutline - Static variable in interface com.hcl.domino.misc.NotesConstants
 
USV_DefaultView - Static variable in interface com.hcl.domino.misc.NotesConstants
 
USV_FileField - Static variable in interface com.hcl.domino.misc.NotesConstants
 
USV_First - Static variable in interface com.hcl.domino.misc.NotesConstants
 
USV_Help - Static variable in interface com.hcl.domino.misc.NotesConstants
 
USV_Icon - Static variable in interface com.hcl.domino.misc.NotesConstants
 
USV_NumberOfValues - Static variable in interface com.hcl.domino.misc.NotesConstants
 
USV_SearchForm - Static variable in interface com.hcl.domino.misc.NotesConstants
 

V

V3SPARESTOCLEAR - Static variable in interface com.hcl.domino.richtext.RichTextConstants
Clear these if FOCLEARSPARES is TRUE
VALID_VIEW_FORMAT_SIG - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Value for the wSig member of the VIEW_TABLE_FORMAT2 structure.
validateCredentials(String, String, String) - Method in interface com.hcl.domino.DominoClient
Attempts to validate the provider username and password credentials using the named server.
validateCredentialsWithToken(String, Object) - Method in interface com.hcl.domino.DominoClient
Attempts to validate the provided credentials token with any registered providers.
ValueConverter<OBJ> - Interface in com.hcl.domino.data
Generic value converter interface
valueOf(String) - Static method in enum com.hcl.domino.admin.idvault.IdVault.IdFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.admin.replication.GetDocumentsMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.admin.replication.ReplicaInfo.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.admin.replication.Replication.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.admin.replication.Replication.ReplicationHistoryFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.admin.replication.ReplicationFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.admin.replication.ReplicationHistorySummary.ReplicationDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.admin.ServerAdmin.AclLevelRelation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.admin.ServerAdmin.ClusterLookup
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.calendar.CalendarActionOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.calendar.CalendarDocumentOpen
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.calendar.CalendarProcess
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.calendar.CalendarRangeRepeat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.calendar.CalendarRead
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.calendar.CalendarReadRange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.calendar.CalendarWrite
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.crypt.DatabaseEncryptionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.crypt.EncryptionStrength
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.Attachment.Compression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.Attachment.IDataCallback.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.CollectionEntry.SpecialValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.CollectionSearchQuery.ExpandMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.CollectionSearchQuery.SelectMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.CompactMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.Database.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.Database.CollectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.Database.CreateFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.Database.DocFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.Database.ModifiedNotesInfoFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.Database.ModifiedTableMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.Database.OpenDocumentMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.Database.ReplicateOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.DatabaseClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.DatabaseOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.DBQuery
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.Document.ComputeWithFormAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.Document.ComputeWithFormPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.Document.EncryptionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.Document.LockMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.DocumentClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.DocumentSelection.SelectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.DominoCollection.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.Find
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.FTIndex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.FTQuery
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.Item.ItemFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.ItemDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.data.Navigate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.dbdirectory.DirectorySearchQuery.SearchFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.dbdirectory.FileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.action.FolderBasedAction.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.action.ReadMarksAction.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.agent.AgentInterval
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.agent.AgentTrigger
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.agent.FormulaAgentContent.DocumentAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.Column.IndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.Column.SortType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.DbDesign.FolderOrView
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.DbDesign.FormOrSubform
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.DbProperties.LaunchContextNotes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.DbProperties.LaunchContextWeb
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.DbProperties.PreviewPaneDefault
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.DbProperties.PropertiesOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.DbProperties.UnreadReplicationSetting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.DesignAgent.AgentLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.Field.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.Field.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.DateShowFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.DateShowSpecial
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.DateTimeFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.DateTimeFlag2
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.DayFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.FieldDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.FieldListDelimiter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.FieldListDisplayDelimiter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.MonthFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.NumberPref
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.TimeShowFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.ViewCalendarFormat.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.ViewCalendarFormat.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.ViewCalendarFormat.MinorVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.ViewCalendarFormat.Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.ViewColumnFormat.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.ViewColumnFormat.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.ViewColumnFormat.Flag2
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.ViewColumnFormat2.Flag3
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.ViewColumnFormat2.HiddenFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.ViewColumnFormat5.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.ViewColumnFormat6.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.ViewFormatHeader.Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.ViewFormatHeader.ViewStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.ViewTableFormat.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.ViewTableFormat.Flag2
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.ViewTableFormat2.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.ViewTableFormat2.FormatSignature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.ViewTableFormat2.Spacing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.ViewTableFormat3.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.WeekFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.format.YearFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.GenericFolderOrView.OnRefreshType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.design.SubformReference.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.DominoClient.ECLType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.DominoClient.Encryption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.DominoClient.OpenDatabase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.dql.QueryResultsProcessor.Categorized
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.dql.QueryResultsProcessor.Hidden
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.dql.QueryResultsProcessor.QRPOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.dql.QueryResultsProcessor.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.dxl.DxlExporter.DXLExportCharset
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.dxl.DxlExporter.DXLMIMEOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.dxl.DxlExporter.DXLRichTextOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.dxl.DxlExporter.DXLValidationStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.dxl.DxlImporter.DXLImportOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.dxl.DxlImporter.DXLLogOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.dxl.DxlImporter.XMLValidationOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.freebusy.ScheduleAttr
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.freebusy.ScheduleOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.html.HtmlConvertOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.json.DateRangeFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.mime.MimeEntity.Encoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.mime.MimeReader.ReadMimeDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.mime.MimeWriter.WriteMimeDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.mime.RichTextMimeConversionSettings.AttachmentEncoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.mime.RichTextMimeConversionSettings.MessageContentEncoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.mime.RichTextMimeConversionSettings.ReadReceipt
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.mime.RichTextMimeConversionSettings.Typeface
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.misc.JNXServiceFinder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.misc.NotesConstants.AgentCheck
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.misc.NotesConstants.DESIGN_COMPONENT_ATTR
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.misc.NotesConstants.DesignUpdateReset
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.misc.NotesConstants.EmptyFieldMeans
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.misc.NotesConstants.EProvidingAuthor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.misc.NotesConstants.EUsePABsAdminServer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.misc.NotesConstants.QUEP_LISTTYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.misc.NotesConstants.TypeOfLookup
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.misc.NotesConstants.TypeOfProcessing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.misc.StructureSupport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.mq.MessageQueue.IMQCallback.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.person.OutOfOffice.OOOType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDAction.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDAction.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDActionBar.BorderStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDActionBar.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDActionBar.LineStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDActionBarExt.BackgroundRepeat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDActionBarExt.BorderDisplay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDActionBarExt.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDActionBarExt.TextJustify
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDActionBarExt.WidthStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDActionDBCopy.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDActionFolder.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDActionFormula.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDActionModifyField.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDActionNewsletter.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDActionReply.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDActionSendMail.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDCaption.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDDataFlags.ElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDDDEBegin.DDEFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDDDEBegin.DDEFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDEmbeddedControl.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDEmbeddedControl.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDEmbeddedControl.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDEmbeddedControl.Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDEvent.ActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDEvent.EventFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDExt2Field.CurrencyFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDExt2Field.CurrencyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDExt2Field.FormatFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDExtField.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDExtField.Flag2
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDExtField.HelperType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDField.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDFieldHint.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDGraphic.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDGraphic.Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDHotspotBegin.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDHotspotBegin.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDImageHeader.ImageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.CDKeyword.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.RecordType.Area
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.records.RecordType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.RichTextWriter.CaptionPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.structures.AssistFieldStruct.ActionByField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.structures.AssistFieldStruct.QueryByField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.structures.AssistStruct.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.structures.AssistStruct.Search
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.structures.ColorValue.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.structures.FontStyle.Attribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.structures.FontStyle.StandardColors
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.structures.FontStyle.StandardFonts
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.structures.LengthValue.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.structures.LengthValue.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.structures.NFMT.Attribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.structures.NFMT.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.structures.TFMT.DateFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.structures.TFMT.TimeFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.structures.TFMT.TimeStructure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.structures.TFMT.ZoneFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.richtext.TextStyle.Justify
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.runtime.NSDMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.security.AclFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.security.AclLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hcl.domino.security.ECLCapability
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.hcl.domino.admin.idvault.IdVault.IdFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.admin.replication.GetDocumentsMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.admin.replication.ReplicaInfo.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.admin.replication.Replication.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.admin.replication.Replication.ReplicationHistoryFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.admin.replication.ReplicationFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.admin.replication.ReplicationHistorySummary.ReplicationDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.admin.ServerAdmin.AclLevelRelation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.admin.ServerAdmin.ClusterLookup
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.calendar.CalendarActionOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.calendar.CalendarDocumentOpen
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.calendar.CalendarProcess
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.calendar.CalendarRangeRepeat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.calendar.CalendarRead
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.calendar.CalendarReadRange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.calendar.CalendarWrite
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.crypt.DatabaseEncryptionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.crypt.EncryptionStrength
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.Attachment.Compression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.Attachment.IDataCallback.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.CollectionEntry.SpecialValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.CollectionSearchQuery.ExpandMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.CollectionSearchQuery.SelectMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.CompactMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.Database.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.Database.CollectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.Database.CreateFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.Database.DocFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.Database.ModifiedNotesInfoFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.Database.ModifiedTableMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.Database.OpenDocumentMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.Database.ReplicateOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.DatabaseClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.DatabaseOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.DBQuery
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.Document.ComputeWithFormAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.Document.ComputeWithFormPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.Document.EncryptionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.Document.LockMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.DocumentClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.DocumentSelection.SelectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.DominoCollection.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.Find
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.FTIndex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.FTQuery
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.Item.ItemFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.ItemDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.data.Navigate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.dbdirectory.DirectorySearchQuery.SearchFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.dbdirectory.FileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.action.FolderBasedAction.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.action.ReadMarksAction.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.agent.AgentInterval
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.agent.AgentTrigger
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.agent.FormulaAgentContent.DocumentAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.Column.IndexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.Column.SortType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.DbDesign.FolderOrView
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.DbDesign.FormOrSubform
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.DbProperties.LaunchContextNotes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.DbProperties.LaunchContextWeb
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.DbProperties.PreviewPaneDefault
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.DbProperties.PropertiesOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.DbProperties.UnreadReplicationSetting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.DesignAgent.AgentLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.Field.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.Field.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.DateShowFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.DateShowSpecial
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.DateTimeFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.DateTimeFlag2
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.DayFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.FieldDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.FieldListDelimiter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.FieldListDisplayDelimiter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.MonthFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.NumberPref
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.TimeShowFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.ViewCalendarFormat.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.ViewCalendarFormat.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.ViewCalendarFormat.MinorVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.ViewCalendarFormat.Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.ViewColumnFormat.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.ViewColumnFormat.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.ViewColumnFormat.Flag2
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.ViewColumnFormat2.Flag3
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.ViewColumnFormat2.HiddenFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.ViewColumnFormat5.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.ViewColumnFormat6.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.ViewFormatHeader.Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.ViewFormatHeader.ViewStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.ViewTableFormat.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.ViewTableFormat.Flag2
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.ViewTableFormat2.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.ViewTableFormat2.FormatSignature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.ViewTableFormat2.Spacing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.ViewTableFormat3.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.WeekFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.format.YearFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.GenericFolderOrView.OnRefreshType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.design.SubformReference.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.DominoClient.ECLType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.DominoClient.Encryption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.DominoClient.OpenDatabase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.dql.QueryResultsProcessor.Categorized
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.dql.QueryResultsProcessor.Hidden
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.dql.QueryResultsProcessor.QRPOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.dql.QueryResultsProcessor.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.dxl.DxlExporter.DXLExportCharset
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.dxl.DxlExporter.DXLMIMEOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.dxl.DxlExporter.DXLRichTextOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.dxl.DxlExporter.DXLValidationStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.dxl.DxlImporter.DXLImportOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.dxl.DxlImporter.DXLLogOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.dxl.DxlImporter.XMLValidationOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.freebusy.ScheduleAttr
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.freebusy.ScheduleOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.html.HtmlConvertOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.json.DateRangeFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.mime.MimeEntity.Encoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.mime.MimeReader.ReadMimeDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.mime.MimeWriter.WriteMimeDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.mime.RichTextMimeConversionSettings.AttachmentEncoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.mime.RichTextMimeConversionSettings.MessageContentEncoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.mime.RichTextMimeConversionSettings.ReadReceipt
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.mime.RichTextMimeConversionSettings.Typeface
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.misc.JNXServiceFinder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.misc.NotesConstants.AgentCheck
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.misc.NotesConstants.DESIGN_COMPONENT_ATTR
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.misc.NotesConstants.DesignUpdateReset
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.misc.NotesConstants.EmptyFieldMeans
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.misc.NotesConstants.EProvidingAuthor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.misc.NotesConstants.EUsePABsAdminServer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.misc.NotesConstants.QUEP_LISTTYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.misc.NotesConstants.TypeOfLookup
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.misc.NotesConstants.TypeOfProcessing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.misc.StructureSupport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.mq.MessageQueue.IMQCallback.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.person.OutOfOffice.OOOType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDAction.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDAction.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDActionBar.BorderStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDActionBar.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDActionBar.LineStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDActionBarExt.BackgroundRepeat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDActionBarExt.BorderDisplay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDActionBarExt.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDActionBarExt.TextJustify
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDActionBarExt.WidthStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDActionDBCopy.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDActionFolder.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDActionFormula.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDActionModifyField.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDActionNewsletter.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDActionReply.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDActionSendMail.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDCaption.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDDataFlags.ElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDDDEBegin.DDEFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDDDEBegin.DDEFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDEmbeddedControl.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDEmbeddedControl.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDEmbeddedControl.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDEmbeddedControl.Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDEvent.ActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDEvent.EventFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDExt2Field.CurrencyFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDExt2Field.CurrencyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDExt2Field.FormatFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDExtField.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDExtField.Flag2
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDExtField.HelperType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDField.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDFieldHint.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDGraphic.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDGraphic.Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDHotspotBegin.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDHotspotBegin.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDImageHeader.ImageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.CDKeyword.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.RecordType.Area
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.records.RecordType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.RichTextWriter.CaptionPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.structures.AssistFieldStruct.ActionByField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.structures.AssistFieldStruct.QueryByField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.structures.AssistStruct.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.structures.AssistStruct.Search
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.structures.ColorValue.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.structures.FontStyle.Attribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.structures.FontStyle.StandardColors
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.structures.FontStyle.StandardFonts
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.structures.LengthValue.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.structures.LengthValue.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.structures.NFMT.Attribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.structures.NFMT.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.structures.TFMT.DateFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.structures.TFMT.TimeFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.structures.TFMT.TimeStructure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.structures.TFMT.ZoneFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.richtext.TextStyle.Justify
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.runtime.NSDMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.security.AclFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.security.AclLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hcl.domino.security.ECLCapability
Returns an array containing the constants of this enum type, in the order they are declared.
VCF1_M_AccentInsensitiveSort - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF1_M_CaseInsensitiveSort - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF1_M_Hidden - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF1_M_HideDetail - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF1_M_Icon - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF1_M_NoResize - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF1_M_ResortAscending - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF1_M_ResortDescending - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF1_M_ResortToView - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF1_M_Response - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF1_M_SecondResort - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF1_M_SecondResortDescending - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF1_M_Sort - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF1_M_SortCategorize - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF1_M_SortDescending - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF1_M_Twistie - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF2_M_DisplayAlignment - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF2_M_DisplayReadingOrder - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF2_M_HeaderAlignment - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF2_M_HeaderReadingOrder - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF2_M_SecondResortCategorized - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF2_M_SecondResortPermute - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF2_M_SecondResortPermutePair - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF2_M_SecondResortUniqueSort - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF2_M_ShowValuesAsLinks - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF2_M_SortPermute - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF2_M_SubtotalCode - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF3_ExtDate - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
column has extended date info
VCF3_M_AccentSensitiveSortInV5 - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF3_M_CaseSensitiveSortInV5 - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF3_M_Color - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF3_M_ExtendedViewColFmt6 - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF3_M_FlatInV5 - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF3_M_HideColumnTitle - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF3_M_HideInR5 - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF3_M_HideWhenFormula - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF3_M_IsColumnEditable - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
V6 - color col and user definable color
VCF3_M_IsSharedColumn - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Is this a shared column?
VCF3_M_NamesFormat - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF3_M_TwistieResource - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF3_M_UserDefinableColor - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF3_M_UseSharedColumnFormulaOnly - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Use only the formula from shared column - let use modify everything else
VCF3_NumberFormat - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
column has extended number format
VCF5_M_IS_NAME - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF5_M_SHOW_IM_STATUS - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF5_M_VERT_ORIENT_BOTTOM - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF5_M_VERT_ORIENT_MID - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF5_M_VERT_ORIENT_TOP - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF6_M_AbbreviatedDate - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF6_M_AbbreviatedDateSet - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF6_M_BeginWrapUnder - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF6_M_BuildCollationOnDemand - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF6_M_ExtendColWidthToAvailWindowWidth - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF6_M_IgnorePrefixes - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF6_M_PublishColumn - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF6_M_UserDefinableExtended - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF_HIDE_M_CalFormatOneDay - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF_HIDE_M_CalFormatOneMonth - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF_HIDE_M_CalFormatOneWeek - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF_HIDE_M_CalFormatOneYear - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF_HIDE_M_CalFormatTwoDay - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF_HIDE_M_CalFormatTwoWeeks - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF_HIDE_M_CalFormatWorkWeek - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VCF_HIDE_M_NormalView - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
verifySignature() - Method in interface com.hcl.domino.data.Document
This function verifies a signature on a note or section(s) within a note.
It returns an error if a signature did not verify.

View - Interface in com.hcl.domino.design
Access to a database design.
view(String) - Static method in class com.hcl.domino.dql.DQL
Use this method to filter for documents with a specific view column value
VIEW_CAL_FORMAT_ALL - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_CAL_FORMAT_MINOR_1 - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
V5
VIEW_CAL_FORMAT_MINOR_2 - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
V5.03 and up - added custom work week format
VIEW_CAL_FORMAT_MINOR_3 - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Calendar Grid Color
VIEW_CAL_FORMAT_MINOR_4 - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
more damn colors
VIEW_CAL_FORMAT_MINOR_V4x - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
V4.5, V4.6 has minor version of 0
VIEW_CAL_FORMAT_ONE_DAY - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_CAL_FORMAT_ONE_MONTH - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_CAL_FORMAT_ONE_WEEK - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_CAL_FORMAT_ONE_YEAR - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_CAL_FORMAT_TWO_DAY - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_CAL_FORMAT_TWO_WEEKS - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_CAL_FORMAT_WORK_WEEK - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_CAL_VALID_503_FORMATS - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_CAL_VALID_PRE_503_FORMATS - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_CALENDAR_FORMAT_VERSION - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_CALENDAR_RTLVIEW - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
TRUE if RTL Calendar, Note: same as VIEW_TABLE_RTLVIEW
VIEW_CLASS_CALENDAR - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_CLASS_MASK - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_CLASS_TABLE - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_COL_ALIGN_CENTER - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_COL_ALIGN_LEFT - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_COL_ALIGN_RIGHT - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_COL_LTR - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_COL_NUMBER - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_COL_RTL - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_COL_TEXT - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_COL_TIMEDATE - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_COLUMN_FORMAT_SIGNATURE - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
The VIEW_COLUMN_FORMAT record begins with a WORD value for the Signature of the record.
This symbol specifies the signature of the VIEW_COLUMN_FORMAT record.
VIEW_COLUMN_FORMAT_SIGNATURE2 - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
The VIEW_COLUMN_FORMAT2 record begins with a WORD value for the Signature of the record.
This symbol specifies the signature of the VIEW_COLUMN_FORMAT2 record.
VIEW_COLUMN_FORMAT_SIGNATURE3 - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
The VIEW_COLUMN_FORMAT3 record begins with a WORD value for the Signature of the record.
This symbol specifies the signature of the VIEW_COLUMN_FORMAT3 record.
VIEW_COLUMN_FORMAT_SIGNATURE4 - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
The VIEW_COLUMN_FORMAT4 record begins with a WORD value for the Signature of the record.
This symbol specifies the signature of the VIEW_COLUMN_FORMAT4 record.
VIEW_COLUMN_FORMAT_SIGNATURE5 - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
The VIEW_COLUMN_FORMAT5 record begins with a WORD value for the Signature of the record.
This symbol specifies the signature of the VIEW_COLUMN_FORMAT5 record.
VIEW_COLUMN_FORMAT_SIGNATURE6 - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_COMMENT_ITEM - Static variable in interface com.hcl.domino.misc.NotesConstants
 
VIEW_FORMAT_VERSION - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_STYLE_DAY - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_STYLE_MONTH - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_STYLE_TABLE - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_STYLE_WEEK - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_TABLE_ALTERNATE_ROW_COLORING - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Color alternate rows.
VIEW_TABLE_COLORIZE_ICONS - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
TRUE if the icons displayed inthe view should be colorized
VIEW_TABLE_DOUBLE_SPACE - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_TABLE_EXTEND_LAST_COLUMN - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
TRUE if last column should be extended to fit the window width.
VIEW_TABLE_FLAG_COLLAPSED - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Default to fully collapsed
VIEW_TABLE_FLAG_CONFLICT - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Display replication conflicts.
VIEW_TABLE_FLAG_DISP_ALLUNREAD - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Display unread flags in margin at ALL levels
VIEW_TABLE_FLAG_DISP_UNREADDOCS - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Display unread flags in margin for documents only
VIEW_TABLE_FLAG_FLATINDEX - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Do not index hierarchically.
VIEW_TABLE_FLAG_PARTIAL_FLATINDEX - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
show partial index hierarchically, if TRUE
VIEW_TABLE_FLAT_HEADINGS - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
TRUE if we should display no-borders at all on the header
VIEW_TABLE_GOTO_BOTTOM_ON_OPEN - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Position to bottom when view is opened.
VIEW_TABLE_GOTO_BOTTOM_ON_REFRESH - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Position to bottom when view is refreshed.
VIEW_TABLE_GOTO_TOP_ON_OPEN - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Position to top when view is opened.
VIEW_TABLE_GOTO_TOP_ON_REFRESH - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Position to top when view is refreshed.
VIEW_TABLE_HAS_LINK_COLUMN - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_TABLE_HIDE_CAL_HEADER - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
TRUE if we should hide the calendar header
VIEW_TABLE_HIDE_HEADINGS - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Hide headings.
VIEW_TABLE_HIDE_LEFT_MARGIN - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Hide left margin.
VIEW_TABLE_HIDE_SB - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
TRUE if we should not display a search bar for this view
VIEW_TABLE_HTML_PASSTHRU - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_TABLE_NOT_CUSTOMIZED - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
TRUE if view has not been customized (i.e.
VIEW_TABLE_ONE_POINT_25_SPACE - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_TABLE_ONE_POINT_50_SPACE - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_TABLE_ONE_POINT_75_SPACE - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_TABLE_RTLVIEW - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
TRUE if the View indexing should work from the Right most column
VIEW_TABLE_SHOW_PARITAL_THREADS - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
TRUE if view supports display of partial thread hierarchy (Hannover v8)
VIEW_TABLE_SIMPLE_HEADINGS - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Show simple (background color) headings.
VIEW_TABLE_SINGLE_SPACE - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VIEW_TABLE_VARIABLE_LINE_COUNT - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
TRUE if LineCount is variable (can be reduced as needed).
ViewCalendarFormat - Interface in com.hcl.domino.design.format
 
ViewCalendarFormat.Flag - Enum in com.hcl.domino.design.format
 
ViewCalendarFormat.Format - Enum in com.hcl.domino.design.format
 
ViewCalendarFormat.MinorVersion - Enum in com.hcl.domino.design.format
 
ViewCalendarFormat.Version - Enum in com.hcl.domino.design.format
 
ViewColumnFormat - Interface in com.hcl.domino.design.format
 
ViewColumnFormat.DataType - Enum in com.hcl.domino.design.format
 
ViewColumnFormat.Flag - Enum in com.hcl.domino.design.format
 
ViewColumnFormat.Flag2 - Enum in com.hcl.domino.design.format
 
ViewColumnFormat2 - Interface in com.hcl.domino.design.format
 
ViewColumnFormat2.Flag3 - Enum in com.hcl.domino.design.format
 
ViewColumnFormat2.HiddenFlag - Enum in com.hcl.domino.design.format
 
ViewColumnFormat3 - Interface in com.hcl.domino.design.format
 
ViewColumnFormat4 - Interface in com.hcl.domino.design.format
 
ViewColumnFormat5 - Interface in com.hcl.domino.design.format
 
ViewColumnFormat5.Flag - Enum in com.hcl.domino.design.format
 
ViewColumnFormat6 - Interface in com.hcl.domino.design.format
 
ViewColumnFormat6.Flag - Enum in com.hcl.domino.design.format
 
ViewFormatConstants - Interface in com.hcl.domino.misc
 
ViewFormatHeader - Interface in com.hcl.domino.design.format
 
ViewFormatHeader.Version - Enum in com.hcl.domino.design.format
 
ViewFormatHeader.ViewStyle - Enum in com.hcl.domino.design.format
 
ViewTableFormat - Interface in com.hcl.domino.design.format
 
ViewTableFormat.Flag - Enum in com.hcl.domino.design.format
 
ViewTableFormat.Flag2 - Enum in com.hcl.domino.design.format
 
ViewTableFormat2 - Interface in com.hcl.domino.design.format
 
ViewTableFormat2.Flag - Enum in com.hcl.domino.design.format
 
ViewTableFormat2.FormatSignature - Enum in com.hcl.domino.design.format
 
ViewTableFormat2.Spacing - Enum in com.hcl.domino.design.format
 
ViewTableFormat3 - Interface in com.hcl.domino.design.format
 
ViewTableFormat3.Flag - Enum in com.hcl.domino.design.format
 
ViewTableFormat4 - Interface in com.hcl.domino.design.format
 
ViewTableFormat5 - Interface in com.hcl.domino.design.format
 
VTF3_M_AllowCreateNewDoc - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
V6 - inviewedit-newdocs in view
VTF3_M_AllowCustomizations - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VTF3_M_AllowThreadGathering - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Hannover Java Views
VTF3_M_BoldUnreadRows - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
V6 - bold the unread rows.
VTF3_M_DisableHideJaveView - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Hannover Java Views
VTF3_M_EvaluateActionsHideWhen - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VTF3_M_GridStyleDash - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VTF3_M_GridStyleDashDot - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VTF3_M_GridStyleDot - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VTF3_M_GridStyleSolid - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
 
VTF3_M_HasBackgroundImage - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
V6 - View has background image.
VTF3_M_HideColumnHeader - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Hannover
VTF3_M_HideLeftMarginBorder - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
V6 - Hide border after left margin
VTF3_M_MaxRowsLimit - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
V7 - Limit the max rows returned for a Query View
VTF3_M_ShowTabNavigator - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Hannover Java Views
VTF3_M_ShowVerticalHorizontalSwitcher - Static variable in interface com.hcl.domino.misc.ViewFormatConstants
Hannover

W

WeekFormat - Enum in com.hcl.domino.design.format
 
withAddNamesFYI(String...) - Method in interface com.hcl.domino.calendar.CalendarActionData
Sets a new list of FYI attendees
withAddNamesOptional(String...) - Method in interface com.hcl.domino.calendar.CalendarActionData
Sets a new list of optional attendees
withAddNamesRequired(String...) - Method in interface com.hcl.domino.calendar.CalendarActionData
Sets a new list of required attendees
withChangeToEnd(Temporal) - Method in interface com.hcl.domino.calendar.CalendarActionData
Sets the new end time for CalendarProcess.COUNTER
withChangeToStart(Temporal) - Method in interface com.hcl.domino.calendar.CalendarActionData
Sets the new start time for CalendarProcess.COUNTER
withDelegateTo(String) - Method in interface com.hcl.domino.calendar.CalendarActionData
Sets the name of the delegated user if CalendarProcess.DELEGATE is used
withDirectory(String) - Method in interface com.hcl.domino.dbdirectory.DirectorySearchQuery
Configure the directory to scan in
withFileTypes(Collection<FileType>) - Method in interface com.hcl.domino.dbdirectory.DirectorySearchQuery
Set the types of file to be returned by the query.
withFlags(Collection<DirectorySearchQuery.SearchFlag>) - Method in interface com.hcl.domino.dbdirectory.DirectorySearchQuery
Configures some flags for the query.
withFormula(String) - Method in interface com.hcl.domino.dbdirectory.DirectorySearchQuery
Configures a formula for the search.
withFullAccess() - Method in class com.hcl.domino.DominoClientBuilder
Accesses the NSFs and server with full access
withKeepInformed(boolean) - Method in interface com.hcl.domino.calendar.CalendarActionData
Sets whether the users wants to be kept informed, e.g.
withMaxInternetAccess() - Method in class com.hcl.domino.DominoClientBuilder
Applies maximum internet access settings from the NSF to the requests
withPreselection(Collection<Integer>) - Method in interface com.hcl.domino.data.DocumentSelection
Use this method to pre-filter the documents to be scanned by the search
withRemoveNames(String...) - Method in interface com.hcl.domino.calendar.CalendarActionData
Sets a new list of attendees to be removed
withSelectionFormula(String) - Method in interface com.hcl.domino.data.DocumentSelection
Sets a formula that selects notes for inclusion in the collection.
withServer(String) - Method in interface com.hcl.domino.dbdirectory.DirectorySearchQuery
Configures a server for the search.
withSinceTime(Temporal) - Method in interface com.hcl.domino.data.DocumentSelection
Adds a since time to the search so that it only contains documents with a "Modified in this file" date after the given date.
WORDRECORDLENGTH - Static variable in interface com.hcl.domino.richtext.RichTextConstants
 
wrapStructure(Class<T>, ByteBuffer) - Method in interface com.hcl.domino.richtext.structures.MemoryStructureWrapperService
Wraps the provided ByteBuffer into an instance of the provided structure class, without appending it to the destination rich-text entity.
write(byte[]) - Method in class com.hcl.domino.misc.SplitterOutputStream
 
write(byte[], int, int) - Method in class com.hcl.domino.misc.SplitterOutputStream
 
write(int) - Method in class com.hcl.domino.misc.SplitterOutputStream
 
writeCompiledFormula(T, long, long, String, LongConsumer) - Static method in enum com.hcl.domino.misc.StructureSupport
 
writeCompiledFormula(T, int, int, String, IntConsumer) - Static method in enum com.hcl.domino.misc.StructureSupport
 
writeImage(Path) - Method in interface com.hcl.domino.html.EmbeddedImage
Convenience method to write the whole image to a file
writeImage(OutputStream) - Method in interface com.hcl.domino.html.EmbeddedImage
Convenience method to write the whole image to an output stream
writeMime(Document, String, Message, Set<MimeWriter.WriteMimeDataType>) - Method in interface com.hcl.domino.mime.MimeWriter
Writes the content of a Message to a document.
writeMime(Document, String, Reader, Set<MimeWriter.WriteMimeDataType>) - Method in interface com.hcl.domino.mime.MimeWriter
Writes raw MIME content to a document.
writeStringValue(T, long, long, String, LongConsumer) - Static method in enum com.hcl.domino.misc.StructureSupport
 
writeStringValue(T, int, int, String, IntConsumer) - Static method in enum com.hcl.domino.misc.StructureSupport
 
writeStringValueShort(T, int, int, String, Consumer<Short>) - Static method in enum com.hcl.domino.misc.StructureSupport
 
writeStringValueUnpacked(T, int, int, String, IntConsumer) - Static method in enum com.hcl.domino.misc.StructureSupport
Writes an "unpacked" string value to the provided structure, using the provided IntConsumer to update an associated length value.
writeStringValueWordPadded(T, int, int, String, IntConsumer) - Static method in enum com.hcl.domino.misc.StructureSupport
Writes a "padded" string value to the provided structure, using the provided IntConsumer to update an associated length value.
WSIG - Interface in com.hcl.domino.richtext.structures
 

Y

YearFormat - Enum in com.hcl.domino.design.format
 
YTSTRMAX - Static variable in interface com.hcl.domino.misc.NotesConstants
 

_

_createName(String) - Method in interface com.hcl.domino.naming.Names
 
_equalNames(String, String) - Method in interface com.hcl.domino.naming.Names
 
_NOTE_ACCESSED - Static variable in interface com.hcl.domino.misc.NotesConstants
Get/set the Accessed in this file date (TIMEDATE).
_NOTE_ADDED_TO_FILE - Static variable in interface com.hcl.domino.misc.NotesConstants
For AddedToFile time
_NOTE_CLASS - Static variable in interface com.hcl.domino.misc.NotesConstants
Get/set the NOTE_CLASS (WORD).
_NOTE_DB - Static variable in interface com.hcl.domino.misc.NotesConstants
IDs for NSFNoteGet and SetInfo
_NOTE_FLAGS - Static variable in interface com.hcl.domino.misc.NotesConstants
Get/set the note flags (WORD).
_NOTE_FLAGS2 - Static variable in interface com.hcl.domino.misc.NotesConstants
 
_NOTE_ID - Static variable in interface com.hcl.domino.misc.NotesConstants
(When adding new values, see the table in NTINFO.C
_NOTE_MODIFIED - Static variable in interface com.hcl.domino.misc.NotesConstants
Get/set the Modified in this file time/date (TIMEDATE : GMT normalized).
_NOTE_OBJSTORE_DB - Static variable in interface com.hcl.domino.misc.NotesConstants
DBHANDLE of object store used by linked items
_NOTE_OID - Static variable in interface com.hcl.domino.misc.NotesConstants
Get/set the Originator ID (OID).
_NOTE_PARENT_NOTEID - Static variable in interface com.hcl.domino.misc.NotesConstants
For response hierarchy
_NOTE_PRIVILEGES - Static variable in interface com.hcl.domino.misc.NotesConstants
For pre-V3 compatibility.
_NOTE_RESPONSE_COUNT - Static variable in interface com.hcl.domino.misc.NotesConstants
For response hierarchy
_NOTE_RESPONSES - Static variable in interface com.hcl.domino.misc.NotesConstants
For response hierarchy
_RFC822ITEMDESC - Static variable in interface com.hcl.domino.misc.NotesConstants
 
_toAbbreviated(String) - Method in interface com.hcl.domino.naming.Names
 
_toCanonical(String) - Method in interface com.hcl.domino.naming.Names
 
_toCommon(String) - Method in interface com.hcl.domino.naming.Names
 
A B C D E F G H I J K L M N O P Q R S T U V W Y _ 

Copyright © 2019–2021 HCL. All rights reserved.