Class PageCopyResultInfo
java.lang.Object
com.gentics.contentnode.rest.model.response.page.PageCopyResultInfo
The page copy result info contains information about each copy action that
has taken place during a page copy call. When a page is copied to multiple
folders multiple objects of this class will be added to the page copy
response.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the page id of the newly created copyReturns the source page id of the page that was used for creating the copyReturns the folder channel id for the parent folder of the page copyReturn the target folder id in which the page copy was created.void
setNewPageId
(Integer newPageId) Set the page id for the newly created copyvoid
setSourcePageId
(Integer sourcePageId) Set the source page id of the page that was used for creating the copyvoid
setTargetFolderChannelId
(Integer targetFolderChannelId) Set the channel id for the parent folder of the page copyvoid
setTargetFolderId
(Integer targetFolderId) Set the target folder id for the folder in which the copy was created.
-
Constructor Details
-
PageCopyResultInfo
public PageCopyResultInfo()Empty constructor needed by JAXB
-
-
Method Details
-
getNewPageId
Returns the page id of the newly created copy- Returns:
-
setNewPageId
Set the page id for the newly created copy- Parameters:
newPageId
-
-
getTargetFolderId
Return the target folder id in which the page copy was created.- Returns:
-
setTargetFolderId
Set the target folder id for the folder in which the copy was created.- Parameters:
folderTargetId
-
-
getTargetFolderChannelId
Returns the folder channel id for the parent folder of the page copy- Returns:
-
setTargetFolderChannelId
Set the channel id for the parent folder of the page copy- Parameters:
folderChannelId
-
-
getSourcePageId
Returns the source page id of the page that was used for creating the copy- Returns:
-
setSourcePageId
Set the source page id of the page that was used for creating the copy- Parameters:
sourcePageId
-
-