Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.services.person
Class PersonServiceImpl

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

public class PersonServiceImpl
extends DefaultComponent
implements org.apache.shindig.social.opensocial.spi.PersonService


Field Summary
 
Fields inherited from interface org.apache.shindig.social.opensocial.spi.PersonService
ALL_FILTER, HAS_APP_FILTER, IS_WITH_FRIENDS_FILTER, TOP_FRIENDS_FILTER, TOP_FRIENDS_SORT
 
Constructor Summary
PersonServiceImpl()
           
 
Method Summary
 java.util.concurrent.Future<org.apache.shindig.protocol.RestfulCollection<org.apache.shindig.social.opensocial.model.Person>> getPeople(java.util.Set<org.apache.shindig.social.opensocial.spi.UserId> userIds, org.apache.shindig.social.opensocial.spi.GroupId groupId, org.apache.shindig.social.opensocial.spi.CollectionOptions collectionOptions, java.util.Set<java.lang.String> fields, org.apache.shindig.auth.SecurityToken token)
           
 java.util.concurrent.Future<org.apache.shindig.social.opensocial.model.Person> getPerson(org.apache.shindig.social.opensocial.spi.UserId id, java.util.Set<java.lang.String> fields, org.apache.shindig.auth.SecurityToken token)
           
 void registerContribution(java.lang.Object contribution, java.lang.String extensionPoint, ComponentInstance contributor)
           
 void unregisterContribution(java.lang.Object contribution, java.lang.String extensionPoint, ComponentInstance contributor)
           
 
Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, deactivate, getAdapter, registerExtension, unregisterExtension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonServiceImpl

public PersonServiceImpl()
Method Detail

registerContribution

public void registerContribution(java.lang.Object contribution,
                                 java.lang.String extensionPoint,
                                 ComponentInstance contributor)
Overrides:
registerContribution in class DefaultComponent

unregisterContribution

public void unregisterContribution(java.lang.Object contribution,
                                   java.lang.String extensionPoint,
                                   ComponentInstance contributor)
Overrides:
unregisterContribution in class DefaultComponent

getPerson

public java.util.concurrent.Future<org.apache.shindig.social.opensocial.model.Person> getPerson(org.apache.shindig.social.opensocial.spi.UserId id,
                                                                                                java.util.Set<java.lang.String> fields,
                                                                                                org.apache.shindig.auth.SecurityToken token)
Specified by:
getPerson in interface org.apache.shindig.social.opensocial.spi.PersonService

getPeople

public java.util.concurrent.Future<org.apache.shindig.protocol.RestfulCollection<org.apache.shindig.social.opensocial.model.Person>> getPeople(java.util.Set<org.apache.shindig.social.opensocial.spi.UserId> userIds,
                                                                                                                                               org.apache.shindig.social.opensocial.spi.GroupId groupId,
                                                                                                                                               org.apache.shindig.social.opensocial.spi.CollectionOptions collectionOptions,
                                                                                                                                               java.util.Set<java.lang.String> fields,
                                                                                                                                               org.apache.shindig.auth.SecurityToken token)
                                                                                                                                        throws org.apache.shindig.protocol.ProtocolException
Specified by:
getPeople in interface org.apache.shindig.social.opensocial.spi.PersonService
Throws:
org.apache.shindig.protocol.ProtocolException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.