public abstract class AbstractAdvancedSearchableExtensionRepository extends AbstractExtensionRepository implements ExtensionRepository, AdvancedSearchable
| Constructor and Description |
|---|
AbstractAdvancedSearchableExtensionRepository() |
| Modifier and Type | Method and Description |
|---|---|
IterableResult<Extension> |
search(String pattern,
int offset,
int nb)
Search extension based of the provided pattern.
|
exists, getDescriptor, getId, setDescriptor, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexists, getDescriptor, getId, resolve, resolve, resolveVersionsisFilterable, isSortable, searchpublic AbstractAdvancedSearchableExtensionRepository()
public IterableResult<Extension> search(String pattern, int offset, int nb) throws SearchException
SearchableThe pattern is a simple character chain.
search in interface Searchablepattern - 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–2017 XWiki. All rights reserved.