@ProviderType public interface ActivityCollection
Modifier and Type | Field and Description |
---|---|
static ActivityCollection |
EMPTY
Empty activity collection.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<Activity> |
getActivities(int offset,
int length)
Returns
length activities of this stream, starting at offset . |
static final ActivityCollection EMPTY
java.lang.Iterable<Activity> getActivities(int offset, int length) throws ActivityException
length
activities of this stream, starting at offset
.offset
- number of activities to skiplength
- number of activities to return. specifying a value <= 0 returns all activities.ActivityException
- if an error occurs.Copyright © 2010 - 2020 Adobe. All Rights Reserved