Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.syndication
Interface SyndicationActions

All Known Implementing Classes:
SyndicationActionsBean

public interface SyndicationActions

Syndication bean. This Seam component is used to:

  1. find the syndication URL of the current document or current search,
  2. retrieve the actual feed for a URL.

Author:
Brice Chaffangeon, Florent Guillaume

Method Summary
 List<Action> getActionsForSyndication()
          Deprecated. Unused
 String getFullSyndicationDocumentUrl()
          Called by templates to get a documents feed URL.
 String getFullSyndicationDocumentUrlInAtom()
          Deprecated. Unused
 String getFullSyndicationDocumentUrlInRss()
          Deprecated. Unused
 String getFullSyndicationSearchUrl()
          Called by templates to get a search feed URL.
 String getFullSyndicationSearchUrlInAtom()
          Deprecated. Unused
 String getFullSyndicationSearchUrlInRss()
          Deprecated. Unused
 void getSyndicationDocument()
          Called by rss reader for document-based syndication.
 void getSyndicationSearch()
          Called by rss reader for search-based syndication.
 

Method Detail

getSyndicationDocument

void getSyndicationDocument()
                            throws ClientException
Called by rss reader for document-based syndication.

Throws:
ClientException

getSyndicationSearch

void getSyndicationSearch()
                          throws ClientException
Called by rss reader for search-based syndication.

Throws:
ClientException

getFullSyndicationDocumentUrl

String getFullSyndicationDocumentUrl()
Called by templates to get a documents feed URL.


getFullSyndicationDocumentUrlInRss

@Deprecated
String getFullSyndicationDocumentUrlInRss()
Deprecated. Unused


getFullSyndicationDocumentUrlInAtom

@Deprecated
String getFullSyndicationDocumentUrlInAtom()
Deprecated. Unused


getFullSyndicationSearchUrl

String getFullSyndicationSearchUrl()
Called by templates to get a search feed URL.


getFullSyndicationSearchUrlInRss

@Deprecated
String getFullSyndicationSearchUrlInRss()
Deprecated. Unused


getFullSyndicationSearchUrlInAtom

@Deprecated
String getFullSyndicationSearchUrlInAtom()
Deprecated. Unused


getActionsForSyndication

@Deprecated
List<Action> getActionsForSyndication()
Deprecated. Unused


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.