public class PersonHandler extends Object
| Constructor and Description |
|---|
PersonHandler(PersonService personService,
ContainerConfig config) |
| Modifier and Type | Method and Description |
|---|---|
Future<?> |
get(SocialRequestItem request)
Allowed end-points /people/{userId}+/{groupId} /people/{userId}/{groupId}/{optionalPersonId}+
examples: /people/john.doe/@all /people/john.doe/@friends /people/john.doe/@self
|
List<Object> |
supportedFields(RequestItem request) |
@Inject public PersonHandler(PersonService personService, ContainerConfig config)
public Future<?> get(SocialRequestItem request) throws ProtocolException
ProtocolExceptionpublic List<Object> supportedFields(RequestItem request)
Copyright © 2007-2012. All Rights Reserved.