Package | Description |
---|---|
org.alfresco.rest.api | |
org.alfresco.rest.api.impl | |
org.alfresco.rest.api.model | |
org.alfresco.rest.api.people |
Modifier and Type | Method and Description |
---|---|
Person |
People.create(Person person)
Create a person.
|
Person |
People.getPerson(String personId)
Get a person.
|
Person |
People.getPerson(String personId,
List<String> include)
Get a person, specifying optional includes as required.
|
Person |
People.update(String personId,
Person person)
Update the given person's details.
|
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<Person> |
Queries.findPeople(Parameters parameters)
Find People
|
CollectionWithPagingInfo<Person> |
People.getPeople(Parameters parameters)
Get people list
|
Modifier and Type | Method and Description |
---|---|
Person |
People.create(Person person)
Create a person.
|
Person |
People.update(String personId,
Person person)
Update the given person's details.
|
Modifier and Type | Method and Description |
---|---|
Person |
PeopleImpl.create(Person person) |
Person |
PeopleImpl.getPerson(String personId)
Get a full representation of a person.
|
Person |
PeopleImpl.getPerson(String personId,
List<String> include) |
Person |
PeopleImpl.update(String personId,
Person person) |
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<Person> |
QueriesImpl.findPeople(Parameters parameters) |
CollectionWithPagingInfo<Person> |
PeopleImpl.getPeople(Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
Person |
PeopleImpl.create(Person person) |
Person |
PeopleImpl.update(String personId,
Person person) |
Modifier and Type | Method and Description |
---|---|
Person |
Comment.getCreatedBy() |
Person |
Comment.getModifiedBy() |
Modifier and Type | Method and Description |
---|---|
Person |
PeopleEntityResource.readById(String personId,
Parameters parameters)
Get a person by userName.
|
Person |
PeopleEntityResource.update(String personId,
Person person,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
List<Person> |
PeopleEntityResource.create(List<Person> persons,
Parameters parameters) |
CollectionWithPagingInfo<Person> |
PeopleEntityResource.readAll(Parameters params) |
Modifier and Type | Method and Description |
---|---|
Person |
PeopleEntityResource.update(String personId,
Person person,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
List<Person> |
PeopleEntityResource.create(List<Person> persons,
Parameters parameters) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.