|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Represents a strategy used by FilteredDataSet to
exposes only some tables from a dataset.
| Method Summary | |
boolean |
accept(java.lang.String tableName)
Returns true if specified table is allowed by this filter. |
java.lang.String[] |
getTableNames(IDataSet dataSet)
Returns the table names allowed by this filter from the specified dataset. |
ITableIterator |
iterator(IDataSet dataSet,
boolean reversed)
Returns iterator of tables allowed by this filter from the specified dataset. |
| Method Detail |
public boolean accept(java.lang.String tableName)
throws DataSetException
true if specified table is allowed by this filter.
DataSetException
public java.lang.String[] getTableNames(IDataSet dataSet)
throws DataSetException
dataSet - the filtered dataset
DataSetException
public ITableIterator iterator(IDataSet dataSet,
boolean reversed)
throws DataSetException
dataSet - the filtered dataset
DataSetException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||