public interface Searchable
AdvancedSearchable| Modifier and Type | Method and Description |
|---|---|
IterableResult<Extension> |
search(String pattern,
int offset,
int nb)
Search extension based of the provided pattern.
|
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 returnSearchException - error when trying to search provided patternCopyright © 2004–2015 XWiki. All rights reserved.