Uses of Class
org.alfresco.rest.model.RestPersonModel
-
Packages that use RestPersonModel Package Description org.alfresco.rest.model org.alfresco.rest.requests -
-
Uses of RestPersonModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestPersonModel Modifier and Type Method Description RestPersonModelRestCommentModel. getCreatedBy()RestPersonModelRestCommentModel. getModifiedBy()RestPersonModelRestSiteMemberModel. getPerson()RestPersonModelRestSitePersonMembershipRequestModel. getPersonModel()static RestPersonModelRestPersonModel. getRandomPersonModel(java.lang.String... ignoredFields)Generate a PersonModel with random values for all existing fields excluding fields specified as ingnoredFieldsRestPersonModelRestPersonModel. onModel()Methods in org.alfresco.rest.model that return types with arguments of type RestPersonModel Modifier and Type Method Description ModelAssertion<RestPersonModel>RestPersonModel. and()ModelAssertion<RestPersonModel>RestPersonModel. assertThat()DSL for assertion on this rest modelMethods in org.alfresco.rest.model with parameters of type RestPersonModel Modifier and Type Method Description voidRestCommentModel. RestPersonModel(RestPersonModel createdBy)voidRestCommentModel. setModifiedBy(RestPersonModel modifiedBy)voidRestSiteMemberModel. setPerson(RestPersonModel person)voidRestSitePersonMembershipRequestModel. setPersonModel(RestPersonModel person) -
Uses of RestPersonModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestPersonModel Modifier and Type Method Description RestPersonModelPeople. createPerson(RestPersonModel newPerson)Create new person with given newPerson details using POST call on "people"RestPersonModelPeople. getPerson()Retrieve details of a specific person using GET call on "people/{personId}"RestPersonModelPeople. updatePerson(java.lang.String putBody)Update a person properties using PUT call on "people/{personId}"Methods in org.alfresco.rest.requests with parameters of type RestPersonModel Modifier and Type Method Description RestPersonModelPeople. createPerson(RestPersonModel newPerson)Create new person with given newPerson details using POST call on "people"
-