Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.services.activity
Class ActivityServiceImpl

java.lang.Object
  extended by org.nuxeo.runtime.model.DefaultComponent
      extended by org.nuxeo.opensocial.services.activity.ActivityServiceImpl
All Implemented Interfaces:
org.apache.shindig.social.opensocial.spi.ActivityService, Adaptable, Component, Extensible

public class ActivityServiceImpl
extends DefaultComponent
implements org.apache.shindig.social.opensocial.spi.ActivityService


Constructor Summary
ActivityServiceImpl()
           
 
Method Summary
 java.util.concurrent.Future<java.lang.Void> createActivity(org.apache.shindig.social.opensocial.spi.UserId arg0, org.apache.shindig.social.opensocial.spi.GroupId arg1, java.lang.String arg2, java.util.Set<java.lang.String> arg3, org.apache.shindig.social.opensocial.model.Activity arg4, org.apache.shindig.auth.SecurityToken arg5)
           
 java.util.concurrent.Future<java.lang.Void> deleteActivities(org.apache.shindig.social.opensocial.spi.UserId arg0, org.apache.shindig.social.opensocial.spi.GroupId arg1, java.lang.String arg2, java.util.Set<java.lang.String> arg3, org.apache.shindig.auth.SecurityToken arg4)
           
 java.util.concurrent.Future<org.apache.shindig.protocol.RestfulCollection<org.apache.shindig.social.opensocial.model.Activity>> getActivities(java.util.Set<org.apache.shindig.social.opensocial.spi.UserId> arg0, org.apache.shindig.social.opensocial.spi.GroupId arg1, java.lang.String arg2, java.util.Set<java.lang.String> arg3, org.apache.shindig.social.opensocial.spi.CollectionOptions arg4, org.apache.shindig.auth.SecurityToken arg5)
           
 java.util.concurrent.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, java.lang.String arg2, java.util.Set<java.lang.String> arg3, org.apache.shindig.social.opensocial.spi.CollectionOptions arg4, java.util.Set<java.lang.String> arg5, org.apache.shindig.auth.SecurityToken arg6)
           
 java.util.concurrent.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, java.lang.String arg2, java.util.Set<java.lang.String> arg3, java.lang.String arg4, org.apache.shindig.auth.SecurityToken arg5)
           
 
Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, deactivate, getAdapter, registerContribution, registerExtension, unregisterContribution, unregisterExtension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityServiceImpl

public ActivityServiceImpl()
Method Detail

createActivity

public java.util.concurrent.Future<java.lang.Void> createActivity(org.apache.shindig.social.opensocial.spi.UserId arg0,
                                                                  org.apache.shindig.social.opensocial.spi.GroupId arg1,
                                                                  java.lang.String arg2,
                                                                  java.util.Set<java.lang.String> arg3,
                                                                  org.apache.shindig.social.opensocial.model.Activity arg4,
                                                                  org.apache.shindig.auth.SecurityToken arg5)
                                                           throws org.apache.shindig.protocol.ProtocolException
Specified by:
createActivity in interface org.apache.shindig.social.opensocial.spi.ActivityService
Throws:
org.apache.shindig.protocol.ProtocolException

deleteActivities

public java.util.concurrent.Future<java.lang.Void> deleteActivities(org.apache.shindig.social.opensocial.spi.UserId arg0,
                                                                    org.apache.shindig.social.opensocial.spi.GroupId arg1,
                                                                    java.lang.String arg2,
                                                                    java.util.Set<java.lang.String> arg3,
                                                                    org.apache.shindig.auth.SecurityToken arg4)
                                                             throws org.apache.shindig.protocol.ProtocolException
Specified by:
deleteActivities in interface org.apache.shindig.social.opensocial.spi.ActivityService
Throws:
org.apache.shindig.protocol.ProtocolException

getActivities

public java.util.concurrent.Future<org.apache.shindig.protocol.RestfulCollection<org.apache.shindig.social.opensocial.model.Activity>> getActivities(java.util.Set<org.apache.shindig.social.opensocial.spi.UserId> arg0,
                                                                                                                                                     org.apache.shindig.social.opensocial.spi.GroupId arg1,
                                                                                                                                                     java.lang.String arg2,
                                                                                                                                                     java.util.Set<java.lang.String> arg3,
                                                                                                                                                     org.apache.shindig.social.opensocial.spi.CollectionOptions arg4,
                                                                                                                                                     org.apache.shindig.auth.SecurityToken arg5)
                                                                                                                                              throws org.apache.shindig.protocol.ProtocolException
Specified by:
getActivities in interface org.apache.shindig.social.opensocial.spi.ActivityService
Throws:
org.apache.shindig.protocol.ProtocolException

getActivities

public java.util.concurrent.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,
                                                                                                                                                     java.lang.String arg2,
                                                                                                                                                     java.util.Set<java.lang.String> arg3,
                                                                                                                                                     org.apache.shindig.social.opensocial.spi.CollectionOptions arg4,
                                                                                                                                                     java.util.Set<java.lang.String> arg5,
                                                                                                                                                     org.apache.shindig.auth.SecurityToken arg6)
                                                                                                                                              throws org.apache.shindig.protocol.ProtocolException
Specified by:
getActivities in interface org.apache.shindig.social.opensocial.spi.ActivityService
Throws:
org.apache.shindig.protocol.ProtocolException

getActivity

public java.util.concurrent.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,
                                                                                                    java.lang.String arg2,
                                                                                                    java.util.Set<java.lang.String> arg3,
                                                                                                    java.lang.String arg4,
                                                                                                    org.apache.shindig.auth.SecurityToken arg5)
                                                                                             throws org.apache.shindig.protocol.ProtocolException
Specified by:
getActivity in interface org.apache.shindig.social.opensocial.spi.ActivityService
Throws:
org.apache.shindig.protocol.ProtocolException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.