| Package | Description |
|---|---|
| org.exoplatform.social.rest.api | |
| org.exoplatform.social.rest.entity | |
| org.exoplatform.social.rest.impl.identity | |
| org.exoplatform.social.rest.impl.user |
| Modifier and Type | Method and Description |
|---|---|
static ProfileEntity |
EntityBuilder.buildEntityProfile(org.exoplatform.social.core.identity.model.Profile profile,
String restPath,
String expand) |
static ProfileEntity |
EntityBuilder.buildEntityProfile(org.exoplatform.social.core.space.model.Space space,
org.exoplatform.social.core.identity.model.Profile profile,
String path,
String expand) |
static ProfileEntity |
EntityBuilder.buildEntityProfile(String userName,
String restPath,
String expand) |
| Modifier and Type | Method and Description |
|---|---|
static void |
EntityBuilder.buildExperienceEntities(org.exoplatform.social.core.identity.model.Profile profile,
ProfileEntity userEntity) |
static void |
EntityBuilder.buildImEntities(org.exoplatform.social.core.identity.model.Profile profile,
ProfileEntity userEntity) |
static void |
EntityBuilder.buildPhoneEntities(org.exoplatform.social.core.identity.model.Profile profile,
ProfileEntity userEntity) |
static void |
EntityBuilder.buildUrlEntities(org.exoplatform.social.core.identity.model.Profile profile,
ProfileEntity userEntity) |
javax.ws.rs.core.Response |
IdentityRestResources.updateIdentityById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
ProfileEntity model)
Process to update an identity by id
|
| Modifier and Type | Method and Description |
|---|---|
ProfileEntity |
IdentityEntity.getProfile() |
ProfileEntity |
ProfileEntity.setAboutMe(String aboutMe) |
ProfileEntity |
ProfileEntity.setAvatar(String avatar) |
ProfileEntity |
ProfileEntity.setBanner(String banner) |
ProfileEntity |
ProfileEntity.setCity(String city) |
ProfileEntity |
ProfileEntity.setCompany(String company) |
ProfileEntity |
ProfileEntity.setConnectionsCount(String connectionsCount) |
ProfileEntity |
ProfileEntity.setConnectionsInCommonCount(String connectionsInCommonCount) |
ProfileEntity |
ProfileEntity.setCountry(String country) |
ProfileEntity |
ProfileEntity.setDeleted(Boolean deleted) |
ProfileEntity |
ProfileEntity.setDepartment(String department) |
ProfileEntity |
ProfileEntity.setEmail(String email) |
ProfileEntity |
ProfileEntity.setEnabled(boolean enable) |
ProfileEntity |
ProfileEntity.setExperiences(List<ExperienceEntity> experiences) |
ProfileEntity |
ProfileEntity.setFirstname(String firstname) |
ProfileEntity |
ProfileEntity.setFullname(String fullname) |
ProfileEntity |
ProfileEntity.setGender(String gender) |
ProfileEntity |
ProfileEntity.setIdentity(String identity) |
ProfileEntity |
ProfileEntity.setIms(List<IMEntity> ims) |
ProfileEntity |
ProfileEntity.setIsExternal(String isExternal) |
ProfileEntity |
ProfileEntity.setIsGroupBound(boolean isSpaceRedactor) |
ProfileEntity |
ProfileEntity.setIsInternal(boolean isInternal) |
ProfileEntity |
ProfileEntity.setIsInvited(boolean isInvited) |
ProfileEntity |
ProfileEntity.setIsManager(boolean isManager) |
ProfileEntity |
ProfileEntity.setIsMember(boolean isMember) |
ProfileEntity |
ProfileEntity.setIsPending(boolean isPending) |
ProfileEntity |
ProfileEntity.setIsSpaceRedactor(boolean isSpaceRedactor) |
ProfileEntity |
ProfileEntity.setIsSpacesManager(boolean isSpacesManager) |
ProfileEntity |
ProfileEntity.setLastname(String lastname) |
ProfileEntity |
ProfileEntity.setLocation(String location) |
ProfileEntity |
ProfileEntity.setPosition(String position) |
ProfileEntity |
ProfileEntity.setProfession(String profession) |
ProfileEntity |
ProfileEntity.setRelationshipStatus(String relationshipStatus) |
ProfileEntity |
ProfileEntity.setSpacesCount(String spacesCount) |
ProfileEntity |
ProfileEntity.setTeam(String team) |
ProfileEntity |
ProfileEntity.setUrls(List<URLEntity> urls) |
ProfileEntity |
ProfileEntity.setUsername(String username) |
| Modifier and Type | Method and Description |
|---|---|
IdentityEntity |
IdentityEntity.setProfile(ProfileEntity profile) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
IdentityRestResourcesV1.updateIdentityById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
ProfileEntity model)
Process to update an identity by id
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
UserRestResourcesV1.updateUserProfileAttributes(javax.servlet.http.HttpServletRequest request,
String username,
ProfileEntity profileEntity) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.