Class DeletePageOutcomePage


  • public class DeletePageOutcomePage
    extends ViewPage
    Represents the common actions possible after a page has been deleted.
    Since:
    3.2M3
    Version:
    $Id: 456d0891841deffd7ff27dd8e75d5d94d69dce1e $
    • Constructor Detail

      • DeletePageOutcomePage

        public DeletePageOutcomePage()
    • Method Detail

      • getPageDeleter

        public String getPageDeleter()
        Since:
        3.2M3
      • getMessage

        public String getMessage()
        Since:
        4.0M2
      • clickRestore

        public ViewPage clickRestore()
        Clicks on the link to restore the deleted page from the recycle bin.
        Returns:
        the restored view page
        Since:
        5.2M2
      • hasTerminalPagesInRecycleBin

        public boolean hasTerminalPagesInRecycleBin()
        Returns:
        if there are terminal pages in the recycle bin
        Since:
        7.2RC1
      • clickDeletePage

        public DeletePageOutcomePage clickDeletePage()
        Clicks on the link to restore the deleted page from the recycle bin.
        Returns:
        the restored view page
        Since:
        7.2RC1
      • clickDeleteTerminalPage

        public DeletePageOutcomePage clickDeleteTerminalPage()
        Clicks on the link to restore the deleted terminal page from the recycle bin.
        Returns:
        the restored view page
        Since:
        7.2RC1
      • clickViewDocument

        public ViewPage clickViewDocument​(int row)
        Click on the link to view the deleted page.
        Parameters:
        row - the revision row for which to view the deleted page, starting at 1
        Returns:
        the view page of the deleted page
        Since:
        13.10.4, 14.2RC1