public class CSPSearchQueryTerm extends Object implements Serializable
CSPContent
in CSP you need to provide some meta-data information.
The minimum required information is getIndexId()
, getOperator()
and getValue()
Modifier and Type | Class and Description |
---|---|
static class |
CSPSearchQueryTerm.JoinType |
Constructor and Description |
---|
CSPSearchQueryTerm() |
CSPSearchQueryTerm(String indexId,
String operator) |
CSPSearchQueryTerm(String indexId,
String operator,
String value,
CSPSearchQueryTerm.JoinType joinType) |
Modifier and Type | Method and Description |
---|---|
String |
getIndexId() |
CSPSearchQueryTerm.JoinType |
getJoinType() |
String |
getOperator()
Returns the specified operator
|
String |
getValue() |
String |
getXmlEscapedOperator()
Returns the escaped XML operator.
|
void |
setIndexId(String indexId) |
void |
setJoinType(CSPSearchQueryTerm.JoinType joinType) |
void |
setOperator(String operator) |
void |
setValue(String value) |
public CSPSearchQueryTerm()
public CSPSearchQueryTerm(String indexId, String operator, String value, CSPSearchQueryTerm.JoinType joinType)
public void setIndexId(String indexId)
public String getIndexId()
public void setOperator(String operator)
public String getOperator()
public String getXmlEscapedOperator()
public void setValue(String value)
public String getValue()
public void setJoinType(CSPSearchQueryTerm.JoinType joinType)
public CSPSearchQueryTerm.JoinType getJoinType()