Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.platform.syndication.FeedItem

Packages that use FeedItem
org.nuxeo.ecm.platform.syndication   
 

Uses of FeedItem in org.nuxeo.ecm.platform.syndication
 

Methods in org.nuxeo.ecm.platform.syndication that return FeedItem
static FeedItem FeedItemAdapter.toFeedItem(DocumentModel doc, javax.servlet.http.HttpServletRequest req)
          Convert a DocumentModel to a FeedItem.
 

Methods in org.nuxeo.ecm.platform.syndication that return types with arguments of type FeedItem
static java.util.List<FeedItem> FeedItemAdapter.toFeedItemList(java.util.List<DocumentModel> docList, javax.servlet.http.HttpServletRequest req)
          Convert a list of DocumentModels to a list of FeedItems.
 

Methods in org.nuxeo.ecm.platform.syndication with parameters of type FeedItem
 int FeedItem.compareTo(FeedItem fi)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.