public interface

Addressable

implements ContentTypeAware
com.atlassian.confluence.core.Addressable
Known Indirect Subclasses

Class Overview

Any addressable object has a URL and title.

Summary

Public Methods
abstract String getDisplayTitle()
abstract long getId()
abstract String getUrlPath()
[Expand]
Inherited Methods
From interface com.atlassian.confluence.core.ContentTypeAware

Public Methods

public abstract String getDisplayTitle ()

Returns
  • the title of the addressable object, suitable for display in a list

public abstract long getId ()

public abstract String getUrlPath ()