Class HistoryPane


  • public class HistoryPane
    extends BaseElement
    Represents the actions possible on the History Pane at the bottom of a page.
    Since:
    3.2M3
    Version:
    $Id: cf3a17e167eb13faca246bd140558621e6287c1d $
    • Constructor Detail

      • HistoryPane

        public HistoryPane()
    • Method Detail

      • isOpened

        public boolean isOpened()
      • hasVersionWithSummary

        public boolean hasVersionWithSummary​(String summary)
      • getCurrentVersion

        public String getCurrentVersion()
      • getCurrentVersionComment

        public String getCurrentVersionComment()
      • getCurrentAuthor

        public String getCurrentAuthor()
      • rollbackToVersion

        public ViewPage rollbackToVersion​(String version)
        IMPORTANT: this method isn't blocking and doesn't wait for the page to be loaded (after the confirmation popup has been accepted).
      • showMinorEdits

        public HistoryPane showMinorEdits()
        Clicks on the 'Show Minor Edits' button.
        Returns:
        the new history pane that includes the minor edits
      • compare

        public ComparePage compare​(String fromVersion,
                                   String toVersion)
        Selects the specified document versions and clicks the button to compare them.
        Parameters:
        fromVersion - the from version
        toVersion - the to version
        Returns:
        the page that shows the differences between the selected pages