Interface Addressable

All Superinterfaces:
ContentTypeAware
All Known Implementing Classes:
AbstractPage, Attachment, BlogPost, Comment, ContentEntityObject, CustomContentEntityObject, Draft, GlobalDescription, Label, Page, PersonalInformation, ReadOnlyAttachment, ReadOnlySpace, ReadOnlySpaceDescription, Space, SpaceContentEntityObject, SpaceDescription

public interface Addressable extends ContentTypeAware
Any addressable object has a URL and title.
  • Method Details

    • getId

      long getId()
    • getDisplayTitle

      String getDisplayTitle()
      Returns:
      the title of the addressable object, suitable for display in a list
    • getUrlPath

      String getUrlPath()