@Path(value="context") public class ContextManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.gcube.informationsystem.resourceregistry.api.ContextManagement |
contextManager |
| Constructor and Description |
|---|
ContextManager() |
protected org.gcube.informationsystem.resourceregistry.api.ContextManagement contextManager
@PUT
@Path(value="create/{parentContextId}")
public String create(@PathParam(value="parentContextId")
String parentContextId,
@QueryParam(value="name")
String name)
throws Exception
Exception@PUT
@Path(value="rename/{contextId}")
public String rename(@PathParam(value="contextId")
String uuid,
@QueryParam(value="name")
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,
@QueryParam(value="newParentId")
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.