Interface | Description |
---|---|
AdvancedSearchable |
A repository can implements it to provide search capabilities.
|
Searchable |
A repository can implements it to provide basic search capabilities.
|
SearchableExtensionRepository |
A combination of
ExtensionRepository and Searchable interfaces. |
Class | Description |
---|---|
ExtensionQuery |
A query to an extension repository.
|
ExtensionQuery.Filter |
A filter to apply on an extension field.
|
ExtensionQuery.SortClause |
The sort criteria.
|
Enum | Description |
---|---|
ExtensionQuery.COMPARISON |
The comparison to apply.
|
ExtensionQuery.ORDER |
The order in which extensions should be sorted.
|
Exception | Description |
---|---|
SearchException |
Error when search for exetension in a repository.
|
Copyright © 2004–2021 XWiki. All rights reserved.