public class ReconSearchCriteria
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ReconSearchCriteria.Operator |
| Constructor and Description |
|---|
ReconSearchCriteria() |
ReconSearchCriteria(ReconSearchCriteria.Operator op) |
| Modifier and Type | Method and Description |
|---|---|
void |
addExpression(java.lang.String paramName,
java.lang.Object paramVal,
ReconSearchCriteria.Operator comparatorOp)
Add an expression to the existing search criteria
|
ReconSearchCriteria.Operator |
getConjunctionOp() |
SearchCriteria |
getSearchCriteria() |
void |
setConjunctionOp(ReconSearchCriteria.Operator op) |
public ReconSearchCriteria()
throws java.lang.RuntimeException
java.lang.RuntimeExceptionpublic ReconSearchCriteria(ReconSearchCriteria.Operator op) throws java.lang.RuntimeException
java.lang.RuntimeExceptionpublic SearchCriteria getSearchCriteria()
public ReconSearchCriteria.Operator getConjunctionOp()
public void setConjunctionOp(ReconSearchCriteria.Operator op) throws java.lang.RuntimeException
java.lang.RuntimeExceptionpublic void addExpression(java.lang.String paramName,
java.lang.Object paramVal,
ReconSearchCriteria.Operator comparatorOp)
throws java.lang.RuntimeException
paramName - paramVal - comparatorOp - java.lang.RuntimeException