com.sas.dataselectors.filters
Interface SimpleLogicListAdapterInterface

All Superinterfaces:
java.util.Collection, java.lang.Iterable, java.util.List, SimpleLogicListInterface
All Known Implementing Classes:
AbstractSimpleLogicListAdapterBase, BusinessModelFilterItemToAdvancedLogicListAdapter, BusinessQueryFilterItemToAdvancedLogicListAdapter, BusinessQueryFilterItemToSimpleLogicListAdapter, InformationMapFilterItemToSimpleLogicListAdapter

public interface SimpleLogicListAdapterInterface
extends SimpleLogicListInterface

This interface extends the simple logic list interface to add the ability to retrieve the entire filter definition as a list of filter test nodes.


Method Summary
 FilterLogicListInterface getFilterLogicList()
          Returns a FilterLogicListInterface that represents the filter test node list defining the a filter.
 
Methods inherited from interface com.sas.dataselectors.filters.SimpleLogicListInterface
commitChanges, getFilterItemList, getRootFilterObject
 

Method Detail

getFilterLogicList

FilterLogicListInterface getFilterLogicList()
Returns a FilterLogicListInterface that represents the filter test node list defining the a filter.

Returns:
the filter logic list



Copyright © 2009 SAS Institute Inc. All Rights Reserved.