|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Searchable
A repository can implements it to provide search capabilities.
| Method Summary | |
|---|---|
IterableResult<Extension> |
search(String pattern,
int offset,
int nb)
Search extension based of the provided pattern. |
| Method Detail |
|---|
IterableResult<Extension> search(String pattern,
int offset,
int nb)
throws SearchException
The pattern is a simple character chain.
pattern - the pattern to searchoffset - the offset from where to start returning search resultsnb - the maximum number of search results to return
SearchException - error when trying to search provided pattern
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||