| Package | Description |
|---|---|
| won.protocol.service |
| Modifier and Type | Method and Description |
|---|---|
AtomInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listAtomURIs(int page)
Returns a model containing all atom URIs.
|
AtomInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listAtomURIs(int page,
java.lang.Integer preferedSize,
AtomState atomState)
Returns a model containing all atom URIs that are in the specified state.
|
AtomInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listAtomURIsAfter(java.net.URI atom)
Return all atom URIs that where created after the provided atom
|
AtomInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listAtomURIsAfter(java.net.URI atom,
java.lang.Integer preferedSize,
AtomState atomState)
Return all atom URIs that where created after the provided atom and that are
in the specified state
|
AtomInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listAtomURIsBefore(java.net.URI atom)
Return all atom URIs that where created before the provided atom
|
AtomInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listAtomURIsBefore(java.net.URI atom,
java.lang.Integer preferedSize,
AtomState atomState)
Return all atom URIs that where created after the provided atom and that are
in the specified state
|
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.
|
Copyright © 2019. All Rights Reserved.