public class MeetService extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
| Modifier and Type | Field and Description |
|---|---|
protected static org.exoplatform.services.log.Log |
LOG |
protected MoxtraService |
moxtra |
| Constructor and Description |
|---|
MeetService(MoxtraService moxtra) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
createNew(javax.ws.rs.core.UriInfo uriInfo,
String name,
String agenda,
String startTimeMs,
String endTimeMs,
String autoRecording) |
javax.ws.rs.core.Response |
delete(javax.ws.rs.core.UriInfo uriInfo,
String sessionKey) |
javax.ws.rs.core.Response |
find(javax.ws.rs.core.UriInfo uriInfo,
String inviteeEmail) |
protected MoxtraUser |
findUser(List<MoxtraUser> users,
String email) |
javax.ws.rs.core.Response |
get(javax.ws.rs.core.UriInfo uriInfo,
String sessionKey) |
javax.ws.rs.core.Response |
inviteUsers(javax.ws.rs.core.UriInfo uriInfo,
String sessionKey,
String message,
List<String> users) |
protected static final org.exoplatform.services.log.Log LOG
protected final MoxtraService moxtra
public MeetService(MoxtraService moxtra)
@RolesAllowed(value="users") public javax.ws.rs.core.Response get(@Context javax.ws.rs.core.UriInfo uriInfo, String sessionKey)
@RolesAllowed(value="users") public javax.ws.rs.core.Response delete(@Context javax.ws.rs.core.UriInfo uriInfo, String sessionKey)
@RolesAllowed(value="users") public javax.ws.rs.core.Response createNew(@Context javax.ws.rs.core.UriInfo uriInfo, String name, String agenda, String startTimeMs, String endTimeMs, String autoRecording)
@RolesAllowed(value="users") public javax.ws.rs.core.Response find(@Context javax.ws.rs.core.UriInfo uriInfo, String inviteeEmail)
@RolesAllowed(value="users") public javax.ws.rs.core.Response inviteUsers(@Context javax.ws.rs.core.UriInfo uriInfo, String sessionKey, String message, List<String> users)
protected MoxtraUser findUser(List<MoxtraUser> users, String email)
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.