Uses of Class
org.alfresco.rest.api.model.Person
Packages that use Person
Package
Description
-
Uses of Person in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return PersonModifier and TypeMethodDescriptionCreate a person.Get a person.Get a person, specifying optional includes as required.Update the given person's details.People.uploadAvatarContent
(String personId, BasicContentInfo contentInfo, InputStream stream, Parameters parameters) Methods in org.alfresco.rest.api that return types with arguments of type PersonModifier and TypeMethodDescriptionQueries.findPeople
(Parameters parameters) Find PeoplePeople.getPeople
(Parameters parameters) Get people listMethods in org.alfresco.rest.api with parameters of type Person -
Uses of Person in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return PersonModifier and TypeMethodDescriptionGet a full representation of a person.PeopleImpl.uploadAvatarContent
(String personId, BasicContentInfo contentInfo, InputStream stream, Parameters parameters) Methods in org.alfresco.rest.api.impl that return types with arguments of type PersonModifier and TypeMethodDescriptionQueriesImpl.findPeople
(Parameters parameters) PeopleImpl.getPeople
(Parameters parameters) Methods in org.alfresco.rest.api.impl with parameters of type Person -
Uses of Person in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model that return PersonModifier and TypeMethodDescriptionComment.getCreatedBy()
Comment.getModifiedBy()
SiteMembershipRequest.getPerson()
Methods in org.alfresco.rest.api.model with parameters of type Person -
Uses of Person in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people that return PersonModifier and TypeMethodDescriptionPeopleEntityResource.readById
(String personId, Parameters parameters) Get a person by userName.PeopleEntityResource.update
(String personId, Person person, Parameters parameters) PeopleEntityResource.updateProperty
(String personId, BasicContentInfo contentInfo, InputStream stream, Parameters parameters) Upload avatar image contentMethods in org.alfresco.rest.api.people that return types with arguments of type PersonModifier and TypeMethodDescriptionPeopleEntityResource.create
(List<Person> persons, Parameters parameters) PeopleEntityResource.readAll
(Parameters params) Methods in org.alfresco.rest.api.people with parameters of type PersonModifier and TypeMethodDescriptionPeopleEntityResource.update
(String personId, Person person, Parameters parameters) Method parameters in org.alfresco.rest.api.people with type arguments of type Person