| Package | Description |
|---|---|
| won.protocol.jms | |
| won.protocol.service.impl | |
| won.protocol.util.linkeddata |
| Modifier and Type | Field and Description |
|---|---|
protected LinkedDataSource |
ActiveMQServiceImpl.linkedDataSource |
| Modifier and Type | Method and Description |
|---|---|
void |
ActiveMQServiceImpl.setLinkedDataSource(LinkedDataSource linkedDataSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
WonNodeInformationServiceImpl.setLinkedDataSource(LinkedDataSource linkedDataSource) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingAllButListsLinkedDataSource
User: ypanchenko
Date: 06.11.2015
|
class |
CachingLinkedDataSource
LinkedDataSource implementation that uses an ehcache for caching.
|
class |
LinkedDataSourceBase
LinkedDataSource implementation that delegates fetching linked data resources
to the provided LinedDataRestClient.
|
| Modifier and Type | Method and Description |
|---|---|
static java.net.URI |
WonLinkedDataUtils.getConnectionStateforConnectionURI(java.net.URI connectionURI,
LinkedDataSource linkedDataSource) |
static org.apache.jena.query.Dataset |
WonLinkedDataUtils.getConversationAndNeedsDataset(java.lang.String connectionURI,
LinkedDataSource linkedDataSource) |
static org.apache.jena.query.Dataset |
WonLinkedDataUtils.getConversationAndNeedsDataset(java.net.URI connectionURI,
LinkedDataSource linkedDataSource) |
static org.apache.jena.query.Dataset |
WonLinkedDataUtils.getConversationDataset(java.lang.String connectionURI,
LinkedDataSource linkedDataSource) |
static org.apache.jena.query.Dataset |
WonLinkedDataUtils.getConversationDataset(java.net.URI connectionURI,
LinkedDataSource linkedDataSource) |
static org.apache.jena.query.Dataset |
WonLinkedDataUtils.getDatalForResource(java.net.URI connectionURI,
LinkedDataSource linkedDataSource) |
static java.net.URI |
WonLinkedDataUtils.getEventContainerURIforConnectionURI(java.net.URI connectionURI,
LinkedDataSource linkedDataSource) |
static java.net.URI |
WonLinkedDataUtils.getEventContainerURIforNeedURI(java.net.URI needURI,
LinkedDataSource linkedDataSource) |
static java.util.Iterator<org.apache.jena.query.Dataset> |
WonLinkedDataUtils.getModelForURIs(java.util.Iterator<java.net.URI> uriIterator,
LinkedDataSource linkedDataSource) |
static java.net.URI |
WonLinkedDataUtils.getNeedURIforConnectionURI(java.net.URI connectionURI,
LinkedDataSource linkedDataSource) |
static org.apache.jena.graph.Node |
WonLinkedDataUtils.getPropertyForURI(java.net.URI resourceURI,
org.apache.jena.sparql.path.Path propertyPath,
LinkedDataSource linkedDataSource)
For the specified URI, the model is fetched and the specified property path is evaluated in that graph,
starting at the specified URI.
|
static java.net.URI |
WonLinkedDataUtils.getRemoteConnectionURIforConnectionURI(java.net.URI connectionURI,
LinkedDataSource linkedDataSource) |
static java.net.URI |
WonLinkedDataUtils.getRemoteNeedURIforConnectionURI(java.net.URI connectionURI,
LinkedDataSource linkedDataSource) |
static org.apache.jena.graph.Node |
WonLinkedDataUtils.getWonNodePropertyForNeedOrConnectionURI(java.net.URI resourceURI,
org.apache.jena.sparql.path.Path propertyPath,
LinkedDataSource linkedDataSource)
For the specified need or connection URI, the model is fetched, the WON node URI found there is also
de-referenced, and the specified property path is evaluated in that graph, starting at the WON node URI.
|
static java.net.URI |
WonLinkedDataUtils.getWonNodeURIForNeedOrConnectionURI(java.net.URI resourceURI,
LinkedDataSource linkedDataSource) |
Copyright © 2018. All Rights Reserved.