com.atlassian.confluence.core
Interface Addressable

All Known Implementing Classes:
AbstractPage, Attachment, BlogPost, Comment, ContentEntityObject, DefaultContent, Draft, GlobalDescription, Label, Mail, Page, PageContentEntityObject, PersonalInformation, SpaceContentEntityObject, SpaceDescription

public interface Addressable

Any addressable object has a URL and title.


Method Summary
 java.lang.String getDisplayTitle()
          The title of the addressable object, suitable for display in a list
 long getId()
           
 java.lang.String getRealTitle()
          Deprecated. since 2.8 - badly named method, use getDisplayTitle() instead.
 java.lang.String getType()
           
 java.lang.String getUrlPath()
           
 

Method Detail

getId

long getId()

getType

java.lang.String getType()

getRealTitle

java.lang.String getRealTitle()
Deprecated. since 2.8 - badly named method, use getDisplayTitle() instead.

Returns:

getDisplayTitle

java.lang.String getDisplayTitle()
The title of the addressable object, suitable for display in a list

Returns:

getUrlPath

java.lang.String getUrlPath()


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.