public interface StreamsActivityManager
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(StreamsEntryRequest entryRequest)
Add an activities entry to the in-memory buffer.
|
URI |
buildUriId(int id)
Build the URI to access entry detail from integer id.
|
Iterable<com.atlassian.streams.api.StreamsEntry> |
getEntries(com.atlassian.streams.api.ActivityRequest activityRequest)
Get the activities, with filter applied.
|
com.atlassian.streams.api.StreamsEntry |
getEntry(int id)
Get entry by id.
|
boolean |
removeEntry(int id)
Remove an activity entry.
|
Iterable<com.atlassian.streams.api.StreamsEntry> getEntries(com.atlassian.streams.api.ActivityRequest activityRequest)
activityRequest - the activities request.void addEntry(StreamsEntryRequest entryRequest)
entryRequest - the entry information to add.boolean removeEntry(int id)
id - the entry to remove.com.atlassian.streams.api.StreamsEntry getEntry(int id)
id - id of the entry.URI buildUriId(int id)
id - id.Copyright © 2018 Atlassian. All rights reserved.