public interface QueryDefinition
Modifier and Type | Method and Description |
---|---|
String[] |
getCollections()
Returns the array of collections to which the query is limited.
|
String |
getDirectory()
Returns the directory to which the query is limited.
|
String |
getOptionsName()
Returns the name of the query options used for this query.
|
ServerTransform |
getResponseTransform()
Returns the transform that modifies responses to this query
on the server.
|
void |
setCollections(String... collections)
Sets the list of collections to which the query should be limited.
|
void |
setDirectory(String directory)
Sets the directory to which the query should be limited.
|
void |
setOptionsName(String name)
Sets the name of the query options to be used for this query.
|
void |
setResponseTransform(ServerTransform transform)
Specifies a transform that modifies responses to this query
on the server.
|
String getOptionsName()
void setOptionsName(String name)
name
- The name of the saved query options node on the server.String[] getCollections()
void setCollections(String... collections)
collections
- The list of collection URIs.String getDirectory()
void setDirectory(String directory)
directory
- The directory URI.ServerTransform getResponseTransform()
void setResponseTransform(ServerTransform transform)
transform
- A server transform to modify the query response.Copyright © 2013-2015 MarkLogic Corporation.