| 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 |
ConnectionEventContainer.getConnection() |
Connection |
ConnectionEventContainer.getParent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConnectionEventContainer.setConnection(Connection connection) |
org.apache.jena.rdf.model.Model |
ConnectionModelMapper.toModel(Connection connection) |
| Constructor and Description |
|---|
ConnectionEventContainer(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) |
Connection |
ConnectionRepository.findOneByConnectionURIForUpdate(java.net.URI uri) |
Connection |
ConnectionRepository.findOneByNeedURIAndRemoteNeedURIAndTypeURIForUpdate(java.net.URI needURI,
java.net.URI remoteNeedURI,
java.net.URI typeUri) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Connection> |
ConnectionRepository.findByConnectionURI(java.net.URI URI) |
java.util.List<Connection> |
ConnectionRepository.findByNeedURI(java.net.URI URI) |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.findByNeedURI(java.net.URI URI,
org.springframework.data.domain.Pageable pageable) |
java.util.List<Connection> |
ConnectionRepository.findByNeedURIAndRemoteNeedURI(java.net.URI needURI,
java.net.URI remoteNeedURI) |
java.util.List<Connection> |
ConnectionRepository.findByNeedURIAndRemoteNeedURIAndState(java.net.URI needURI,
java.net.URI remoteNeedURI,
ConnectionState connectionState) |
java.util.List<Connection> |
ConnectionRepository.findByNeedURIAndStateAndTypeURI(java.net.URI needURI,
ConnectionState connectionState,
java.net.URI facetType) |
java.util.List<Connection> |
ConnectionRepository.getConnectionsByNeedURIAndNotInStateForUpdate(java.net.URI needURI,
ConnectionState connectionState) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
NeedInformationService.readConnection(java.net.URI connectionURI)
Read general information about the connection.
|
| Modifier and Type | Method and Description |
|---|---|
DataWithEtag<Connection> |
NeedInformationService.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 © 2018. All Rights Reserved.