|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.fluxion.spring.QueryTransformerConfiguration
public class QueryTransformerConfiguration
Represents a single configured mapping in a query transforming fluxion service
Constructor Summary | |
---|---|
QueryTransformerConfiguration()
|
Method Summary | |
---|---|
java.net.URI |
getExposedDataSourceURI()
Generate and / or return the URI of the exposed part of this configuration. |
org.semanticweb.owl.model.OWLOntology |
getExposedSchema()
Return a derived schema populated by the QueryTransformer during initialization. |
java.lang.String |
getRulesDocumentFile()
Return the rules document file name for this configuration. |
java.net.URI |
getUnderlyingDataSourceURI()
Return the URI of the underlying data source for this configuration |
void |
setRulesDocumentFile(java.lang.String fileName)
Define the rules file to use. |
void |
setUnderlyingDataSourceURI(java.lang.String dataSourceURIString)
Define the URI of the underlying data source called after the query has been transformed from the exposed schema |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryTransformerConfiguration()
Method Detail |
---|
public final java.net.URI getExposedDataSourceURI()
public final void setUnderlyingDataSourceURI(java.lang.String dataSourceURIString) throws java.net.URISyntaxException
dataSourceURIString
-
java.net.URISyntaxException
public final java.net.URI getUnderlyingDataSourceURI()
public final java.lang.String getRulesDocumentFile()
public final void setRulesDocumentFile(java.lang.String fileName)
fileName
- public final org.semanticweb.owl.model.OWLOntology getExposedSchema()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |