public interface Repository
Modifier and Type | Method and Description |
---|---|
void |
addResult(Cursor cursor,
Set<EventBean> lookupResults,
int resultStream)
Add a lookup result.
|
Iterator<Cursor> |
getCursors(int lookupStream)
Supply events for performing look ups for a given stream.
|
Iterator<Cursor> getCursors(int lookupStream)
lookupStream
- is the stream to perform lookup forvoid addResult(Cursor cursor, Set<EventBean> lookupResults, int resultStream)
cursor
- provides result position and parent event and node informationlookupResults
- is the events foundresultStream
- is the stream number of the stream providing the results