|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Activity | |
|---|---|
| org.apache.shindig.social.core.model | Core Social Model |
| org.apache.shindig.social.core.util.atom | |
| org.apache.shindig.social.opensocial.spi | The Social Service Provider Interface package |
| org.apache.shindig.social.sample.spi | Sample SPI implementation |
| Uses of Activity in org.apache.shindig.social.core.model |
|---|
| Classes in org.apache.shindig.social.core.model that implement Activity | |
|---|---|
class |
ActivityImpl
Default implementation of an Activity |
| Uses of Activity in org.apache.shindig.social.core.util.atom |
|---|
| Constructors in org.apache.shindig.social.core.util.atom with parameters of type Activity | |
|---|---|
AtomAuthor(Activity activity)
|
|
AtomContent(Activity activity)
|
|
AtomGenerator(Activity activity)
|
|
AtomSource(Activity activity)
|
|
| Uses of Activity in org.apache.shindig.social.opensocial.spi |
|---|
| Methods in org.apache.shindig.social.opensocial.spi that return types with arguments of type Activity | |
|---|---|
Future<RestfulCollection<Activity>> |
ActivityService.getActivities(Set<UserId> userIds,
GroupId groupId,
String appId,
Set<String> fields,
CollectionOptions options,
SecurityToken token)
Returns a list of activities that correspond to the passed in users and group. |
Future<RestfulCollection<Activity>> |
ActivityService.getActivities(UserId userId,
GroupId groupId,
String appId,
Set<String> fields,
CollectionOptions options,
Set<String> activityIds,
SecurityToken token)
Returns a set of activities for the passed in user and group that corresponds to a list of activityIds. |
Future<Activity> |
ActivityService.getActivity(UserId userId,
GroupId groupId,
String appId,
Set<String> fields,
String activityId,
SecurityToken token)
Returns an activity for the passed in user and group that corresponds to a single activityId. |
| Methods in org.apache.shindig.social.opensocial.spi with parameters of type Activity | |
|---|---|
Future<Void> |
ActivityService.createActivity(UserId userId,
GroupId groupId,
String appId,
Set<String> fields,
Activity activity,
SecurityToken token)
Creates the passed in activity for the passed in user and group. |
| Uses of Activity in org.apache.shindig.social.sample.spi |
|---|
| Methods in org.apache.shindig.social.sample.spi that return types with arguments of type Activity | |
|---|---|
Future<RestfulCollection<Activity>> |
JsonDbOpensocialService.getActivities(Set<UserId> userIds,
GroupId groupId,
String appId,
Set<String> fields,
CollectionOptions options,
SecurityToken token)
Returns a list of activities that correspond to the passed in users and group. |
Future<RestfulCollection<Activity>> |
JsonDbOpensocialService.getActivities(UserId userId,
GroupId groupId,
String appId,
Set<String> fields,
CollectionOptions options,
Set<String> activityIds,
SecurityToken token)
Returns a set of activities for the passed in user and group that corresponds to a list of activityIds. |
Future<Activity> |
JsonDbOpensocialService.getActivity(UserId userId,
GroupId groupId,
String appId,
Set<String> fields,
String activityId,
SecurityToken token)
Returns an activity for the passed in user and group that corresponds to a single activityId. |
| Methods in org.apache.shindig.social.sample.spi with parameters of type Activity | |
|---|---|
Future<Void> |
JsonDbOpensocialService.createActivity(UserId userId,
GroupId groupId,
String appId,
Set<String> fields,
Activity activity,
SecurityToken token)
Creates the passed in activity for the passed in user and group. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||