|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFeedEntries
An aggregation of feed entries.
To get all feed entries in a single list, use the getEntries(SortOrder) method.
The entries will be sorted by date (the sort order defined by the entry providers will be overridden).
To get the feed entries grouped according to the configuration of the source enterprise feeds, use the getEntriesByGroup() method.
| Method Summary | |
|---|---|
List<IFeedEntry> |
getEntries()
Returns all the feed entries, sorted by date in descending order (same as using getEntries(SortOrder.DESCENDING)). |
List<IFeedEntry> |
getEntries(SortOrder dateSortOrder)
Returns all the feed entries, sorted by date according to the specified sort order. |
List<IEntryGroup> |
getEntriesByGroup()
Returns the available entry groups. |
List<Exception> |
getExceptions()
Returns the exceptions that occurred while fetching the feed entries. |
| Method Detail |
|---|
List<IFeedEntry> getEntries()
getEntries(SortOrder.DESCENDING)).
List<IFeedEntry> getEntries(SortOrder dateSortOrder)
dateSortOrder - determines the sort order of the returned entries. Entries are always sorted by the date field (see IFeedEntry.getDate())
List<IEntryGroup> getEntriesByGroup()
List<Exception> getExceptions()
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||