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 |
PageWithExternalLinks.getPage()
Page containing the links
|
Modifier and Type | Method and Description |
---|---|
PageWithExternalLinks |
PageWithExternalLinks.setPage(Page page)
Set page
|
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> |
MultiPageLoadResponse.getPages()
The list of found pages.
|
List<Page> |
ReferencedSyncableObjectsListResponse.getPages()
Get the directly linked pages.
|
List<Page> |
LegacyPageListResponse.getPages() |
Modifier and Type | Method and Description |
---|---|
void |
PageLoadResponse.setPage(Page page) |
Modifier and Type | Method and Description |
---|---|
void |
MultiPageLoadResponse.setPages(List<Page> pages)
Set the list of pages to send with the response.
|
void |
ReferencedSyncableObjectsListResponse.setPages(List<Page> pages)
Set the directly linked pages.
|
void |
LegacyPageListResponse.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 |
---|
MultiPageLoadResponse(List<Page> pages)
Convenience constructor.
|
PageUsageListResponse(Message message,
ResponseInfo responseInfo,
List<Page> pages,
int total,
int withoutPermission)
Create a new instance
|
ReferencedPagesListResponse(Message message,
ResponseInfo responseInfo,
List<Page> pages,
int total,
int withoutPermission)
Create an instance
|
ReferencedSyncableObjectsListResponse(Map<ContentNodeItem.ItemType,ReferencedSyncableObjectsListResponse.SyncDependencies> dependencies,
List<Page> pages,
int pagesWithoutPermission,
List<File> files,
int filesWithoutPermission,
List<Image> images,
int imagesWithoutPermission)
Default constructor with no message and a response info containing just the
response code
OK . |
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
|
Modifier and Type | Method and Description |
---|---|
PageRenderResponse |
PageResource.render(Integer nodeId,
String template,
boolean editMode,
String proxyprefix,
LinksType linksType,
boolean tagmap,
boolean inherited,
boolean publish,
Page page)
Render a preview of the posted page
|
PageRenderResponse |
PageResource.renderTag(String tag,
Integer nodeId,
String proxyprefix,
LinksType linksType,
Page page)
Render a tag preview for the posted page
|
Copyright © 2024 Gentics Software. All rights reserved.