public interface MobileClockLogService
Modifier and Type | Field and Description |
---|---|
static String |
ADD_CLOCK_LOG_PATH_NAME |
static String |
HEARTBEAT_PATH_NAME |
static String |
TYPE_APPLICATION_JSON |
Modifier and Type | Method and Description |
---|---|
String |
addClockLog(String clockLogString,
javax.servlet.http.HttpServletRequest hsr) |
void |
heartbeat(javax.servlet.http.HttpServletRequest hsr)
Receive request from mobile devices and update RemoteSwipeDevice maintenance table
|
static final String ADD_CLOCK_LOG_PATH_NAME
static final String TYPE_APPLICATION_JSON
static final String HEARTBEAT_PATH_NAME
@ResponseBody String addClockLog(@RequestBody String clockLogString, @Context javax.servlet.http.HttpServletRequest hsr)
void heartbeat(@Context javax.servlet.http.HttpServletRequest hsr)
hsr
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.