org.glassfish.jersey.examples.jsonp.resource
Class DocumentFilteringResource
java.lang.Object
org.glassfish.jersey.examples.jsonp.resource.DocumentFilteringResource
@Consumes(value="application/json")
@Produces(value="application/json")
public class DocumentFilteringResource
- extends Object
Resource filtering stored documents based on the presence of given attributes.
- Author:
- Michal Gajdos (michal.gajdos at oracle.com)
|
Method Summary |
javax.json.JsonArray |
filter(javax.json.JsonArray properties)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentFilteringResource
public DocumentFilteringResource()
filter
@POST
public javax.json.JsonArray filter(javax.json.JsonArray properties)
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.