public interface SearchParam
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Name: Search Parameter Key
The key that identifies the name of the search parameter
|
List<String> |
getValues()
Name: Values
The value(s) of the search parameter
Most parameters take only a single value but the list is available for
operations such as "IN" that take a list of values.
|
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.