@Path(value="/fum")
public interface FUMResource
| Modifier and Type | Method and Description |
|---|---|
FUMStatusResponse |
done(String filename,
FUMResult result)
Post the result of the postponed FUM
|
javax.ws.rs.core.Response |
fetch(String filename)
Get the contents of the temporary file
|
@GET
@Path(value="/{filename}")
javax.ws.rs.core.Response fetch(@PathParam(value="filename")
String filename)
filename - filename@POST
@Path(value="/{filename}")
FUMStatusResponse done(@PathParam(value="filename")
String filename,
FUMResult result)
filename - filenameresult - FUM resultCopyright © 2024 Gentics Software. All rights reserved.