| 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.getWonNodeUriWithConnectionUri(java.net.URI connectionUri) |
java.net.URI |
OwnerProtocolCommunicationService.getWonNodeUriWithNeedUri(java.net.URI needUri) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.query.Dataset |
LinkedDataService.getNeedDataset(java.net.URI needUri,
boolean deep,
java.lang.Integer deepLayerSize)
Returns a dataset describing the need with the specified URI.
|
org.apache.jena.query.Dataset |
LinkedDataService.listConnectionEventURIs(java.net.URI connectionUri)
Returns a dataset containing all event uris belonging to the specified
connection.
|
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.
|
NeedInformationService.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.
|
NeedInformationService.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.
|
NeedInformationService.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.
|
org.apache.jena.query.Dataset |
LinkedDataService.listConnectionURIs(boolean deep)
Returns container dataset containing all connection URIs.
|
NeedInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listConnectionURIs(int page,
java.lang.Integer preferredSize,
java.util.Date timeSpot,
boolean deep)
Returns a resource containing connection uris at given page.
|
NeedInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listConnectionURIs(int page,
java.net.URI needURI,
java.lang.Integer preferredSize,
WonMessageType messageType,
java.util.Date timeSpot,
boolean deep,
boolean addMetadata)
Returns paged resource containing all connection uris belonging to the
specified need.
|
org.apache.jena.query.Dataset |
LinkedDataService.listConnectionURIs(java.net.URI needURI,
boolean deep,
boolean addMetadata)
Returns a model containing all connection uris belonging to the specified
need.
|
NeedInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listConnectionURIsAfter(java.net.URI afterConnURI,
java.lang.Integer preferredSize,
java.util.Date timeSpot,
boolean deep)
Returns a resource containing connection uris that follow (by time of their
latest event activities) the given connection as of state that was at the
specified time.
|
NeedInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listConnectionURIsAfter(java.net.URI needURI,
java.net.URI resumeConnURI,
java.lang.Integer preferredSize,
WonMessageType messageType,
java.util.Date timeSpot,
boolean deep,
boolean addMetadata)
Returns paged resource containing all connection uris belonging to the
specified need that follows the given connection URI from the point of view
of their latest events.
|
NeedInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listConnectionURIsBefore(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.
|
NeedInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listConnectionURIsBefore(java.net.URI needURI,
java.net.URI resumeConnURI,
java.lang.Integer preferredSize,
WonMessageType messageType,
java.util.Date timeSpot,
boolean deep,
boolean addMetadata)
Returns paged resource containing all connection uris belonging to the
specified need that precede the given connection URI from the point of view
of their latest events.
|
org.apache.jena.query.Dataset |
LinkedDataService.listModifiedConnectionURIsAfter(java.util.Date modifiedAfter,
boolean deep)
Returns container dataset containing all connection URIs that where modified
after a certain date.
|
Connection |
NeedInformationService.readConnection(java.net.URI connectionURI)
Read general information about the connection.
|
org.apache.jena.rdf.model.Model |
NeedInformationService.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 © 2018. All Rights Reserved.