|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use FilterLogicListInterface | |
|---|---|
| com.sas.dataselectors.filters | Provides adapter components used to convert native models to models which can then be used with filter components. |
| com.sas.dataselectors.filters.tree | |
| Uses of FilterLogicListInterface in com.sas.dataselectors.filters |
|---|
| Subinterfaces of FilterLogicListInterface in com.sas.dataselectors.filters | |
|---|---|
interface |
SimpleFilterLogicInterface
This interface is intended to provide list-like access to the methods required by the selector. |
| Classes in com.sas.dataselectors.filters that implement FilterLogicListInterface | |
|---|---|
class |
AbstractSimpleLogicListAdapterBase
This class extends a filter logic list implementation to provide a base for SimpleLogicListAdapterInterface implementations adding convenient access to a filter's logic as a flat list of logic test nodes. |
class |
BusinessModelFilterItemToAdvancedLogicListAdapter
This class extends the simple logic list base to add BusinessModel specific behavior. |
class |
BusinessQueryFilterItemToAdvancedLogicListAdapter
This class extends the simple logic list base to add BusinessQuery specific behavior. |
class |
BusinessQueryFilterItemToSimpleLogicListAdapter
This adapter extends the abstract adapter base to provide BusinessQuery specific support. |
class |
DefaultFilterLogicList
This implements a bare bones list of filter nodes using DefaultFilterLogicTestNode All nodes added MUST be non-null and implement FilterLogicTestNodeInterface |
class |
InformationMapFilterItemToSimpleLogicListAdapter
This adapter extends the abstract adapter base to provide InformationMap specific support. |
| Fields in com.sas.dataselectors.filters declared as FilterLogicListInterface | |
|---|---|
protected FilterLogicListInterface |
SimpleFilterListEditorModelBase._filterLogicList
|
| Methods in com.sas.dataselectors.filters that return FilterLogicListInterface | |
|---|---|
FilterLogicListInterface |
FilterItemListToSimpleList.getFilterLogicList()
Returns the filter logic list. |
abstract FilterLogicListInterface |
SimpleLogicListAdapterInterface.getFilterLogicList()
Returns a FilterLogicListInterface that represents the filter test node list defining the a filter. |
abstract FilterLogicListInterface |
SimpleFilterListEditorModelInterface.getFilterLogicList()
Returns a list of test nodes. |
FilterLogicListInterface |
SimpleFilterListEditorModelBase.getFilterLogicList()
Returns the filter logic list. |
abstract FilterLogicListInterface |
AdvancedFilterModelInterface.getFilterLogicList()
Returns a java.util.List of test nodes. |
FilterLogicListInterface |
AbstractSimpleLogicListAdapterBase.getFilterLogicList()
Returns a FilterLogicListInterface that is the head of the test node list |
| Methods in com.sas.dataselectors.filters with parameters of type FilterLogicListInterface | |
|---|---|
void |
FilterLogicTestNodeObjectMap.mapFilterLogicList(FilterLogicListInterface flli)
|
| Uses of FilterLogicListInterface in com.sas.dataselectors.filters.tree |
|---|
| Classes in com.sas.dataselectors.filters.tree that implement FilterLogicListInterface | |
|---|---|
class |
SimpleFilterLogicTree
|
|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||