|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchResult | |
|---|---|
| org.xwiki.rest.model.jaxb | |
| org.xwiki.rest.resources | |
| Uses of SearchResult in org.xwiki.rest.model.jaxb |
|---|
| Fields in org.xwiki.rest.model.jaxb with type parameters of type SearchResult | |
|---|---|
protected java.util.List<SearchResult> |
SearchResults.searchResults
|
| Methods in org.xwiki.rest.model.jaxb that return SearchResult | |
|---|---|
SearchResult |
ObjectFactory.createSearchResult()
Create an instance of SearchResult |
SearchResult |
SearchResult.withClassName(java.lang.String value)
|
SearchResult |
SearchResult.withId(java.lang.String value)
|
SearchResult |
SearchResult.withLinks(java.util.Collection<Link> values)
|
SearchResult |
SearchResult.withLinks(Link... values)
|
SearchResult |
SearchResult.withObjectNumber(java.lang.Integer value)
|
SearchResult |
SearchResult.withPageFullName(java.lang.String value)
|
SearchResult |
SearchResult.withPageName(java.lang.String value)
|
SearchResult |
SearchResult.withSpace(java.lang.String value)
|
SearchResult |
SearchResult.withType(java.lang.String value)
|
SearchResult |
SearchResult.withWiki(java.lang.String value)
|
| Methods in org.xwiki.rest.model.jaxb that return types with arguments of type SearchResult | |
|---|---|
java.util.List<SearchResult> |
SearchResults.getSearchResults()
Gets the value of the searchResults property. |
| Methods in org.xwiki.rest.model.jaxb with parameters of type SearchResult | |
|---|---|
SearchResults |
SearchResults.withSearchResults(SearchResult... values)
|
| Method parameters in org.xwiki.rest.model.jaxb with type arguments of type SearchResult | |
|---|---|
SearchResults |
SearchResults.withSearchResults(java.util.Collection<SearchResult> values)
|
| Uses of SearchResult in org.xwiki.rest.resources |
|---|
| Methods in org.xwiki.rest.resources that return types with arguments of type SearchResult | |
|---|---|
protected java.util.List<SearchResult> |
BaseSearchResult.searchObjects(java.lang.String keywords,
java.lang.String wikiName,
java.lang.String space,
boolean hasProgrammingRights,
int number)
|
protected java.util.List<SearchResult> |
BaseSearchResult.searchPages(java.util.List<BaseSearchResult.SearchScope> searchScopes,
java.lang.String keywords,
java.lang.String wikiName,
java.lang.String space,
boolean hasProgrammingRights,
int number)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||