Package com.atlassian.confluence.rss
Interface FeedCustomContentType
-
public interface FeedCustomContentType
Allows plugins to provide custom content types to the feed builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getI18nKey()
String
getIdentifier()
List<FeedCustomContentType>
getSubTypes()
Not yet implemented.SearchQuery
toSearchQuery()
-
-
-
Method Detail
-
getIdentifier
String getIdentifier()
-
getI18nKey
String getI18nKey()
-
getSubTypes
List<FeedCustomContentType> getSubTypes()
Not yet implemented. Return an empty list
-
toSearchQuery
SearchQuery toSearchQuery()
-
-