public interface Queryable
ResourceHandler implementations that
also support resource deletion.| Modifier and Type | Method and Description |
|---|---|
DataSet |
query(ResourceSnapshot resource,
Query query,
ReadSession session)
Query the contents of a resource managed by a resource handler.
|
DataSet query(ResourceSnapshot resource, Query query, ReadSession session) throws UnknownResourceException, InvalidQueryException
resource - the resource that is to be queried.query - the query to be solved.session - the session to use for resolving snapshots and individuals.UnknownResourceException - if the specified resource is not managed by the resource
handler.InvalidQueryException - if the specified query is not valid.ApplicationRuntimeException - if an internal exception prevents the retrieval of the
representation.
Copyright (C) 2014-2016, Center for Open Middleware