| Package | Description |
|---|---|
| won.protocol.jms | |
| won.protocol.service | |
| won.protocol.util |
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
ProtocolCommunicationService.getBrokerUri(java.net.URI resourceUri) |
java.net.URI |
OwnerProtocolCommunicationService.getWonNodeUriWithAtomUri(java.net.URI atomUri) |
java.net.URI |
OwnerProtocolCommunicationService.getWonNodeUriWithConnectionUri(java.net.URI connectionUri) |
| 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.
|
org.apache.jena.query.Dataset |
LinkedDataService.listConnectionEventURIs(java.net.URI connectionUri,
boolean deep)
Returns a dataset containing all event uris belonging to the specified
connection.
|
AtomInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listConnectionEventURIs(java.net.URI connectionUri,
int pageNum,
java.lang.Integer preferedSize,
WonMessageType messageType,
boolean deep)
Returns paged resource containing all event uris belonging to the specified
connection.
|
AtomInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listConnectionEventURIsAfter(java.net.URI connectionUri,
java.net.URI msgURI,
java.lang.Integer preferedSize,
WonMessageType msgType,
boolean deep)
Returns a dataset containing all event uris belonging to the specified
connection that were created after the specified event uri.
|
AtomInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listConnectionEventURIsBefore(java.net.URI connectionUri,
java.net.URI msgURI,
java.lang.Integer preferedSize,
WonMessageType msgType,
boolean deep)
Returns a dataset containing all event uris belonging to the specified
connection that were created before the specified event uri.
|
AtomInformationService.PagedResource<org.apache.jena.query.Dataset,Connection> |
LinkedDataService.listConnections(boolean deep)
Returns container dataset containing all connections.
|
AtomInformationService.PagedResource<org.apache.jena.query.Dataset,Connection> |
LinkedDataService.listConnections(int page,
java.lang.Integer preferredSize,
java.util.Date timeSpot,
boolean deep)
Returns a resource containing connections at given page.
|
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.
|
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 afterConnURI,
java.lang.Integer preferredSize,
java.util.Date timeSpot,
boolean deep)
Returns a resource containing connections that follow (by time of their
latest event activities) the given connection as of state that was at the
specified time.
|
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 beforeConnURI,
java.lang.Integer preferredSize,
java.util.Date timeSpot,
boolean deep)
Returns a resource containing connection uris that precede (by time of their
latest event activities) the given connection as of state that was at the
specified time.
|
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.
|
AtomInformationService.PagedResource<org.apache.jena.query.Dataset,Connection> |
LinkedDataService.listModifiedConnectionsAfter(java.util.Date modifiedAfter,
boolean deep)
Returns container dataset containing all connection URIs that where modified
after a certain date.
|
Connection |
AtomInformationService.readConnection(java.net.URI connectionURI)
Read general information about the connection.
|
org.apache.jena.rdf.model.Model |
AtomInformationService.readConnectionContent(java.net.URI connectionURI)
Retrieves the public description of the connection as an RDF graph.
|
| Modifier and Type | Method and Description |
|---|---|
static Connection |
DataAccessUtils.loadConnection(ConnectionRepository connectionRepository,
java.lang.Long id) |
static Connection |
DataAccessUtils.loadConnection(ConnectionRepository connectionRepository,
java.net.URI connectionURI)
Loads the specified connection from the database and raises an exception if
it is not found.
|
Copyright © 2019. All Rights Reserved.