@RestController
@RequestMapping(value="/ome/import")
@Scope(value="request")
public class ImportStatusController
extends java.lang.Object
| Constructor and Description |
|---|
ImportStatusController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<java.lang.String> |
getStatusUpdate(java.lang.String importId,
javax.servlet.http.HttpServletResponse response) |
@RequestMapping(method=GET,
value="{importId}")
public org.springframework.http.ResponseEntity<java.lang.String> getStatusUpdate(@PathVariable(value="importId")
java.lang.String importId,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
java.io.IOException