Interface ActivityCollection
- All Known Subinterfaces:
ActivityStream
A simple collection of activities usually aggregated from several activity streams.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetActivities(int offset, int length) Returnslengthactivities of this stream, starting atoffset.
-
Field Details
-
EMPTY
Empty activity collection.
-
-
Method Details
-
getActivities
Returnslengthactivities of this stream, starting atoffset.- Parameters:
offset- number of activities to skiplength- number of activities to return. specifying a value <= 0 returns all activities.- Returns:
- a collection of activities
- Throws:
ActivityException- if an error occurs.
-