|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEntryGroup
A group of feed entries from a single enterprise feed or channel. An entry group has a title, a description and an icon URI.
| Method Summary | |
|---|---|
String |
getDescription()
Returns the description of this entry group. |
List<IFeedEntry> |
getEntries()
Returns the feed entries of this entry group. |
List<? extends FeedsAggregationException> |
getExceptions()
Returns a list of exceptions that occurred while fetching the feed entries. |
URI |
getIconURI()
Returns the icon URI for this entry group. |
double |
getSortPriority()
Returns the sort priority value of this entry group. |
String |
getTitle()
Returns the title of this entry group. |
| Method Detail |
|---|
String getTitle()
String getDescription()
URI getIconURI()
double getSortPriority()
IFeedEntries.getEntriesByGroup() method.
The groups are sorted in ascending order.
List<IFeedEntry> getEntries()
List<? extends FeedsAggregationException> getExceptions()
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||