Class PageCopyResultInfo


  • public class PageCopyResultInfo
    extends Object
    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 Detail

      • PageCopyResultInfo

        public PageCopyResultInfo()
        Empty constructor needed by JAXB
    • Method Detail

      • getNewPageId

        public Integer getNewPageId()
        Returns the page id of the newly created copy
        Returns:
      • setNewPageId

        public void setNewPageId​(Integer newPageId)
        Set the page id for the newly created copy
        Parameters:
        newPageId -
      • getTargetFolderId

        public Integer getTargetFolderId()
        Return the target folder id in which the page copy was created.
        Returns:
      • setTargetFolderId

        public void setTargetFolderId​(Integer targetFolderId)
        Set the target folder id for the folder in which the copy was created.
        Parameters:
        folderTargetId -
      • getTargetFolderChannelId

        public Integer getTargetFolderChannelId()
        Returns the folder channel id for the parent folder of the page copy
        Returns:
      • setTargetFolderChannelId

        public void setTargetFolderChannelId​(Integer targetFolderChannelId)
        Set the channel id for the parent folder of the page copy
        Parameters:
        folderChannelId -
      • getSourcePageId

        public Integer getSourcePageId()
        Returns the source page id of the page that was used for creating the copy
        Returns:
      • setSourcePageId

        public void setSourcePageId​(Integer sourcePageId)
        Set the source page id of the page that was used for creating the copy
        Parameters:
        sourcePageId -