public interface QueryDefinition extends SearchQueryDefinition
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getCollections()
Returns the array of collections to which the
query is limited.
|
java.lang.String |
getDirectory()
Returns the directory to which the query is
limited.
|
void |
setCollections(java.lang.String... collections)
Sets the list of collections to which the query
should be limited.
|
void |
setDirectory(java.lang.String directory)
Sets the directory to which the query should be
limited.
|
getOptionsName,
getResponseTransform,
setOptionsName,
setResponseTransform
java.lang.String[] getCollections()
void setCollections(java.lang.String... collections)
collections
- The list of collection URIs.java.lang.String getDirectory()
void setDirectory(java.lang.String directory)
directory
- The directory URI.Copyright © 2024 MarkLogic Corporation. All Rights Reserved.