public interface HarvesterTreeServiceAPI
extends org.gcube.rest.commons.resourceawareservice.ResourceAwareServiceRestAPI
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
HarvestTreeCollection(javax.ws.rs.core.Request request,
String treeCollectionID,
String treeCollectionName,
String scope) |
@GET
@Path(value="/HarvestTreeCollection")
@Produces(value="text/xml; charset=UTF-8")
javax.ws.rs.core.Response HarvestTreeCollection(@Context
javax.ws.rs.core.Request request,
@QueryParam(value="treeCollectionID")
String treeCollectionID,
@QueryParam(value="treeCollectionName")
String treeCollectionName,
@QueryParam(value="scope")
String scope)
throws IOException,
XMLStreamException
IOExceptionXMLStreamExceptionCopyright © 2014. All Rights Reserved.