| 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.util.Optional<java.net.URI> |
WonLinkedDataUtils.getAtomOfSocket(java.net.URI socketURI,
LinkedDataSource linkedDataSource) |
static java.net.URI |
WonLinkedDataUtils.getAtomURIforConnectionURI(java.net.URI connectionURI,
LinkedDataSource linkedDataSource) |
static java.util.Set<RdfUtils.Pair<java.net.URI>> |
WonLinkedDataUtils.getCompatibleSocketsForAtoms(LinkedDataSource linkedDataSource,
java.net.URI firstAtom,
java.net.URI secondAtom)
Executes
WonRdfUtils.SocketUtils.getCompatibleSocketsForAtoms after
crawling the required data. |
static org.apache.jena.query.Dataset |
WonLinkedDataUtils.getConnectionNetwork(java.net.URI atomURI,
LinkedDataSource linkedDataSource)
Crawls all connections of the specified atom without messages.
|
static java.net.URI |
WonLinkedDataUtils.getConnectionStateforConnectionURI(java.net.URI connectionURI,
LinkedDataSource linkedDataSource) |
static org.apache.jena.query.Dataset |
WonLinkedDataUtils.getConversationAndAtomsDataset(java.lang.String connectionURI,
LinkedDataSource linkedDataSource) |
static org.apache.jena.query.Dataset |
WonLinkedDataUtils.getConversationAndAtomsDataset(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.getDataForResource(java.net.URI connectionURI,
LinkedDataSource linkedDataSource) |
static java.util.Optional<java.net.URI> |
WonLinkedDataUtils.getDefaultSocket(java.net.URI atomURI,
boolean returnAnyIfNoDefaultFound,
LinkedDataSource linkedDataSource) |
static org.apache.jena.query.Dataset |
WonLinkedDataUtils.getFullAtomDataset(java.net.URI atomURI,
LinkedDataSource linkedDataSource) |
static java.util.Set<RdfUtils.Pair<java.net.URI>> |
WonLinkedDataUtils.getIncompatibleSocketsForAtoms(LinkedDataSource linkedDataSource,
java.net.URI firstAtom,
java.net.URI secondAtom) |
static java.net.URI |
WonLinkedDataUtils.getMessageContainerURIforAtomURI(java.net.URI atomURI,
LinkedDataSource linkedDataSource) |
static java.net.URI |
WonLinkedDataUtils.getMessageContainerURIforConnectionURI(java.net.URI connectionURI,
LinkedDataSource linkedDataSource) |
static java.util.Iterator<org.apache.jena.query.Dataset> |
WonLinkedDataUtils.getModelForURIs(java.util.Iterator<java.net.URI> uriIterator,
LinkedDataSource linkedDataSource) |
static java.util.List<java.net.URI> |
WonLinkedDataUtils.getNodeAtomUris(java.net.URI nodeURI,
LinkedDataSource linkedDataSource) |
static java.util.List<java.net.URI> |
WonLinkedDataUtils.getNodeAtomUris(java.net.URI nodeURI,
java.time.ZonedDateTime modifiedAfter,
java.time.ZonedDateTime createdAfter,
AtomState atomState,
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.util.Optional<SocketDefinition> |
WonLinkedDataUtils.getSocketDefinition(LinkedDataSource linkedDataSource,
java.net.URI socket) |
static java.util.Collection<java.net.URI> |
WonLinkedDataUtils.getSocketsOfType(java.net.URI atomURI,
java.net.URI socketTypeURI,
LinkedDataSource linkedDataSource) |
static java.net.URI |
WonLinkedDataUtils.getTargetAtomURIforConnectionURI(java.net.URI connectionURI,
LinkedDataSource linkedDataSource) |
static java.net.URI |
WonLinkedDataUtils.getTargetConnectionURIforConnectionURI(java.net.URI connectionURI,
LinkedDataSource linkedDataSource) |
static java.util.Optional<java.net.URI> |
WonLinkedDataUtils.getTypeOfSocket(java.net.URI socketURI,
LinkedDataSource linkedDataSource) |
static org.apache.jena.graph.Node |
WonLinkedDataUtils.getWonNodePropertyForAtomOrConnectionURI(java.net.URI resourceURI,
org.apache.jena.sparql.path.Path propertyPath,
LinkedDataSource linkedDataSource)
For the specified atom 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.getWonNodeURIForAtomOrConnectionURI(java.net.URI resourceURI,
LinkedDataSource linkedDataSource) |
static boolean |
WonLinkedDataUtils.isCompatibleSockets(LinkedDataSource linkedDataSource,
java.net.URI firstSocket,
java.net.URI secondSocket) |
static org.apache.jena.query.Dataset |
WonLinkedDataUtils.loadDataForAtomWithSocketDefinitions(LinkedDataSource linkedDataSource,
java.net.URI atomURI) |
static org.apache.jena.query.Dataset |
WonLinkedDataUtils.loadDataForSocket(LinkedDataSource linkedDataSource,
java.net.URI socket) |
Copyright © 2019. All Rights Reserved.