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, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
exists, getDescriptor, getId, resolve, resolve, resolveVersions
isFilterable, isSortable, search
public AbstractAdvancedSearchableExtensionRepository()
public IterableResult<Extension> search(String pattern, int offset, int nb) throws SearchException
Searchable
The pattern is a simple character chain.
search
in interface Searchable
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–2021 XWiki. All rights reserved.