public class PersonServiceImpl extends DefaultComponent implements org.apache.shindig.social.opensocial.spi.PersonService
Constructor and Description |
---|
PersonServiceImpl() |
Modifier and Type | Method and Description |
---|---|
Future<org.apache.shindig.protocol.RestfulCollection<org.apache.shindig.social.opensocial.model.Person>> |
getPeople(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,
Set<String> fields,
org.apache.shindig.auth.SecurityToken token) |
Future<org.apache.shindig.social.opensocial.model.Person> |
getPerson(org.apache.shindig.social.opensocial.spi.UserId id,
Set<String> fields,
org.apache.shindig.auth.SecurityToken token) |
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
void |
unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
activate, applicationStarted, deactivate, getAdapter, getApplicationStartedOrder, getLastModified, registerExtension, setLastModified, unregisterExtension
public void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
registerContribution
in class DefaultComponent
public void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
unregisterContribution
in class DefaultComponent
public Future<org.apache.shindig.social.opensocial.model.Person> getPerson(org.apache.shindig.social.opensocial.spi.UserId id, Set<String> fields, org.apache.shindig.auth.SecurityToken token)
getPerson
in interface org.apache.shindig.social.opensocial.spi.PersonService
public Future<org.apache.shindig.protocol.RestfulCollection<org.apache.shindig.social.opensocial.model.Person>> getPeople(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, Set<String> fields, org.apache.shindig.auth.SecurityToken token) throws org.apache.shindig.protocol.ProtocolException
getPeople
in interface org.apache.shindig.social.opensocial.spi.PersonService
org.apache.shindig.protocol.ProtocolException
Copyright © 2015 Nuxeo SA. All rights reserved.