@Provider
@Path(value="/workspaces/{workspace}/layers/")
public class DiffLayerController
extends Object
| Constructor and Description |
|---|
DiffLayerController() |
| Modifier and Type | Method and Description |
|---|---|
static javax.ws.rs.core.Response |
createManageableDiffLayer(javax.ws.rs.core.SecurityContext sec,
javax.servlet.ServletContext ctx,
String dataWorkspace,
String dataLayerName)
Creates a new diff and auth table together with a diff workspace
and inserts to table difftables.
|
@PUT
@Path(value="/{layername}/managed")
public static javax.ws.rs.core.Response createManageableDiffLayer(@Context
javax.ws.rs.core.SecurityContext sec,
@Context
javax.servlet.ServletContext ctx,
@PathParam(value="workspace")
String dataWorkspace,
@PathParam(value="layername")
String dataLayerName)
throws IOException
sec - ctx - dataWorkspace - dataLayerName - userName - IOExceptionCopyright © 2020. All rights reserved.