com.atlassian.confluence.core
Interface Addressable

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

public interface Addressable

Any addressable object has a URL and title.


Method Summary
 long getId()
           
 String getRealTitle()
           
 String getType()
           
 String getUrlPath()
           
 

Method Detail

getId

long getId()

getType

String getType()

getRealTitle

String getRealTitle()

getUrlPath

String getUrlPath()


Confluence is developed by Atlassian.