public interface PersonService extends Service
Modifier and Type | Method and Description |
---|---|
ContentFile |
getAvatar(Person person) |
Person |
getPerson(String personIdentifier) |
Person |
refresh(Person person)
Returns the latest (and complete) set of properties for the provided
person.
|
List<Person> |
search(String keyword)
Returns a list of persons which respect the keyword.
|
PagingResult<Person> |
search(String keyword,
ListingContext listingContext)
Returns a paged list of persons which respect the keyword.
|
Person getPerson(String personIdentifier)
personIdentifier
- : unique identifier of a personAlfrescoServiceException
- : if network or internal problems occur
during the process.ContentFile getAvatar(Person person)
person
- AlfrescoServiceException
- : if network or internal problems occur
during the process.List<Person> search(String keyword)
keyword
- PagingResult<Person> search(String keyword, ListingContext listingContext)
keyword
- listingContext
- Copyright © 2012-2018 Alfresco Software. All Rights Reserved.