| Package | Description |
|---|---|
| org.gatein.api |
The Portal Public API classes
|
| org.gatein.api.site |
| Modifier and Type | Method and Description |
|---|---|
List<Site> |
Portal.findSites(SiteQuery query)
Finds sites given the
SiteQuery |
| Modifier and Type | Method and Description |
|---|---|
SiteQuery |
SiteQuery.Builder.build()
Creates a new SiteQuery object represented by the state this builder
|
SiteQuery |
SiteQuery.nextPage()
Convenience method for creating a new SiteQuery with pagination set to the next page represented by by
Pagination.getNext() |
SiteQuery |
SiteQuery.previousPage()
Convenience method for creating a new SiteQuery with pagination set to the previous page represented by by
Pagination.getPrevious() |
| Modifier and Type | Method and Description |
|---|---|
SiteQuery.Builder |
SiteQuery.Builder.from(SiteQuery query)
Creates a new builder from an existing SiteQuery.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.