public class ServerTransform extends RequestParameters
ServerTransform specifies the invocation of a transform on the server including both the name of the transform and the parameters passed to the transform.
| Constructor and Description |
|---|
ServerTransform(String name)
Specifies invocation of the named transform on the server.
|
| Modifier and Type | Method and Description |
|---|---|
ServerTransform |
addParameter(String name,
String value)
Appends a value to the list for a parameter and returns this instance for method chaining.
|
String |
getName()
Gets the name of the invoked transform.
|
Map<String,List<String>> |
merge(Map<String,List<String>> currentParams)
Merges the transform and its parameters with other parameters of the request.
|
add, add, clear, containsKey, containsValue, copy, entrySet, get, isEmpty, keySet, put, put, put, putAll, remove, size, valuesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic ServerTransform(String name)
Specifies invocation of the named transform on the server.
name - the transform installed on the serverpublic String getName()
Gets the name of the invoked transform.
public ServerTransform addParameter(String name, String value)
Appends a value to the list for a parameter and returns this instance for method chaining.
name - the parametervalue - the value to add to the listpublic Map<String,List<String>> merge(Map<String,List<String>> currentParams)
Merges the transform and its parameters with other parameters of the request.
Ordinarily, and application does not need to call this method.
currentParams - the other parametersCopyright © 2013-2017 MarkLogic Corporation.