public class ServerTransform extends RequestParameters
Constructor | Description |
---|---|
ServerTransform(java.lang.String name) |
Specifies invocation of the named transform on
the server.
|
Modifier and Type | Method | Description |
---|---|---|
ServerTransform |
addParameter(java.lang.String name,
java.lang.String value) |
Appends a value to the list for a parameter and
returns this instance for method chaining.
|
java.lang.String |
getName() |
Gets the name of the invoked transform.
|
java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
merge(java.util.Map<java.lang.String,java.util.List<java.lang.String>> currentParams) |
Merges the transform and its parameters with
other parameters of the request.
|
compute, computeIfAbsent, computeIfPresent, entry, equals,
forEach, getOrDefault, hashCode, merge, of, of, of, of, of, of, of,
of, of, of, of, ofEntries, putIfAbsent, remove, replace, replace,
replaceAll
clone, equals, finalize, getClass, hashCode, notify,
notifyAll, toString, wait, wait, wait
public ServerTransform(java.lang.String name)
name
- the transform installed on the serverpublic java.lang.String getName()
public ServerTransform addParameter(java.lang.String name, java.lang.String value)
name
- the parametervalue
- the value to add to the listpublic java.util.Map<java.lang.String,java.util.List<java.lang.String>> merge(java.util.Map<java.lang.String,java.util.List<java.lang.String>> currentParams)
currentParams
- the other parametersCopyright © 2013-2019 MarkLogic Corporation.