| Package | Description |
|---|---|
| won.protocol.service | |
| won.protocol.util |
| 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.
|
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.
|
java.util.Collection<java.net.URI> |
NeedInformationService.listConnectionURIs(java.net.URI needURI)
Retrieves all connection URIs (regardless of state) for the specified local need URI.
|
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 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 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.
|
Need |
NeedInformationService.readNeed(java.net.URI needURI)
Read general information about the need.
|
DataWithEtag<Need> |
NeedInformationService.readNeed(java.net.URI needURI,
java.lang.String etag)
read need data including if need version number is equal to etag
|
org.apache.jena.rdf.model.Model |
NeedInformationService.readNeedContent(java.net.URI needURI)
Retrieves the public description of the need as an RDF graph.
|
| Modifier and Type | Method and Description |
|---|---|
static Need |
DataAccessUtils.loadNeed(NeedRepository needRepository,
java.net.URI needURI)
Loads the specified need from the database and raises an exception if it is not found.
|
Copyright © 2018. All Rights Reserved.