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

Packages that use Page
org.xwiki.rest.model.jaxb   
 

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

Methods in org.xwiki.rest.model.jaxb that return Page
 Page ObjectFactory.createPage()
          Create an instance of Page
 Page Page.withAuthor(String value)
           
 Page Page.withAuthorName(String value)
           
 Page Page.withContent(String value)
           
 Page Page.withCreated(Calendar value)
           
 Page Page.withCreator(String value)
           
 Page Page.withCreatorName(String value)
           
 Page Page.withFullName(String value)
           
 Page Page.withId(String value)
           
 Page Page.withLanguage(String value)
           
 Page Page.withLinks(Collection<Link> values)
           
 Page Page.withLinks(Link... values)
           
 Page Page.withMajorVersion(int value)
           
 Page Page.withMinorVersion(int value)
           
 Page Page.withModified(Calendar value)
           
 Page Page.withModifier(String value)
           
 Page Page.withModifierName(String value)
           
 Page Page.withName(String value)
           
 Page Page.withParent(String value)
           
 Page Page.withParentId(String value)
           
 Page Page.withSpace(String value)
           
 Page Page.withSyntax(String value)
           
 Page Page.withTitle(String value)
           
 Page Page.withTranslations(Translations value)
           
 Page Page.withVersion(String value)
           
 Page Page.withWiki(String value)
           
 Page Page.withXwikiAbsoluteUrl(String value)
           
 Page Page.withXwikiRelativeUrl(String value)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.