public class RdfFileQuery extends SparqlQueryBase
Constructor and Description |
---|
RdfFileQuery(DataService dataService,
String queryId,
String configId,
String query,
List<QueryParam> queryParams,
Result result,
EventTrigger inputEventTrigger,
EventTrigger outputEventTrigger,
Map<String,String> advancedProperties,
String inputNamespace) |
Modifier and Type | Method and Description |
---|---|
RDFConfig |
getConfig() |
com.hp.hpl.jena.query.QueryExecution |
getQueryExecution()
Gets a Query Execution for the query
|
void |
processPostQuery(Object result,
XMLStreamWriter xmlWriter,
InternalParamCollection params,
int queryLevel) |
Object |
processPreQuery(InternalParamCollection params,
int queryLevel) |
convertTypeLiteral, getDataEntryFromRS, getModelForValidation, getQuery, runPostQuery, runPreQuery
addQueryPreprocessedObject, execute, getAdvancedProperties, getAndRemoveQueryPreprocessObject, getConfigId, getCurrentInternalParams, getDataService, getInputEventTrigger, getInputNamespace, getOutputEventTrigger, getQueryId, getQueryParams, getResult, hasResult, isPreBuildResult, isQueryPreprocessInitial, isQueryPreprocessSecondary, isUsingColumnNumbers, isWriteRow, resetCurrentInternalParams, resetQueryPreprocessing, setCurrentInternalParams, setQueryPreprocessingInitial, setQueryPreprocessingSecondary, writeResultEntry
addAttribute, endElement, getNamespace, setNamespace, startRowElement, startWrapperElement, writeResultElement
public RdfFileQuery(DataService dataService, String queryId, String configId, String query, List<QueryParam> queryParams, Result result, EventTrigger inputEventTrigger, EventTrigger outputEventTrigger, Map<String,String> advancedProperties, String inputNamespace) throws DataServiceFault
DataServiceFault
public RDFConfig getConfig()
public com.hp.hpl.jena.query.QueryExecution getQueryExecution() throws IOException, DataServiceFault
SparqlQueryBase
getQueryExecution
in class SparqlQueryBase
IOException
DataServiceFault
public Object processPreQuery(InternalParamCollection params, int queryLevel) throws DataServiceFault
processPreQuery
in class SparqlQueryBase
DataServiceFault
public void processPostQuery(Object result, XMLStreamWriter xmlWriter, InternalParamCollection params, int queryLevel) throws DataServiceFault
processPostQuery
in class SparqlQueryBase
DataServiceFault
Copyright © 2019 WSO2. All rights reserved.