|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResultHistoryIndex
An index used to search the result history
Method Summary | |
---|---|
void |
addResult(IResultInstance instance)
Adds a new instance for indexing |
void |
addResults(IResultInstance[] instances)
Adds a list of result instances for indexing |
void |
refreshResult(IResultInstance instance)
Refreshes the given result instance |
void |
removeResult(IResultInstance instance)
Removes the specified result instance |
void |
removeResults(IResultInstance[] instances)
Removes a list of result instances |
IResultInstance[] |
search(java.lang.String expression)
Searches the index by the given expression and returns the searching results |
Method Detail |
---|
void addResult(IResultInstance instance)
instance
- a result instancevoid addResults(IResultInstance[] instances)
instances
- a list of result instancesvoid removeResult(IResultInstance instance)
instance
- a result instancevoid removeResults(IResultInstance[] instances)
instances
- a list of result instancesvoid refreshResult(IResultInstance instance)
instance
- a result instanceIResultInstance[] search(java.lang.String expression)
expression
- the search expression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |