@Path(value="context") public class ContextManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DB |
static String |
PASSWORD |
static String |
URI |
static String |
USERNAME |
| Constructor and Description |
|---|
ContextManager() |
public static final String URI
public static final String DB
public static final String USERNAME
public static final String PASSWORD
@PUT
@Path(value="create/{parentContextId}")
public String create(@PathParam(value="parentContextId")
String parentContextId,
String jsonRepresentation)
throws Exception
Exception@PUT
@Path(value="rename/{contextId}")
public String rename(@PathParam(value="contextId")
String uuid,
String name)
throws org.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextNotFoundException,
org.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextException
org.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextException@PUT
@Path(value="move/{contextId}")
public String move(@PathParam(value="contextId")
String uuid,
String newParentId)
throws org.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextNotFoundException,
org.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextException
org.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextExceptionCopyright © 2016. All Rights Reserved.