Package com.atlassian.confluence.core
Interface Addressable
- All Known Implementing Classes:
- AbstractPage,- AddressableAttachment,- AddressableComment,- AddressablePage,- AddressableSpace,- Attachment,- BlogPost,- Comment,- ContentEntityObject,- CustomContentEntityObject,- Draft,- GlobalDescription,- Page,- PersonalInformation,- ReadOnlySpace,- ReadOnlySpaceDescription,- Space,- SpaceContentEntityObject,- SpaceDescription
public interface Addressable
Any addressable object has a URL and title.
- 
Method SummaryModifier and TypeMethodDescriptionlonggetId()static Optional<Addressable> Provides a way to obtain anAddressablefor entities that may not directly implement it.
- 
Method Details- 
getIdlong getId()
- 
getDisplayTitleString getDisplayTitle()- Returns:
- the title of the addressable object, suitable for display in a list
 
- 
getUrlPathString getUrlPath()
- 
ofProvides a way to obtain anAddressablefor entities that may not directly implement it.- Since:
- 9.3
 
 
-