ExcludeCategories, IncludeCategoriespublic interface FilterFactory
Filter.| Modifier and Type | Interface | Description |
|---|---|---|
static class |
FilterFactory.FilterNotCreatedException |
Exception thrown if the
Filter cannot be created. |
| Modifier and Type | Method | Description |
|---|---|---|
Filter |
createFilter(FilterFactoryParams params) |
Creates a
Filter given a FilterFactoryParams argument. |
Filter createFilter(FilterFactoryParams params) throws FilterFactory.FilterNotCreatedException
Filter given a FilterFactoryParams argument.params - Parameters needed to create the FilterFilterFactory.FilterNotCreatedException