|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.timeindexing.appl.SelectionProcessor
This class is used by applications to do processing of values in order to get selection from an Index.
The values passed to the SelectionProcessor get passed in as an IndexProperties object. Types of values in the properties are:
Constructor Summary | |
SelectionProcessor()
Construct a SelectionProcessor. |
Method Summary | |
IndexView |
select(IndexView index,
IndexProperties properties)
Process a selction given an Index and some index properties. |
IndexView |
select(IndexView index,
IndexProperties properties,
Lifetime lifetime)
Process a selction given an Index and some index properties. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SelectionProcessor()
Method Detail |
public IndexView select(IndexView index, IndexProperties properties)
public IndexView select(IndexView index, IndexProperties properties, Lifetime lifetime)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |