|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataSourceRegistry
An DataSourceRegistry serves as a central registry for registering and obtaining DataSourceFactories.
Method Summary | |
---|---|
void |
add(DataSourceFactory factory)
Adds a DataSourceFactory to this registry. |
Set |
get(URI type)
Returns all DataSourceFactories that support the specified DataSource type. |
Set |
getAll()
Returns all DataSourceFactories registered in this DataSourceRegistry. |
void |
getDataSourceOntologyAndDescriptions(Model model)
Generates a graph containing the datasource ontology (the vocabulary used to configure data sources), the sourceformat ontology (vocabulary used to specify widgets for the UI) and descriptions of data source types registered within this registry. |
void |
remove(DataSourceFactory factory)
Removes a DataSourceFactory from this registry. |
Method Detail |
---|
void add(DataSourceFactory factory)
void remove(DataSourceFactory factory)
Set get(URI type)
Set getAll()
void getDataSourceOntologyAndDescriptions(Model model)
Exception
- if something goes wrong in the process.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |