Interface DataChoiceRestService
-
- All Known Implementing Classes:
DataChoiceRestServiceImpl
@Path("/datachoices") public interface DataChoiceRestService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UsageStatisticsReportDTO
getUsageStatistics()
void
updateCollectUsageStatisticFlag(javax.servlet.http.HttpServletRequest request, String action)
-
-
-
Method Detail
-
updateCollectUsageStatisticFlag
@POST void updateCollectUsageStatisticFlag(@Context javax.servlet.http.HttpServletRequest request, @QueryParam("action") String action)
-
getUsageStatistics
@GET @Produces("application/json") UsageStatisticsReportDTO getUsageStatistics() throws javax.servlet.ServletException, IOException
- Throws:
javax.servlet.ServletException
IOException
-
-