public class DateSearcher extends ComparisonSearcher<DB.DateTime>
Constructor and Description |
---|
DateSearcher() |
Modifier and Type | Method and Description |
---|---|
void |
addTerm(com.versionone.apiclient.FilterTerm.Operator op,
DB.DateTime date)
Adds comparison term.
|
addTerm, clear, getTerms, range
public void addTerm(com.versionone.apiclient.FilterTerm.Operator op, DB.DateTime date) throws IllegalStateException
FilterTerm.Operator
supported:
addTerm
in interface IComparisonSearcher<DB.DateTime>
addTerm
in class ComparisonSearcher<DB.DateTime>
op
- comparison operator.date
- value to compare with.IllegalStateException
- if wrong operator or wrong operators composition supplied.Copyright © 2013 Version One, Inc.. All rights reserved.