@Path(value="projects/{profile_id}")
public class ProfiledDocuments
extends Object
| Constructor and Description |
|---|
ProfiledDocuments(String profileID) |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.application.geoportal.common.model.document.ProfiledDocument |
createNew(org.bson.Document d) |
org.gcube.application.geoportal.common.model.document.ProfiledDocument |
getById(String id) |
org.gcube.application.geoportal.common.model.rest.Configuration |
getConfiguration() |
Iterable<?> |
list() |
Iterable<?> |
query(String queryString) |
String |
search(String filter) |
public ProfiledDocuments(@PathParam(value="profile_id")
String profileID)
throws ConfigurationException
ConfigurationException@GET @Path(value="configuration") @Produces(value="application/json") public org.gcube.application.geoportal.common.model.rest.Configuration getConfiguration()
@POST @Consumes(value="application/json") @Produces(value="application/json") public org.gcube.application.geoportal.common.model.document.ProfiledDocument createNew(org.bson.Document d)
@GET @Produces(value="application/json") public Iterable<?> list()
@GET
@Produces(value="application/json")
@Path(value="{project_id}")
public org.gcube.application.geoportal.common.model.document.ProfiledDocument getById(@PathParam(value="project_id")
String id)
@POST @Consumes(value="application/json") @Produces(value="application/json") @Path(value="/search") public String search(String filter)
Copyright © 2022. All Rights Reserved.