| Package | Description |
|---|---|
| won.protocol.model | |
| won.protocol.repository.rdfstorage | |
| won.protocol.repository.rdfstorage.impl |
| 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) |
Copyright © 2020. All Rights Reserved.