public class FilteringStatementContext extends Object implements StatementContext
| Modifier and Type | Class and Description |
|---|---|
static interface |
FilteringStatementContext.Filter |
| Constructor and Description |
|---|
FilteringStatementContext(StatementContext delegate,
FilteringStatementContext.Filter filter) |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<String> |
collect(String key)
Collects all values matching a key.
|
LinkedList<String[]> |
collectTuples(String key)
Collects all tuples matching a key.
|
String |
get(String key)
Get a value matching the key.
|
String[] |
getTuple(String key)
Get a tuple matching the key.
|
String |
resolve(String key)
Resolves a value matching the key.
|
String[] |
resolveTuple(String key)
Resolves a tuple matching the key.
|
public FilteringStatementContext(StatementContext delegate, FilteringStatementContext.Filter filter)
public String get(String key)
StatementContextget in interface StatementContextpublic String[] getTuple(String key)
StatementContextgetTuple in interface StatementContextpublic String resolve(String key)
StatementContextresolve in interface StatementContextpublic String[] resolveTuple(String key)
StatementContextresolveTuple in interface StatementContextpublic LinkedList<String> collect(String key)
StatementContextcollect in interface StatementContextpublic LinkedList<String[]> collectTuples(String key)
StatementContextcollectTuples in interface StatementContextCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.