This project has retired. For details please refer to its
Attic page.
LDPathUtilWebService (Apache Marmotta Site 3.3.0 API)
- java.lang.Object
-
- org.apache.marmotta.platform.ldpath.webservices.LDPathUtilWebService
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
complete
@GET
@Path(value="/complete")
@Produces(value="application/json")
public List<String> complete(@QueryParam(value="prefix")
String prefix,
@QueryParam(value="uri")
String uri,
@QueryParam(value="mode")@DefaultValue(value="path")
String mode,
@Context
javax.ws.rs.core.UriInfo info)
-
pathSuggestions
@GET
@Path(value="/path")
@Produces(value="application/json")
public List<String> pathSuggestions(@QueryParam(value="path")
String partialPath,
@QueryParam(value="ctx")
String[] ctx,
@QueryParam(value="ctx[]")
String[] ctx2,
@Context
javax.ws.rs.core.UriInfo info)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.