|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filter | |
---|---|
org.d2rq | |
org.d2rq.mapgen |
Uses of Filter in org.d2rq |
---|
Methods in org.d2rq with parameters of type Filter | |
---|---|
void |
SystemLoader.setFilter(Filter filter)
|
Uses of Filter in org.d2rq.mapgen |
---|
Subclasses of Filter in org.d2rq.mapgen | |
---|---|
class |
FilterIncludeExclude
|
class |
FilterMatchAny
|
class |
FilterMatchColumn
|
class |
FilterMatchSchema
|
class |
FilterMatchTable
|
Fields in org.d2rq.mapgen declared as Filter | |
---|---|
static Filter |
Filter.ALL
|
static Filter |
Filter.NOTHING
|
Methods in org.d2rq.mapgen that return Filter | |
---|---|
static Filter |
FilterMatchAny.create(Collection<Filter> elements)
|
Filter |
FilterParser.parseColumnFilter(boolean matchParents)
|
Filter |
FilterParser.parseSchemaFilter()
|
Filter |
FilterParser.parseTableFilter(boolean matchParents)
|
Methods in org.d2rq.mapgen with parameters of type Filter | |
---|---|
void |
MappingGenerator.setFilter(Filter filter)
|
Method parameters in org.d2rq.mapgen with type arguments of type Filter | |
---|---|
static Filter |
FilterMatchAny.create(Collection<Filter> elements)
|
Constructors in org.d2rq.mapgen with parameters of type Filter | |
---|---|
FilterIncludeExclude(Filter include,
Filter exclude)
|
Constructor parameters in org.d2rq.mapgen with type arguments of type Filter | |
---|---|
FilterMatchAny(Collection<Filter> elements)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |