|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PageSummary | |
|---|---|
| org.xwiki.rest | |
| org.xwiki.rest.model.jaxb | |
| Uses of PageSummary in org.xwiki.rest |
|---|
| Methods in org.xwiki.rest that return PageSummary | |
|---|---|
static PageSummary |
DomainObjectFactory.createPageSummary(ObjectFactory objectFactory,
java.net.URI baseUri,
com.xpn.xwiki.api.Document doc,
com.xpn.xwiki.api.XWiki xwikiApi)
|
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||