Package | Description |
---|---|
com.hcl.domino.data |
Modifier and Type | Method and Description |
---|---|
DocumentSelection |
DocumentSelection.build()
Runs a database search, adding note ids of search matches to this
object (subclass of
IDTable ). |
DocumentSelection |
Database.createDocumentSelection()
Creates a new
DocumentSelection to select data or design documents. |
DocumentSelection |
DocumentSelection.deselect(Collection<DocumentSelection.SelectionType> selectionTypes)
Removes content types from the selection
|
DocumentSelection |
DocumentSelection.deselect(DocumentSelection.SelectionType... selectionTypes)
Removes content types from the selection
|
DocumentSelection |
DocumentSelection.select(Collection<DocumentSelection.SelectionType> selectionTypes)
Adds content types to the selection
|
DocumentSelection |
DocumentSelection.select(DocumentSelection.SelectionType... selectionTypes)
Adds content types to the selection
|
DocumentSelection |
DocumentSelection.selectAllAdminDocuments()
Selects replication formulas and ACLs
|
DocumentSelection |
DocumentSelection.selectAllCodeElements()
Selects agents, outlines, database script, script libraries,
data connections and misc code elements.
|
DocumentSelection |
DocumentSelection.selectAllDataDocuments()
Selects normal data documents and profiles
|
DocumentSelection |
DocumentSelection.selectAllDesignElements()
Selects format, index and code elements, the icon, shared fields,
help about, help using and help imdex.
|
DocumentSelection |
DocumentSelection.selectAllDocuments()
Selects data, admin and design documents
|
DocumentSelection |
DocumentSelection.selectAllFormatElements()
Selects forms, subforms, actions, framesets, pages, image resources,
stylesheets, Java resources and misc format elements.
|
DocumentSelection |
DocumentSelection.selectAllIndexElements()
Selects views, folders, navigators and misc index elements
|
DocumentSelection |
DocumentSelection.withPreselection(Collection<Integer> noteIds)
Use this method to pre-filter the documents to be scanned by the search
|
DocumentSelection |
DocumentSelection.withSelectionFormula(String formula)
Sets a formula that selects notes for inclusion in the collection.
|
DocumentSelection |
DocumentSelection.withSinceTime(Temporal dt)
Adds a since time to the search so that it only contains documents
with a "Modified in this file" date after the given date.
|
Copyright © 2019–2021 HCL. All rights reserved.