| Modifier and Type | Method and Description |
|---|---|
Map<Object,Page> |
Page.getLanguageVariants()
Language variants
|
List<Page> |
Page.getPageVariants()
Page variants of the page
|
| Modifier and Type | Method and Description |
|---|---|
void |
Page.setLanguageVariants(Map<Object,Page> languageVariants) |
void |
Page.setPageVariants(List<Page> variantIds) |
| Modifier and Type | Method and Description |
|---|---|
Page |
PagePreviewRequest.getPage()
Get the page
|
Page |
PageSaveRequest.getPage()
Page to be saved
|
| Modifier and Type | Method and Description |
|---|---|
void |
PagePreviewRequest.setPage(Page page)
Set the page
|
void |
PageSaveRequest.setPage(Page page) |
| Constructor and Description |
|---|
PagePreviewRequest(Page page)
Creates a new PageSaveRequest with a specified page
|
PageSaveRequest(Page page)
Creates a new PageSaveRequest with a specified page
|
| Modifier and Type | Method and Description |
|---|---|
Page |
PageLoadResponse.getPage() |
| Modifier and Type | Method and Description |
|---|---|
List<Page> |
PageListResponse.getPages() |
| Modifier and Type | Method and Description |
|---|---|
void |
PageLoadResponse.setPage(Page page) |
| Modifier and Type | Method and Description |
|---|---|
void |
PageListResponse.setPages(List<Page> pages)
NOTE: pages won't be listed correctly until a setter is defined
|
| Constructor and Description |
|---|
PageLoadResponse(Message message,
ResponseInfo responseInfo,
Page page)
Creates a PageLoadResponse with the provided single message and ResponseInfo.
|
| Constructor and Description |
|---|
PageUsageListResponse(Message message,
ResponseInfo responseInfo,
List<Page> pages,
int total,
int withoutPermission)
Create a new instance
|
| Modifier and Type | Method and Description |
|---|---|
List<Page> |
PageCopyResponse.getPages()
Return the list of copied pages
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageCopyResponse.setPages(List<Page> pages)
Set the list of copied pages
|
| Constructor and Description |
|---|
PageCopyResponse(Message message,
ResponseInfo responseInfo,
List<Page> copiedPages)
Build response
|
Copyright © 2015 Gentics Software GmbH. All rights reserved.