public class ActivityServiceImpl extends DefaultComponent implements org.apache.shindig.social.opensocial.spi.ActivityService
Constructor and Description |
---|
ActivityServiceImpl() |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
createActivity(org.apache.shindig.social.opensocial.spi.UserId arg0,
org.apache.shindig.social.opensocial.spi.GroupId arg1,
String arg2,
Set<String> arg3,
org.apache.shindig.social.opensocial.model.Activity arg4,
org.apache.shindig.auth.SecurityToken arg5) |
Future<Void> |
deleteActivities(org.apache.shindig.social.opensocial.spi.UserId arg0,
org.apache.shindig.social.opensocial.spi.GroupId arg1,
String arg2,
Set<String> arg3,
org.apache.shindig.auth.SecurityToken arg4) |
Future<org.apache.shindig.protocol.RestfulCollection<org.apache.shindig.social.opensocial.model.Activity>> |
getActivities(Set<org.apache.shindig.social.opensocial.spi.UserId> arg0,
org.apache.shindig.social.opensocial.spi.GroupId arg1,
String arg2,
Set<String> arg3,
org.apache.shindig.social.opensocial.spi.CollectionOptions arg4,
org.apache.shindig.auth.SecurityToken arg5) |
Future<org.apache.shindig.protocol.RestfulCollection<org.apache.shindig.social.opensocial.model.Activity>> |
getActivities(org.apache.shindig.social.opensocial.spi.UserId arg0,
org.apache.shindig.social.opensocial.spi.GroupId arg1,
String arg2,
Set<String> arg3,
org.apache.shindig.social.opensocial.spi.CollectionOptions arg4,
Set<String> arg5,
org.apache.shindig.auth.SecurityToken arg6) |
Future<org.apache.shindig.social.opensocial.model.Activity> |
getActivity(org.apache.shindig.social.opensocial.spi.UserId arg0,
org.apache.shindig.social.opensocial.spi.GroupId arg1,
String arg2,
Set<String> arg3,
String arg4,
org.apache.shindig.auth.SecurityToken arg5) |
activate, applicationStarted, deactivate, getAdapter, getApplicationStartedOrder, getLastModified, registerContribution, registerExtension, setLastModified, unregisterContribution, unregisterExtension
public Future<Void> createActivity(org.apache.shindig.social.opensocial.spi.UserId arg0, org.apache.shindig.social.opensocial.spi.GroupId arg1, String arg2, Set<String> arg3, org.apache.shindig.social.opensocial.model.Activity arg4, org.apache.shindig.auth.SecurityToken arg5) throws org.apache.shindig.protocol.ProtocolException
createActivity
in interface org.apache.shindig.social.opensocial.spi.ActivityService
org.apache.shindig.protocol.ProtocolException
public Future<Void> deleteActivities(org.apache.shindig.social.opensocial.spi.UserId arg0, org.apache.shindig.social.opensocial.spi.GroupId arg1, String arg2, Set<String> arg3, org.apache.shindig.auth.SecurityToken arg4) throws org.apache.shindig.protocol.ProtocolException
deleteActivities
in interface org.apache.shindig.social.opensocial.spi.ActivityService
org.apache.shindig.protocol.ProtocolException
public Future<org.apache.shindig.protocol.RestfulCollection<org.apache.shindig.social.opensocial.model.Activity>> getActivities(Set<org.apache.shindig.social.opensocial.spi.UserId> arg0, org.apache.shindig.social.opensocial.spi.GroupId arg1, String arg2, Set<String> arg3, org.apache.shindig.social.opensocial.spi.CollectionOptions arg4, org.apache.shindig.auth.SecurityToken arg5) throws org.apache.shindig.protocol.ProtocolException
getActivities
in interface org.apache.shindig.social.opensocial.spi.ActivityService
org.apache.shindig.protocol.ProtocolException
public Future<org.apache.shindig.protocol.RestfulCollection<org.apache.shindig.social.opensocial.model.Activity>> getActivities(org.apache.shindig.social.opensocial.spi.UserId arg0, org.apache.shindig.social.opensocial.spi.GroupId arg1, String arg2, Set<String> arg3, org.apache.shindig.social.opensocial.spi.CollectionOptions arg4, Set<String> arg5, org.apache.shindig.auth.SecurityToken arg6) throws org.apache.shindig.protocol.ProtocolException
getActivities
in interface org.apache.shindig.social.opensocial.spi.ActivityService
org.apache.shindig.protocol.ProtocolException
public Future<org.apache.shindig.social.opensocial.model.Activity> getActivity(org.apache.shindig.social.opensocial.spi.UserId arg0, org.apache.shindig.social.opensocial.spi.GroupId arg1, String arg2, Set<String> arg3, String arg4, org.apache.shindig.auth.SecurityToken arg5) throws org.apache.shindig.protocol.ProtocolException
getActivity
in interface org.apache.shindig.social.opensocial.spi.ActivityService
org.apache.shindig.protocol.ProtocolException
Copyright © 2013 Nuxeo SA. All Rights Reserved.