public class ExchangeIntegrationREST extends Object implements org.exoplatform.services.rest.resource.ResourceContainer, Serializable
| Constructor and Description |
|---|
ExchangeIntegrationREST(SynchronizationService synchronizationService,
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(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 ExchangeIntegrationREST(SynchronizationService synchronizationService, 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()
@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(UserSettings settings) throws Exception
ExceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.