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

Uses of PageSummary in org.xwiki.rest.model.jaxb
 

Subclasses of PageSummary in org.xwiki.rest.model.jaxb
 class Page
          Java class for Page complex type.
 

Fields in org.xwiki.rest.model.jaxb with type parameters of type PageSummary
protected  java.util.List<PageSummary> Pages.pageSummaries
           
 

Methods in org.xwiki.rest.model.jaxb that return PageSummary
 PageSummary ObjectFactory.createPageSummary()
          Create an instance of PageSummary
 PageSummary PageSummary.withFullName(java.lang.String value)
           
 PageSummary PageSummary.withId(java.lang.String value)
           
 PageSummary PageSummary.withLinks(java.util.Collection<Link> values)
           
 PageSummary PageSummary.withLinks(Link... values)
           
 PageSummary PageSummary.withName(java.lang.String value)
           
 PageSummary PageSummary.withParent(java.lang.String value)
           
 PageSummary PageSummary.withParentId(java.lang.String value)
           
 PageSummary PageSummary.withSpace(java.lang.String value)
           
 PageSummary PageSummary.withSyntax(java.lang.String value)
           
 PageSummary PageSummary.withTitle(java.lang.String value)
           
 PageSummary PageSummary.withTranslations(Translations value)
           
 PageSummary PageSummary.withWiki(java.lang.String value)
           
 PageSummary PageSummary.withXwikiAbsoluteUrl(java.lang.String value)
           
 PageSummary PageSummary.withXwikiRelativeUrl(java.lang.String value)
           
 

Methods in org.xwiki.rest.model.jaxb that return types with arguments of type PageSummary
 java.util.List<PageSummary> Pages.getPageSummaries()
          Gets the value of the pageSummaries property.
 

Methods in org.xwiki.rest.model.jaxb with parameters of type PageSummary
 Pages Pages.withPageSummaries(PageSummary... values)
           
 

Method parameters in org.xwiki.rest.model.jaxb with type arguments of type PageSummary
 Pages Pages.withPageSummaries(java.util.Collection<PageSummary> values)
           
 



Copyright © 2004-2010 XWiki. All Rights Reserved.