Package | Description |
---|---|
com.tibco.rta.query |
Query service related interfaces and classes.
|
com.tibco.rta.query.filter |
Various filters for query.
|
Modifier and Type | Method and Description |
---|---|
Filter |
QueryByFilterDef.getFilter()
Get the root level filter
|
Modifier and Type | Method and Description |
---|---|
void |
QueryByFilterDef.setFilter(Filter filter)
Set root filter.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AndFilter
A filter that represents a logical "and" condition.
|
interface |
BaseRelationalFilter
A base filter for relational operations like equals, less than, greater than, etc
|
interface |
EqFilter
A filter that represents an "equal to" condition.
|
interface |
GEFilter
A filter that represents a "greater than or equal to" condition.
|
interface |
GtFilter
A filter that represents a "greater than" condition.
|
interface |
InFilter
A filter that represents an "in" condition.
|
interface |
LEFilter
A filter that represents a "lesser than or equal to" condition.
|
interface |
LikeFilter
A filter that represents an "like" condition.
|
interface |
LogicalFilter
A base filter for logical operations AND and OR.
|
interface |
LtFilter
A filter that represents a "lesser than" condition.
|
interface |
NotFilter
A filter that represents a "not" condition
|
interface |
OrFilter
A filter that represents a logical "or" condition.
|
interface |
RelationalFilter
A base filter for relational operations like equals, less than, greater than, etc
|
Modifier and Type | Method and Description |
---|---|
Filter |
NotFilter.getBaseFilter() |
Filter[] |
LogicalFilter.getFilters() |
Filter |
Filter.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
LogicalFilter.addFilter(Filter... f)
Adds the filter.
|
void |
Filter.setParent(Filter parent) |
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.