mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
REPO-1506: Update Person - implement
- added implementation for update personService - added tests git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@132117 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -52,5 +52,12 @@ public interface People
|
||||
*/
|
||||
Person create(PersonUpdate person);
|
||||
|
||||
//Person updatePerson(String personId, Person person);
|
||||
/**
|
||||
* Update the given person's details.
|
||||
*
|
||||
* @param personId The identifier of a person.
|
||||
* @param person The person details.
|
||||
* @return The updated person details.
|
||||
*/
|
||||
Person update(String personId, Person person);
|
||||
}
|
||||
|
Reference in New Issue
Block a user