Uses of Class
org.xwiki.rest.model.jaxb.SearchResult

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.withLanguage(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)
           
 



Copyright © 2004-2010 XWiki. All Rights Reserved.