public class RESTVideoCallsService extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
| Modifier and Type | Field and Description |
|---|---|
protected static org.exoplatform.services.log.Log |
LOG
The Constant LOG.
|
static String |
ME
The Constant ME.
|
protected VideoCallsService |
videoCalls
The video calls.
|
| Constructor and Description |
|---|
RESTVideoCallsService(VideoCallsService skype)
Instantiates a new REST video calls service.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getSpaceInfo(javax.ws.rs.core.UriInfo uriInfo,
String spaceName)
Gets the space info.
|
javax.ws.rs.core.Response |
getUserInfo(javax.ws.rs.core.UriInfo uriInfo,
String userName)
Gets the user info.
|
public static final String ME
protected static final org.exoplatform.services.log.Log LOG
protected final VideoCallsService videoCalls
public RESTVideoCallsService(VideoCallsService skype)
skype - the skype@RolesAllowed(value="users") public javax.ws.rs.core.Response getUserInfo(@Context javax.ws.rs.core.UriInfo uriInfo, String userName)
uriInfo - the uri infouserName - the id@RolesAllowed(value="users") public javax.ws.rs.core.Response getSpaceInfo(@Context javax.ws.rs.core.UriInfo uriInfo, String spaceName)
uriInfo - the uri infospaceName - the space nameCopyright © 2003–2017 eXo Platform SAS. All rights reserved.