public class SpaceServiceImplV1Alpha3 extends Object implements SpaceService<RestSpace>
| Constructor and Description |
|---|
SpaceServiceImplV1Alpha3() |
| Modifier and Type | Method and Description |
|---|---|
RestSpace |
create(RestSpace newInstance)
Creates a new instance.
|
RestSpace |
delete(RestSpace existingInstance)
Deletes an existing instance.
|
RestSpace |
get(String uuid)
Gets an existing instance by its uuid.
|
List<RestSpace> |
getMySocialSpaces() |
RestSpace |
update(RestSpace existingInstance)
Updates an existing instance.
|
public List<RestSpace> getMySocialSpaces()
getMySocialSpaces in interface SpaceService<RestSpace>public RestSpace create(RestSpace newInstance) throws SocialClientLibException
Servicecreate in interface Service<RestSpace>newInstance - new instanceSocialClientLibExceptionpublic RestSpace get(String uuid) throws SocialClientLibException
Serviceget in interface Service<RestSpace>uuid - the uuidSocialClientLibExceptionpublic RestSpace update(RestSpace existingInstance) throws SocialClientLibException
Serviceupdate in interface Service<RestSpace>SocialClientLibExceptionpublic RestSpace delete(RestSpace existingInstance) throws SocialClientLibException
Servicedelete in interface Service<RestSpace>SocialClientLibExceptionCopyright © 2011–2016 eXo Platform SAS. All rights reserved.