| Package | Description |
|---|---|
| won.protocol.model | |
| won.protocol.repository | |
| won.protocol.service | |
| won.protocol.util |
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectionModelMapper.fromModel(org.apache.jena.rdf.model.Model model) |
Connection |
ConnectionMessageContainer.getConnection() |
Connection |
ConnectionMessageContainer.getParent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConnectionMessageContainer.setConnection(Connection connection) |
org.apache.jena.rdf.model.Model |
ConnectionModelMapper.toModel(Connection connection) |
| Constructor and Description |
|---|
ConnectionMessageContainer(Connection connection,
java.net.URI parentUri) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectionRepository.findOneByConnectionURI(java.net.URI URI) |
Connection |
ConnectionRepository.findOneByConnectionURIAndVersionNot(java.net.URI URI,
int version) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Connection> |
ConnectionRepository.findByAtomURI(java.net.URI URI) |
java.util.List<Connection> |
ConnectionRepository.findByAtomURIAndNotState(java.net.URI atomURI,
ConnectionState connectionState) |
java.util.List<Connection> |
ConnectionRepository.findByAtomURIAndNotStateForUpdate(java.net.URI atomURI,
ConnectionState connectionState) |
java.util.List<Connection> |
ConnectionRepository.findByAtomURIAndSocketURIAndNotState(java.net.URI atomURI,
java.net.URI socketURI,
ConnectionState connectionState) |
java.util.List<Connection> |
ConnectionRepository.findByAtomURIAndSocketURIAndNotStateForUpdate(java.net.URI atomURI,
java.net.URI socketURI,
ConnectionState connectionState) |
java.util.List<Connection> |
ConnectionRepository.findByAtomURIAndState(java.net.URI atomURI,
ConnectionState connectionState) |
java.util.List<Connection> |
ConnectionRepository.findByAtomURIAndStateAndTypeURI(java.net.URI atomURI,
ConnectionState connectionState,
java.net.URI socketType) |
java.util.List<Connection> |
ConnectionRepository.findByAtomURIAndTypeURI(java.net.URI atomURI,
java.net.URI socketType) |
java.util.List<Connection> |
ConnectionRepository.findByConnectionURI(java.net.URI URI) |
java.util.List<Connection> |
ConnectionRepository.findBySocketURIAndState(java.net.URI socketURI,
ConnectionState connectionState) |
java.util.List<Connection> |
ConnectionRepository.findModifiedConnectionsAfter(java.util.Date modifiedAfter) |
java.util.Optional<Connection> |
ConnectionRepository.findOneByAtomURIAndTargetAtomURIAndSocketURIAndNullTargetSocketForUpdate(java.net.URI atomURI,
java.net.URI targetAtomURI,
java.net.URI socketUri) |
java.util.Optional<Connection> |
ConnectionRepository.findOneByAtomURIAndTargetAtomURIAndSocketURIAndTargetSocketURIForUpdate(java.net.URI atomURI,
java.net.URI targetAtomURI,
java.net.URI socketUri,
java.net.URI targetSocketURI) |
java.util.Optional<Connection> |
ConnectionRepository.findOneByConnectionURIForUpdate(java.net.URI uri) |
java.util.List<Connection> |
ConnectionRepository.getAllConnections() |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsAfterByActivityDate(java.util.Date resumeEventDate,
java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsAfterByActivityDate(java.net.URI atomURI,
java.util.Date resumeEventDate,
java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsAfterByActivityDate(java.net.URI atomURI,
java.util.Date resumeEventDate,
WonMessageType messageType,
java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsBeforeByActivityDate(java.util.Date resumeEventDate,
java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsBeforeByActivityDate(java.net.URI atomURI,
java.util.Date resumeEventDate,
java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsBeforeByActivityDate(java.net.URI atomURI,
java.util.Date resumeEventDate,
WonMessageType messageType,
java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsByActivityDate(java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsByActivityDate(org.springframework.data.domain.Pageable pageable)
Obtains connectionURIs grouped by the connectionURI itself and with message
properties attached.
|
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsByActivityDate(java.net.URI atomURI,
java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsByActivityDate(java.net.URI atomURI,
org.springframework.data.domain.Pageable pageable)
Obtains connections of the provided Atom grouped by the connectionURI itself
and with message properties attached.
|
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsByActivityDate(java.net.URI atomURI,
WonMessageType messageType,
java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsByActivityDate(java.net.URI atomURI,
WonMessageType messageType,
org.springframework.data.domain.Pageable pageable) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
AtomInformationService.readConnection(java.net.URI connectionURI)
Read general information about the connection.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Connection> |
AtomInformationService.listConnections()
Retrieves all connections (regardless of state).
|
AtomInformationService.PagedResource<org.apache.jena.query.Dataset,Connection> |
LinkedDataService.listConnections(boolean deep)
Returns container dataset containing all connections.
|
org.springframework.data.domain.Slice<Connection> |
AtomInformationService.listConnections(int page,
java.lang.Integer preferredSize,
java.util.Date timeSpot)
Retrieves slice of the connection URIs list for a given page number
|
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.
|
java.util.Collection<Connection> |
AtomInformationService.listConnections(java.net.URI atomURI)
Retrieves all connections (regardless of state) for the specified local atom
URI.
|
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.
|
org.springframework.data.domain.Slice<Connection> |
AtomInformationService.listConnections(java.net.URI atomURI,
int page,
java.lang.Integer preferredSize,
WonMessageType messageType,
java.util.Date timeSpot)
Retrieves slice of the list of connections for the specified local atom URI.
|
org.springframework.data.domain.Slice<Connection> |
AtomInformationService.listConnectionsAfter(java.net.URI resumeConnURI,
java.lang.Integer preferredPageSize,
java.util.Date timeSpot)
Retrieves slice of the connections that follows the given connection URI from
the point of view of their latest events.
|
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.
|
org.springframework.data.domain.Slice<Connection> |
AtomInformationService.listConnectionsBefore(java.net.URI resumeConnURI,
java.lang.Integer preferredPageSize,
java.util.Date timeSpot)
Retrieves slice of the connections that precede 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.
|
java.util.Collection<Connection> |
AtomInformationService.listModifiedConnectionsAfter(java.util.Date modifiedAfter)
Retrieves all connections that were modified (by adding events) after a
certain date
|
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.
|
DataWithEtag<Connection> |
AtomInformationService.readConnection(java.net.URI connectionURI,
java.lang.String Etag)
read connection data including etag if connection version number is equal to
etag
|
| 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.