| Modifier and Type | Method and Description |
|---|---|
static void |
FilterUtils.toVariant(Filter filter)
converts string values in filter to actual Variant Values
|
| Constructor and Description |
|---|
EventMatcherImpl(Filter filter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BundleMonitorQuery.setFilter(Filter filter)
Sets the new filter and actualizes the data set
|
| Constructor and Description |
|---|
FilterEventHandler(Filter filter,
boolean pass) |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
AbstractJdbcStorageDao.queryEvents(Filter filter)
Get an open result result for a filter
|
ResultSet |
StorageDao.queryEvents(Filter filter) |
static SqlCondition |
SqlConverter.toSql(String schema,
Filter filter) |
| Constructor and Description |
|---|
JdbcQuery(StorageDao jdbcStorageDao,
Filter filter,
ScheduledExecutorService executor,
List<JdbcQuery> openQueries) |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
JdbcDao.queryEvents(Filter filter) |
| Modifier and Type | Method and Description |
|---|---|
static SqlConverter.SqlCondition |
SqlConverter.toSql(String schema,
Filter filter) |
| Constructor and Description |
|---|
JdbcQuery(JdbcDao jdbcStorageDao,
Filter filter,
ScheduledExecutorService executor,
List<JdbcQuery> openQueries) |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterAssertion |
class |
FilterEmpty |
class |
FilterExpression |
| Modifier and Type | Field and Description |
|---|---|
static Filter |
Filter.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
Filter |
FilterParser.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
FilterExpression.getFilterSet() |
| Modifier and Type | Method and Description |
|---|---|
static FilterExpression |
FilterExpression.negate(Filter expression) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Object> |
BeanMatcher.filter(Filter filter,
Collection<Object> list,
boolean ifEmpty,
PropertyEditorRegistry registry) |
static void |
BeanMatcher.filter(Filter filter,
Collection<Object> list,
Collection<Object> targetCollection,
boolean ifEmpty,
PropertyEditorRegistry registry) |
static boolean |
BeanMatcher.matches(Filter filter,
Object object,
boolean ifEmpty,
PropertyEditorRegistry registry) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.