@Deprecated public class QueryElement extends Object
Constructor and Description |
---|
QueryElement()
Deprecated.
Default constructor.
|
QueryElement(String fld,
String val,
int rel)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getFieldName()
Deprecated.
Returns the field name on which query to be applied
|
String |
getFieldValue()
Deprecated.
Returns the value of the field to be compared as stored in the query
element.
|
int |
getRelation()
Deprecated.
Returns relation to be applied in between field and value
as stored in the query element.
|
void |
setFieldName(String field)
Deprecated.
Sets the field name for this query element.
|
void |
setFieldValue(String value)
Deprecated.
Sets the value for the field name in this query element.
|
void |
setRelation(int value)
Deprecated.
This method modifies/sets the relation between the field
name and value in this query element.
|
public QueryElement(String fld, String val, int rel) throws IllegalArgumentException
fld
- name of the field to be set.val
- value of the field to be set.rel
- relation between field and value to be checked.IllegalArgumentException
public QueryElement()
public String getFieldName()
public String getFieldValue()
public int getRelation()
public void setFieldName(String field)
field
- field or column name of the log recordpublic void setFieldValue(String value)
value
- field or column value of the log recordpublic void setRelation(int value) throws IllegalArgumentException
value
- relation between field and value to be matched.IllegalArgumentException
- if relation is invalid.Copyright © 2010-2018, ForgeRock All Rights Reserved.