public interface Repository
Modifier and Type | Method and Description |
---|---|
void |
addResult(Cursor cursor,
java.util.Set<EventBean> lookupResults,
int resultStream)
Add a lookup result.
|
java.util.Iterator<Cursor> |
getCursors(int lookupStream)
Supply events for performing look ups for a given stream.
|
java.util.Iterator<Cursor> getCursors(int lookupStream)
lookupStream
- is the stream to perform lookup forvoid addResult(Cursor cursor, java.util.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