| 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 |
SpaceEntity.setApplications(List<DataEntity> applications) |
SpaceEntity |
SpaceEntity.setAvatarUrl(String avatarUrl) |
SpaceEntity |
SpaceEntity.setDescription(String description) |
SpaceEntity |
SpaceEntity.setDisplayName(String displayName) |
SpaceEntity |
SpaceEntity.setGroupId(String groupId) |
SpaceEntity |
SpaceEntity.setIdentity(LinkEntity identity) |
SpaceEntity |
SpaceEntity.setManagers(LinkEntity managers) |
SpaceEntity |
SpaceEntity.setMembers(LinkEntity members) |
SpaceEntity |
SpaceEntity.setSubscription(String subscription) |
SpaceEntity |
SpaceEntity.setUrl(String url) |
SpaceEntity |
SpaceEntity.setVisibility(String visibility) |
| 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–2019 eXo Platform SAS. All rights reserved.