| Package | Description |
|---|---|
| won.protocol.service |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.
|
NeedInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listNeedURIs(int page)
Returns a model containing all need URIs.
|
NeedInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listNeedURIs(int page,
java.lang.Integer preferedSize,
NeedState needState)
Returns a model containing all need URIs that are in the specified state.
|
NeedInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listNeedURIsAfter(java.net.URI need)
Return all need URIs that where created after the provided need
|
NeedInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listNeedURIsAfter(java.net.URI need,
java.lang.Integer preferedSize,
NeedState needState)
Return all need URIs that where created after the provided need and that are
in the specified state
|
NeedInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listNeedURIsBefore(java.net.URI need)
Return all need URIs that where created before the provided need
|
NeedInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listNeedURIsBefore(java.net.URI need,
java.lang.Integer preferedSize,
NeedState needState)
Return all need URIs that where created after the provided need and that are
in the specified state
|
Copyright © 2018. All Rights Reserved.