Package com.atlassian.confluence.core
Interface Addressable
-
- All Superinterfaces:
ContentTypeAware
- All Known Implementing Classes:
AbstractPage
,Attachment
,BlogPost
,Comment
,ContentEntityObject
,CustomContentEntityObject
,Draft
,GlobalDescription
,Label
,Page
,PersonalInformation
,Space
,SpaceContentEntityObject
,SpaceDescription
public interface Addressable extends ContentTypeAware
Any addressable object has a URL and title.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDisplayTitle()
long
getId()
String
getUrlPath()
-
Methods inherited from interface com.atlassian.confluence.core.ContentTypeAware
getType
-
-