Package org.xwiki.rest.resources.spaces
Interface SpaceSearchResource
-
public interface SpaceSearchResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchResults
search(String wikiName, String spaceName, String keywords, List<String> searchScopeStrings, Integer number, Integer start, String orderField, String order, Boolean withPrettyNames, Boolean isLocaleAware)
-
-
-
Method Detail
-
search
SearchResults search(String wikiName, @Encoded String spaceName, String keywords, List<String> searchScopeStrings, Integer number, Integer start, String orderField, String order, Boolean withPrettyNames, Boolean isLocaleAware) throws XWikiRestException
- Throws:
XWikiRestException
-
-