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 |
---|---|
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
public ServerTransform(String name)
name
- the transform installed on the serverpublic String getName()
public Map<String,List<String>> merge(Map<String,List<String>> currentParams)
currentParams
- the other parametersCopyright © 2013-2015 MarkLogic Corporation.