public class Query extends Object
| Constructor and Description |
|---|
Query() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(String key,
Object value) |
protected void |
addSingletonParameter(String key,
Object value) |
Collection |
getParameter(String key) |
<T> T |
getParameterAsClass(String key,
Class<T> clazz) |
org.apache.commons.collections.map.MultiValueMap |
getParameters() |
void |
setParameters(org.apache.commons.collections.map.MultiValueMap parameters) |
public org.apache.commons.collections.map.MultiValueMap getParameters()
public Collection getParameter(String key)
public void setParameters(org.apache.commons.collections.map.MultiValueMap parameters)
Copyright © 2016 DuraSpace. All rights reserved.