Class QueryExecutionFactoryPostProcess
java.lang.Object
org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryWrapperBase<QueryExecutionFactory>
org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryDecorator
org.aksw.jena_sparql_api.post_process.QueryExecutionFactoryPostProcess
- All Implemented Interfaces:
AutoCloseable,QueryExecutionFactory,QueryExecutionFactoryQuery,QueryExecutionFactoryString
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Function<? super org.apache.jena.query.QueryExecution,? extends org.apache.jena.query.QueryExecution> Fields inherited from class org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryWrapperBase
decoratee -
Constructor Summary
ConstructorsConstructorDescriptionQueryExecutionFactoryPostProcess(QueryExecutionFactory decoratee, Function<? super org.apache.jena.query.QueryExecution, ? extends org.apache.jena.query.QueryExecution> postProcessor) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.query.QueryExecutioncreateQueryExecution(String queryStr) org.apache.jena.query.QueryExecutioncreateQueryExecution(org.apache.jena.query.Query query) Methods inherited from class org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryWrapperBase
close, getDelegate, getId, getState, unwrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryQuery
execConstruct, execConstruct, execConstructDataset, execConstructDataset, execDescribe, execDescribe
-
Field Details
-
postProcessor
protected Function<? super org.apache.jena.query.QueryExecution,? extends org.apache.jena.query.QueryExecution> postProcessor
-
-
Constructor Details
-
QueryExecutionFactoryPostProcess
public QueryExecutionFactoryPostProcess(QueryExecutionFactory decoratee, Function<? super org.apache.jena.query.QueryExecution, ? extends org.apache.jena.query.QueryExecution> postProcessor)
-
-
Method Details
-
createQueryExecution
public org.apache.jena.query.QueryExecution createQueryExecution(org.apache.jena.query.Query query) - Specified by:
createQueryExecutionin interfaceQueryExecutionFactoryQuery- Overrides:
createQueryExecutionin classQueryExecutionFactoryWrapperBase<QueryExecutionFactory>
-
createQueryExecution
- Specified by:
createQueryExecutionin interfaceQueryExecutionFactoryString- Overrides:
createQueryExecutionin classQueryExecutionFactoryWrapperBase<QueryExecutionFactory>
-