| Package | Description |
|---|---|
| won.protocol.model | |
| won.protocol.repository | |
| won.protocol.service | |
| won.protocol.util |
| Modifier and Type | Method and Description |
|---|---|
Atom |
AtomModelMapper.fromModel(org.apache.jena.rdf.model.Model model) |
Atom |
ConnectionContainer.getAtom() |
Atom |
AtomMessageContainer.getAtom() |
Atom |
ConnectionContainer.getParent() |
Atom |
AtomMessageContainer.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionContainer.setAtom(Atom atom) |
protected void |
AtomMessageContainer.setAtom(Atom atom) |
org.apache.jena.rdf.model.Model |
AtomModelMapper.toModel(Atom atom) |
| Constructor and Description |
|---|
AtomMessageContainer(Atom atom,
java.net.URI parentUri) |
ConnectionContainer(Atom atom) |
| Modifier and Type | Method and Description |
|---|---|
Atom |
AtomRepository.findOneByAtomURI(java.net.URI atomURI) |
Atom |
AtomRepository.findOneByAtomURIAndVersionNot(java.net.URI atomURI,
int version) |
Atom |
AtomRepository.findOneByAtomURIForUpdate(java.net.URI uri) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Slice<Atom> |
AtomRepository.findAtomsInactiveBetween(java.util.Date start,
java.util.Date end,
org.springframework.data.domain.Pageable pageable)
Finds atoms that have been inactive between start and end date
|
org.springframework.data.domain.Slice<Atom> |
AtomRepository.findAtomsInactiveBetweenAndNotConnected(java.util.Date start,
java.util.Date end,
org.springframework.data.domain.Pageable pageable)
Finds atoms that have been inactive between start and end date
|
org.springframework.data.domain.Slice<Atom> |
AtomRepository.findAtomsInactiveSince(java.util.Date since,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<Atom> |
AtomRepository.findAtomsInactiveSinceAndNotConnected(java.util.Date since,
org.springframework.data.domain.Pageable pageable) |
java.util.List<Atom> |
AtomRepository.findByAtomURI(java.net.URI URI) |
| Modifier and Type | Method and Description |
|---|---|
Atom |
AtomInformationService.readAtom(java.net.URI atomURI)
Read general information about the atom.
|
| Modifier and Type | Method and Description |
|---|---|
DataWithEtag<Atom> |
AtomInformationService.readAtom(java.net.URI atomURI,
java.lang.String etag)
read atom data including if atom version number is equal to etag
|
| Modifier and Type | Method and Description |
|---|---|
static Atom |
DataAccessUtils.loadAtom(AtomRepository atomRepository,
java.net.URI atomURI)
Loads the specified atom from the database and raises an exception if it is
not found.
|
Copyright © 2019. All Rights Reserved.