public class SearchParameterMap extends LinkedHashMap<String,BaseAndListParam<?>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SearchParameterMap() |
| Modifier and Type | Method and Description |
|---|---|
<A extends IQueryParameterType,B extends IQueryParameterType> |
add(String theName,
CompositeOrListParam<A,B> theCompositeOrListParam) |
void |
add(String theName,
DateOrListParam theOrListParam) |
void |
add(String theName,
NumberOrListParam theOrListParam) |
void |
add(String theName,
QuantityOrListParam theOrListParam) |
void |
add(String theName,
ReferenceOrListParam theOrListParam) |
void |
add(String theName,
StringOrListParam theOrListParam) |
void |
add(String theName,
TokenOrListParam theOrListParam) |
void |
add(String theName,
UriOrListParam theOrListParam) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic SearchParameterMap()
public <A extends IQueryParameterType,B extends IQueryParameterType> void add(String theName, CompositeOrListParam<A,B> theCompositeOrListParam)
public void add(String theName, DateOrListParam theOrListParam)
public void add(String theName, NumberOrListParam theOrListParam)
public void add(String theName, QuantityOrListParam theOrListParam)
public void add(String theName, ReferenceOrListParam theOrListParam)
public void add(String theName, StringOrListParam theOrListParam)
public void add(String theName, TokenOrListParam theOrListParam)
public void add(String theName, UriOrListParam theOrListParam)
Copyright © 2014–2016 University Health Network. All rights reserved.