com.atlassian.confluence.rss
Interface FeedCustomContentType

All Known Implementing Classes:
MailFeedContentType

public interface FeedCustomContentType

Allows plugins to provide custom content types to the feed builder


Method Summary
 java.lang.String getI18nKey()
           
 java.lang.String getIdentifier()
           
 java.util.List<FeedCustomContentType> getSubTypes()
          Not yet implemented.
 SearchQuery toSearchQuery()
           
 

Method Detail

getIdentifier

java.lang.String getIdentifier()

getI18nKey

java.lang.String getI18nKey()

getSubTypes

java.util.List<FeedCustomContentType> getSubTypes()
Not yet implemented. Return an empty list


toSearchQuery

SearchQuery toSearchQuery()


Copyright © 2003-2014 Atlassian. All Rights Reserved.