public class ExchangeRESTService extends Object implements org.exoplatform.services.rest.resource.ResourceContainer, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ExchangeRESTService.FolderBean |
static class |
ExchangeRESTService.UserSettings |
| Constructor and Description |
|---|
ExchangeRESTService(IntegrationListener integrationListener,
org.exoplatform.services.organization.OrganizationService organizationService) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getCalendars() |
javax.ws.rs.core.Response |
getSettings() |
javax.ws.rs.core.Response |
setSettings(ExchangeRESTService.UserSettings settings) |
javax.ws.rs.core.Response |
synchronizeFolderWithExo(String folderIdString) |
javax.ws.rs.core.Response |
synchronizeNow() |
javax.ws.rs.core.Response |
unsynchronizeFolderWithExo(String folderIdString) |
public ExchangeRESTService(IntegrationListener integrationListener, org.exoplatform.services.organization.OrganizationService organizationService)
@RolesAllowed(value="users") public javax.ws.rs.core.Response getCalendars() throws Exception
Exception@RolesAllowed(value="users") public javax.ws.rs.core.Response synchronizeNow() throws Exception
Exception@RolesAllowed(value="users") public javax.ws.rs.core.Response synchronizeFolderWithExo(String folderIdString) throws Exception
Exception@RolesAllowed(value="users") public javax.ws.rs.core.Response unsynchronizeFolderWithExo(String folderIdString) throws Exception
Exception@RolesAllowed(value="users") public javax.ws.rs.core.Response getSettings() throws Exception
Exception@RolesAllowed(value="users") public javax.ws.rs.core.Response setSettings(ExchangeRESTService.UserSettings settings) throws Exception
ExceptionCopyright © 2003-2014 eXo Platform SAS. All Rights Reserved.