6162636465666768697071
} catch (IOException e) { throw new StoreException(e); } finally { request.release(); } } public GraphQueryClient postGraphQuery(QueryLanguage ql, String query, String baseURI) throws StoreException, MalformedQueryException
8081828384858687888990
} catch (IOException e) { throw new StoreException(e); } finally { request.release(); } } public BooleanQueryClient postBooleanQuery(QueryLanguage ql, String query, String baseURI) throws StoreException, MalformedQueryException
99100101102103104105106107108109
} catch (IOException e) { throw new StoreException(e); } finally { request.release(); } } public TupleQueryClient postTupleQuery(QueryLanguage ql, String query, String baseURI) throws StoreException, MalformedQueryException
118119120121122123124125126127128
} catch (IOException e) { throw new StoreException(e); } finally { request.release(); } } private void execute(HTTPRequest request) throws IOException, StoreException, MalformedQueryException
8687888990919293949596
} catch (QueryResultParseException e) { throw new StoreConfigException(e); } finally { request.release(); } } public <T> T get(Class<T> type) throws StoreConfigException
116117118119120121122123124125126
} catch (RDFParseException e) { throw new StoreConfigException(e); } finally { request.release(); } } public void put(Object instance) throws StoreConfigException
132133134135136137138139140141142
} catch (IOException e) { throw new StoreConfigException(e); } finally { request.release(); } } public void delete() throws StoreConfigException
147148149150151152153154155156157
} catch (IOException e) { throw new StoreConfigException(e); } finally { request.release(); } } public <T> T get(String id, Class<T> type) throws StoreConfigException
197198199200201202203204205206207
} catch (NoCompatibleMediaType e) { throw new StoreConfigException(e); } finally { request.release(); } } public void put(String id, Object instance) throws StoreConfigException
213214215216217218219220221222223
} catch (IOException e) { throw new StoreConfigException(e); } finally { request.release(); } } public boolean delete(String id) throws StoreConfigException