|
Clearspace API (2.5.29) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Activity | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Clearspace. |
| Uses of Activity in com.jivesoftware.community |
|---|
| Methods in com.jivesoftware.community that return types with arguments of type Activity | |
|---|---|
Iterable<Activity> |
ActivityManager.getRecentActivity(Collection<User> users)
Returns all the recent activities for a collection of users. |
Iterable<Activity> |
ActivityManager.getRecentActivity(JiveContainer jiveContainer)
Returns all the recent activities that have occurred in the specified container and all subcontainers. |
Iterable<Activity> |
ActivityManager.getRecentActivity(JiveContainer jiveContainer,
com.google.common.base.Predicate<com.jivesoftware.community.ActivityBean> predicate)
Returns all the recent activities matching the provided predicate that have occurred in the specified container and all subcontainers. |
Iterable<Activity> |
ActivityManager.getRecentActivity(User user)
Returns all the recent activities for a particular user |
Iterable<Activity> |
ActivityManager.getRecentActivity(User user,
com.google.common.base.Predicate<com.jivesoftware.community.ActivityBean> predicate)
Returns all the recent activities for a particular user matching the provided predicate. |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||