| Package | Description |
|---|---|
| won.protocol.model | |
| won.protocol.repository.rdfstorage | |
| won.protocol.repository.rdfstorage.impl | |
| won.protocol.service |
| Modifier and Type | Method and Description |
|---|---|
static DataWithEtag |
DataWithEtag.dataNotChanged(DataWithEtag data)
Creates a DWE that indicates nothing has changed.
|
static DataWithEtag |
DataWithEtag.dataNotChanged(java.lang.String etag)
Creates a DWE that indicates nothing has changed.
|
static DataWithEtag |
DataWithEtag.dataNotFound() |
| Modifier and Type | Method and Description |
|---|---|
static DataWithEtag |
DataWithEtag.dataNotChanged(DataWithEtag data)
Creates a DWE that indicates nothing has changed.
|
| Modifier and Type | Method and Description |
|---|---|
DataWithEtag<org.apache.jena.query.Dataset> |
RDFStorageService.loadDataset(java.net.URI resourceURI,
java.lang.String etag)
Compares the etag to the value derived from the data found in the storage for
the specified URI.
|
DataWithEtag<org.apache.jena.rdf.model.Model> |
RDFStorageService.loadModel(java.net.URI resourceURI,
java.lang.String etag)
Compares the etag to the value derived from the data found in the storage for
the specified URI.
|
| Modifier and Type | Method and Description |
|---|---|
DataWithEtag<org.apache.jena.query.Dataset> |
JpaRepositoryBasedRdfStorageServiceImpl.loadDataset(java.net.URI resourceURI,
java.lang.String etag) |
DataWithEtag<org.apache.jena.rdf.model.Model> |
JpaRepositoryBasedRdfStorageServiceImpl.loadModel(java.net.URI resourceURI,
java.lang.String etag) |
| Modifier and Type | Method and Description |
|---|---|
DataWithEtag<org.apache.jena.query.Dataset> |
LinkedDataService.getAtomDataset(java.net.URI atomUri,
java.lang.String etag)
Returns a dataset describing the atom, if the etag indicates that it has
changed.
|
DataWithEtag<org.apache.jena.query.Dataset> |
LinkedDataService.getConnectionDataset(java.net.URI connectionUri,
boolean includeMessageContainer,
java.lang.String etag)
Returns a dataset describing the connection, if the etag indicates that it
has changed.
|
DataWithEtag<org.apache.jena.query.Dataset> |
LinkedDataService.getDatasetForUri(java.net.URI eventURI,
java.lang.String etag)
returns a dataset of the (message) event with the specified URI, with a value
that can be used for an etag.
|
DataWithEtag<Atom> |
AtomInformationService.readAtom(java.net.URI atomURI,
java.lang.String etag)
read atom data including if atom version number is equal to etag
|
DataWithEtag<Connection> |
AtomInformationService.readConnection(java.net.URI connectionURI,
java.lang.String Etag)
read connection data including etag if connection version number is equal to
etag
|
Copyright © 2019. All Rights Reserved.