public class ServerTransform extends RequestParameters
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, values
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public ServerTransform(String name)
name
- the transform installed on the serverpublic String getName()
public ServerTransform addParameter(String name, String value)
name
- the parametervalue
- the value to add to the listpublic Map<String,List<String>> merge(Map<String,List<String>> currentParams)
currentParams
- the other parametersCopyright © 2013-2016 MarkLogic Corporation.