public class TicketUpdatesService extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
| Constructor and Description |
|---|
TicketUpdatesService() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
getService(Class<T> clazz,
String containerName)
Gets the service.
|
javax.ws.rs.core.Response |
getUpdates(javax.ws.rs.core.UriInfo uriInfo,
String from,
String to)
This endpoint will provide the lately updated tickets
|
@RolesAllowed(value="users") public javax.ws.rs.core.Response getUpdates(@Context javax.ws.rs.core.UriInfo uriInfo, String from, String to)
uriInfo - URI infofrom - Date to get updates fromto - Date to get updates toCopyright © 2003–2017 eXo Platform SAS. All rights reserved.