public class ExoActivityService extends ExoService implements org.apache.shindig.social.opensocial.spi.ActivityService
| Modifier and Type | Field and Description |
|---|---|
static String |
OPENSOCIAL_PREFIX
The Constant OPENSOCIAL_PREFIX.
|
static int |
OPENSOCIAL_PREFIX_LENGTH
The Constant OPENSOCIAL_PREFIX_LENGTH.
|
| Constructor and Description |
|---|
ExoActivityService() |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
createActivity(org.apache.shindig.social.opensocial.spi.UserId userId,
org.apache.shindig.social.opensocial.spi.GroupId groupId,
String appId,
Set<String> fields,
org.apache.shindig.social.opensocial.model.Activity activity,
org.apache.shindig.auth.SecurityToken token) |
Future<Void> |
deleteActivities(org.apache.shindig.social.opensocial.spi.UserId userId,
org.apache.shindig.social.opensocial.spi.GroupId groupId,
String appId,
Set<String> activityIds,
org.apache.shindig.auth.SecurityToken token) |
Future<org.apache.shindig.protocol.RestfulCollection<org.apache.shindig.social.opensocial.model.Activity>> |
getActivities(Set<org.apache.shindig.social.opensocial.spi.UserId> userIds,
org.apache.shindig.social.opensocial.spi.GroupId groupId,
String appId,
Set<String> fields,
org.apache.shindig.social.opensocial.spi.CollectionOptions options,
org.apache.shindig.auth.SecurityToken token) |
Future<org.apache.shindig.protocol.RestfulCollection<org.apache.shindig.social.opensocial.model.Activity>> |
getActivities(org.apache.shindig.social.opensocial.spi.UserId userId,
org.apache.shindig.social.opensocial.spi.GroupId groupId,
String appId,
Set<String> fields,
org.apache.shindig.social.opensocial.spi.CollectionOptions options,
Set<String> activityIds,
org.apache.shindig.auth.SecurityToken token) |
Future<org.apache.shindig.social.opensocial.model.Activity> |
getActivity(org.apache.shindig.social.opensocial.spi.UserId userId,
org.apache.shindig.social.opensocial.spi.GroupId groupId,
String appId,
Set<String> fields,
String activityId,
org.apache.shindig.auth.SecurityToken token) |
getFriendsList, getHost, getIdentity, getIdentity, getIdSet, getIdSet, getPortalContainer, getPortalOwnerpublic static final String OPENSOCIAL_PREFIX
public static final int OPENSOCIAL_PREFIX_LENGTH
public Future<org.apache.shindig.protocol.RestfulCollection<org.apache.shindig.social.opensocial.model.Activity>> getActivities(Set<org.apache.shindig.social.opensocial.spi.UserId> userIds, org.apache.shindig.social.opensocial.spi.GroupId groupId, String appId, Set<String> fields, org.apache.shindig.social.opensocial.spi.CollectionOptions options, org.apache.shindig.auth.SecurityToken token) throws org.apache.shindig.protocol.ProtocolException
getActivities in interface org.apache.shindig.social.opensocial.spi.ActivityServiceorg.apache.shindig.protocol.ProtocolExceptionpublic Future<org.apache.shindig.protocol.RestfulCollection<org.apache.shindig.social.opensocial.model.Activity>> getActivities(org.apache.shindig.social.opensocial.spi.UserId userId, org.apache.shindig.social.opensocial.spi.GroupId groupId, String appId, Set<String> fields, org.apache.shindig.social.opensocial.spi.CollectionOptions options, Set<String> activityIds, org.apache.shindig.auth.SecurityToken token) throws org.apache.shindig.protocol.ProtocolException
getActivities in interface org.apache.shindig.social.opensocial.spi.ActivityServiceorg.apache.shindig.protocol.ProtocolExceptionpublic Future<org.apache.shindig.social.opensocial.model.Activity> getActivity(org.apache.shindig.social.opensocial.spi.UserId userId, org.apache.shindig.social.opensocial.spi.GroupId groupId, String appId, Set<String> fields, String activityId, org.apache.shindig.auth.SecurityToken token) throws org.apache.shindig.protocol.ProtocolException
getActivity in interface org.apache.shindig.social.opensocial.spi.ActivityServiceorg.apache.shindig.protocol.ProtocolExceptionpublic Future<Void> deleteActivities(org.apache.shindig.social.opensocial.spi.UserId userId, org.apache.shindig.social.opensocial.spi.GroupId groupId, String appId, Set<String> activityIds, org.apache.shindig.auth.SecurityToken token) throws org.apache.shindig.protocol.ProtocolException
deleteActivities in interface org.apache.shindig.social.opensocial.spi.ActivityServiceorg.apache.shindig.protocol.ProtocolExceptionpublic Future<Void> createActivity(org.apache.shindig.social.opensocial.spi.UserId userId, org.apache.shindig.social.opensocial.spi.GroupId groupId, String appId, Set<String> fields, org.apache.shindig.social.opensocial.model.Activity activity, org.apache.shindig.auth.SecurityToken token) throws org.apache.shindig.protocol.ProtocolException
createActivity in interface org.apache.shindig.social.opensocial.spi.ActivityServiceorg.apache.shindig.protocol.ProtocolExceptionCopyright © 2003–2018 eXo Platform SAS. All rights reserved.