@EntityResource(name="people", title="People") public class PeopleEntityResource extends Object implements EntityResourceAction.ReadById<Person>, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
PeopleEntityResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Person |
readById(String personId,
Parameters parameters)
Get a person by userName.
|
void |
setPeople(People people) |
public void setPeople(People people)
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanpublic Person readById(String personId, Parameters parameters)
readById in interface EntityResourceAction.ReadById<Person>org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.ReadById#readById(java.lang.String)Copyright © 2005–2014 Alfresco Software. All rights reserved.