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, runPreQueryaddQueryPreprocessedObject, execute, getAdvancedProperties, getAndRemoveQueryPreprocessObject, getConfigId, getCurrentInternalParams, getDataService, getInputEventTrigger, getInputNamespace, getOutputEventTrigger, getQueryId, getQueryParams, getResult, hasResult, isPreBuildResult, isQueryPreprocessInitial, isQueryPreprocessSecondary, isUsingColumnNumbers, isWriteRow, resetCurrentInternalParams, resetQueryPreprocessing, setCurrentInternalParams, setQueryPreprocessingInitial, setQueryPreprocessingSecondary, writeResultEntryaddAttribute, endElement, getNamespace, setNamespace, startRowElement, startWrapperElement, writeResultElementpublic 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
DataServiceFaultpublic RDFConfig getConfig()
public com.hp.hpl.jena.query.QueryExecution getQueryExecution()
throws IOException,
DataServiceFault
SparqlQueryBasegetQueryExecution in class SparqlQueryBaseIOExceptionDataServiceFaultpublic Object processPreQuery(InternalParamCollection params, int queryLevel) throws DataServiceFault
processPreQuery in class SparqlQueryBaseDataServiceFaultpublic void processPostQuery(Object result, XMLStreamWriter xmlWriter, InternalParamCollection params, int queryLevel) throws DataServiceFault
processPostQuery in class SparqlQueryBaseDataServiceFaultCopyright © 2017 WSO2. All rights reserved.