public class ServerTransform extends RequestParameters
Constructor and Description |
---|
ServerTransform(java.lang.String name)
Specifies invocation of the named transform on
the server.
|
Modifier and Type | Method and 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.
|
add,
add,
clear,
containsKey,
containsValue,
copy,
entrySet,
get,
isEmpty,
keySet,
put,
put,
put,
putAll,
remove,
size,
values
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 © 2024 MarkLogic Corporation. All Rights Reserved.