Uses of Class
org.alfresco.rest.api.model.Person
-
Packages that use Person Package Description org.alfresco.rest.api org.alfresco.rest.api.impl org.alfresco.rest.api.model org.alfresco.rest.api.people -
-
Uses of Person in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return Person Modifier and Type Method Description PersonPeople. create(Person person)Create a person.PersonPeople. getPerson(String personId)Get a person.PersonPeople. getPerson(String personId, List<String> include)Get a person, specifying optional includes as required.PersonPeople. update(String personId, Person person)Update the given person's details.PersonPeople. uploadAvatarContent(String personId, BasicContentInfo contentInfo, InputStream stream, Parameters parameters)Methods in org.alfresco.rest.api that return types with arguments of type Person Modifier and Type Method Description CollectionWithPagingInfo<Person>Queries. findPeople(Parameters parameters)Find PeopleCollectionWithPagingInfo<Person>People. getPeople(Parameters parameters)Get people listMethods in org.alfresco.rest.api with parameters of type Person Modifier and Type Method Description PersonPeople. create(Person person)Create a person.PersonPeople. update(String personId, Person person)Update the given person's details. -
Uses of Person in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return Person Modifier and Type Method Description PersonPeopleImpl. create(Person person)PersonPeopleImpl. getPerson(String personId)Get a full representation of a person.PersonPeopleImpl. getPerson(String personId, List<String> include)PersonPeopleImpl. update(String personId, Person person)PersonPeopleImpl. uploadAvatarContent(String personId, BasicContentInfo contentInfo, InputStream stream, Parameters parameters)Methods in org.alfresco.rest.api.impl that return types with arguments of type Person Modifier and Type Method Description CollectionWithPagingInfo<Person>QueriesImpl. findPeople(Parameters parameters)CollectionWithPagingInfo<Person>PeopleImpl. getPeople(Parameters parameters)Methods in org.alfresco.rest.api.impl with parameters of type Person Modifier and Type Method Description PersonPeopleImpl. create(Person person)PersonPeopleImpl. update(String personId, Person person) -
Uses of Person in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model that return Person Modifier and Type Method Description PersonComment. getCreatedBy()PersonComment. getModifiedBy()PersonSiteMembershipRequest. getPerson()Methods in org.alfresco.rest.api.model with parameters of type Person Modifier and Type Method Description voidSiteMembershipRequest. setPerson(Person person) -
Uses of Person in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people that return Person Modifier and Type Method Description PersonPeopleEntityResource. readById(String personId, Parameters parameters)Get a person by userName.PersonPeopleEntityResource. update(String personId, Person person, Parameters parameters)PersonPeopleEntityResource. 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 Person Modifier and Type Method Description List<Person>PeopleEntityResource. create(List<Person> persons, Parameters parameters)CollectionWithPagingInfo<Person>PeopleEntityResource. readAll(Parameters params)Methods in org.alfresco.rest.api.people with parameters of type Person Modifier and Type Method Description PersonPeopleEntityResource. update(String personId, Person person, Parameters parameters)Method parameters in org.alfresco.rest.api.people with type arguments of type Person Modifier and Type Method Description List<Person>PeopleEntityResource. create(List<Person> persons, Parameters parameters)
-