@EntityResource(name="people", title="People") public class PeopleEntityResource extends java.lang.Object implements EntityResourceAction.ReadById, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
PeopleEntityResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Person |
readById(java.lang.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(java.lang.String personId, Parameters parameters)
readById in interface EntityResourceAction.ReadByIdorg.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.ReadById#readById(java.lang.String)Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.