| Package | Description |
|---|---|
| org.exoplatform.social.rest.api | |
| org.exoplatform.social.rest.entity | |
| org.exoplatform.social.rest.impl.space |
| Modifier and Type | Method and Description |
|---|---|
static SpaceEntity |
EntityBuilder.buildEntityFromSpace(org.exoplatform.social.core.space.model.Space space,
String userId,
String restPath,
String expand)
Get a hash map from a space in order to build a json object for the rest service
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
SpaceRestResources.createSpace(javax.ws.rs.core.UriInfo uriInfo,
String expand,
SpaceEntity model)
Process to create a new space
|
javax.ws.rs.core.Response |
SpaceRestResources.updateSpaceById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
SpaceEntity model)
Process to update a space by id
|
| Modifier and Type | Method and Description |
|---|---|
SpaceEntity |
IdentityEntity.getSpace() |
SpaceEntity |
SpaceEntity.setApplications(List<DataEntity> applications) |
SpaceEntity |
SpaceEntity.setAvatarId(String avatarId) |
SpaceEntity |
SpaceEntity.setAvatarUrl(String avatarUrl) |
SpaceEntity |
SpaceEntity.setBannerId(String bannerId) |
SpaceEntity |
SpaceEntity.setBannerUrl(String bannerUrl) |
SpaceEntity |
SpaceEntity.setCanEdit(boolean canEdit) |
SpaceEntity |
SpaceEntity.setDescription(String description) |
SpaceEntity |
SpaceEntity.setDisplayName(String displayName) |
SpaceEntity |
SpaceEntity.setExternalInvitedUsers(List<String> externalInvitedUsers) |
SpaceEntity |
SpaceEntity.setGroupId(String groupId) |
SpaceEntity |
SpaceEntity.setHasBindings(boolean hasBindings) |
SpaceEntity |
SpaceEntity.setIdentity(LinkEntity identity) |
SpaceEntity |
SpaceEntity.setInvitedMembers(List<org.exoplatform.social.core.identity.model.Identity> invitedIdentities) |
SpaceEntity |
SpaceEntity.setIsInvited(boolean isInvited) |
SpaceEntity |
SpaceEntity.setIsManager(boolean isManager) |
SpaceEntity |
SpaceEntity.setIsMember(boolean isMember) |
SpaceEntity |
SpaceEntity.setIsPending(boolean isPending) |
SpaceEntity |
SpaceEntity.setIsUserBound(boolean isUserBound) |
SpaceEntity |
SpaceEntity.setManagers(LinkEntity managers) |
SpaceEntity |
SpaceEntity.setManagersCount(int managersCount) |
SpaceEntity |
SpaceEntity.setMembers(LinkEntity members) |
SpaceEntity |
SpaceEntity.setMembersCount(int membersCount) |
SpaceEntity |
SpaceEntity.setPending(LinkEntity pending) |
SpaceEntity |
SpaceEntity.setPrettyName(String prettyName) |
SpaceEntity |
SpaceEntity.setSubscription(String subscription) |
SpaceEntity |
SpaceEntity.setTemplate(String displayName) |
SpaceEntity |
SpaceEntity.setTotalBoundUsers(Long totalBoundUsers) |
SpaceEntity |
SpaceEntity.setUrl(String url) |
SpaceEntity |
SpaceEntity.setVisibility(String visibility) |
| Modifier and Type | Method and Description |
|---|---|
IdentityEntity |
IdentityEntity.setSpace(SpaceEntity space) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
SpaceRestResourcesV1.createSpace(javax.ws.rs.core.UriInfo uriInfo,
String expand,
SpaceEntity model)
Process to create a new space
|
javax.ws.rs.core.Response |
SpaceRestResourcesV1.updateSpaceById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
SpaceEntity model)
Process to update a space by id
|
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.