| Package | Description |
|---|---|
| won.protocol.service | |
| won.protocol.util |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.query.Dataset |
LinkedDataService.getAtomDataset(java.net.URI atomUri,
boolean deep,
java.lang.Integer deepLayerSize)
Returns a dataset describing the atom with the specified URI.
|
AtomInformationService.PagedResource<org.apache.jena.query.Dataset,Connection> |
LinkedDataService.listConnections(int page,
java.net.URI atomURI,
java.lang.Integer preferredSize,
WonMessageType messageType,
java.util.Date timeSpot,
boolean deep,
boolean addMetadata)
Returns paged resource containing all connections belonging to the specified
atom.
|
java.util.Collection<Connection> |
AtomInformationService.listConnections(java.net.URI atomURI)
Retrieves all connections (regardless of state) for the specified local atom
URI.
|
AtomInformationService.PagedResource<org.apache.jena.query.Dataset,Connection> |
LinkedDataService.listConnections(java.net.URI atomURI,
boolean deep,
boolean addMetadata)
Returns a model containing all connection uris belonging to the specified
atom.
|
AtomInformationService.PagedResource<org.apache.jena.query.Dataset,Connection> |
LinkedDataService.listConnectionsAfter(java.net.URI atomURI,
java.net.URI resumeConnURI,
java.lang.Integer preferredSize,
WonMessageType messageType,
java.util.Date timeSpot,
boolean deep,
boolean addMetadata)
Returns paged resource containing all connections belonging to the specified
atom that follows the given connection URI from the point of view of their
latest events.
|
AtomInformationService.PagedResource<org.apache.jena.query.Dataset,Connection> |
LinkedDataService.listConnectionsBefore(java.net.URI atomURI,
java.net.URI resumeConnURI,
java.lang.Integer preferredSize,
WonMessageType messageType,
java.util.Date timeSpot,
boolean deep,
boolean addMetadata)
Returns paged resource containing all connections belonging to the specified
atom that precede the given connection URI from the point of view of their
latest events.
|
java.util.Collection<java.net.URI> |
AtomInformationService.listConnectionURIs(java.net.URI atomURI)
Retrieves all connection URIs (regardless of state) for the specified local
atom URI.
|
Atom |
AtomInformationService.readAtom(java.net.URI atomURI)
Read general information about the atom.
|
DataWithEtag<Atom> |
AtomInformationService.readAtom(java.net.URI atomURI,
java.lang.String etag)
read atom data including if atom version number is equal to etag
|
org.apache.jena.rdf.model.Model |
AtomInformationService.readAtomContent(java.net.URI atomURI)
Retrieves the public description of the atom as an RDF graph.
|
| Modifier and Type | Method and Description |
|---|---|
static Atom |
DataAccessUtils.loadAtom(AtomRepository atomRepository,
java.net.URI atomURI)
Loads the specified atom from the database and raises an exception if it is
not found.
|
Copyright © 2019. All Rights Reserved.