com.atlassian.confluence.core
Interface Addressable

All Superinterfaces:
ContentTypeAware
All Known Implementing Classes:
AbstractPage, Attachment, BlogPost, Comment, ContentEntityObject, CustomContentEntityObject, Draft, GlobalDescription, Label, Mail, Page, PageContentEntityObject, PersonalInformation, Space, SpaceContentEntityObject, SpaceDescription, UserStatus

public interface Addressable
extends ContentTypeAware

Any addressable object has a URL and title.


Method Summary
 String getDisplayTitle()
           
 long getId()
           
 String getUrlPath()
           
 
Methods inherited from interface com.atlassian.confluence.core.ContentTypeAware
getType
 

Method Detail

getId

long getId()

getDisplayTitle

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

getUrlPath

String getUrlPath()


Copyright © 2003-2013 Atlassian. All Rights Reserved.