@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.InitializingBean
public Person readById(java.lang.String personId, Parameters parameters)
readById
in interface EntityResourceAction.ReadById
org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.ReadById#readById(java.lang.String)
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.