com.atlassian.confluence.core
Interface Addressable
- All Superinterfaces:
- ContentTypeAware
- All Known Implementing Classes:
- AbstractPage, Attachment, BlogPost, Comment, ContentEntityObject, ContentEntitySimulacrum, 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.
getId
long getId()
getDisplayTitle
java.lang.String getDisplayTitle()
- Returns:
- the title of the addressable object, suitable for display in a list
getUrlPath
java.lang.String getUrlPath()
Copyright © 2003-2014 Atlassian. All Rights Reserved.