- 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
Methods
| Modifier and Type |
Method and Description |
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
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.