public class AppDataServiceImpl extends DefaultComponent implements org.apache.shindig.social.opensocial.spi.AppDataService
Constructor and Description |
---|
AppDataServiceImpl() |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
deletePersonData(org.apache.shindig.social.opensocial.spi.UserId userId,
org.apache.shindig.social.opensocial.spi.GroupId groupId,
String appId,
Set<String> fields,
org.apache.shindig.auth.SecurityToken token) |
Future<org.apache.shindig.protocol.DataCollection> |
getPersonData(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.auth.SecurityToken token) |
Future<Void> |
updatePersonData(org.apache.shindig.social.opensocial.spi.UserId userId,
org.apache.shindig.social.opensocial.spi.GroupId groupId,
String appId,
Set<String> fields,
Map<String,String> values,
org.apache.shindig.auth.SecurityToken token) |
activate, applicationStarted, deactivate, getAdapter, getApplicationStartedOrder, getLastModified, registerContribution, registerExtension, setLastModified, unregisterContribution, unregisterExtension
public Future<Void> deletePersonData(org.apache.shindig.social.opensocial.spi.UserId userId, org.apache.shindig.social.opensocial.spi.GroupId groupId, String appId, Set<String> fields, org.apache.shindig.auth.SecurityToken token)
deletePersonData
in interface org.apache.shindig.social.opensocial.spi.AppDataService
public Future<org.apache.shindig.protocol.DataCollection> getPersonData(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.auth.SecurityToken token)
getPersonData
in interface org.apache.shindig.social.opensocial.spi.AppDataService
public Future<Void> updatePersonData(org.apache.shindig.social.opensocial.spi.UserId userId, org.apache.shindig.social.opensocial.spi.GroupId groupId, String appId, Set<String> fields, Map<String,String> values, org.apache.shindig.auth.SecurityToken token)
updatePersonData
in interface org.apache.shindig.social.opensocial.spi.AppDataService
Copyright © 2015 Nuxeo SA. All rights reserved.