Interface IWikiPage


public interface IWikiPage
Since:
3.4.1
Version:
$Revision$ $Date$
Author:
Stepan Roh
  • Method Details

    • getName

      @NotNull String getName()
    • getSpace

      @Nullable IWikiSpace getSpace()
    • getFormattedName

      String getFormattedName()
    • getRevision

      String getRevision()
    • getUpdated

      Date getUpdated()
    • getCreated

      Date getCreated()
    • getUpdatedBy

      String getUpdatedBy()
    • getCreatedBy

      String getCreatedBy()
    • getProject

      String getProject()
      Since:
      3.5.0
    • getTitle

      @Nullable String getTitle()
      Since:
      3.8.2
    • getTitleOrName

      @NotNull String getTitleOrName()
      Returns getTitle() or getName() if the former returns null.
      Since:
      3.8.2