| Package | Description |
|---|---|
| won.protocol.exception | |
| won.protocol.model | |
| won.protocol.repository | |
| won.protocol.util | |
| won.protocol.util.linkeddata | |
| won.protocol.vocabulary |
| Modifier and Type | Method and Description |
|---|---|
AtomState |
IllegalMessageForAtomStateException.getAtomState() |
| Constructor and Description |
|---|
IllegalMessageForAtomStateException(java.net.URI atomURI,
java.lang.String methodName,
AtomState atomState) |
| Modifier and Type | Method and Description |
|---|---|
static AtomState |
AtomState.fromURI(java.net.URI uri)
Tries to match the given URI against all enum values.
|
AtomState |
Atom.getState() |
static AtomState |
AtomState.parseString(java.lang.String fragment)
Tries to match the given string against all enum values.
|
static AtomState |
AtomState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AtomState[] |
AtomState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Atom.setState(AtomState state) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.net.URI> |
AtomRepository.getAllAtomURIs(AtomState atomState) |
org.springframework.data.domain.Slice<java.net.URI> |
AtomRepository.getAllAtomURIs(AtomState atomState,
org.springframework.data.domain.Pageable pageable) |
java.util.List<java.net.URI> |
AtomRepository.getAllAtomURIsCreatedAfter(java.util.Date createdDate,
AtomState atomState) |
java.util.List<java.net.URI> |
AtomRepository.getAllAtomURIsModifiedAfter(java.util.Date modifiedDate,
AtomState atomState) |
org.springframework.data.domain.Slice<java.net.URI> |
AtomRepository.getAtomURIsAfter(java.util.Date referenceDate,
AtomState atomState,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<java.net.URI> |
AtomRepository.getAtomURIsBefore(java.util.Date referenceDate,
AtomState atomState,
org.springframework.data.domain.Pageable pageable) |
| Modifier and Type | Method and Description |
|---|---|
AtomState |
AtomModelWrapper.getAtomState() |
| Modifier and Type | Method and Description |
|---|---|
void |
AtomModelWrapper.setAtomState(AtomState state) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.net.URI> |
WonLinkedDataUtils.getNodeAtomUris(java.net.URI nodeURI,
java.time.ZonedDateTime modifiedAfter,
java.time.ZonedDateTime createdAfter,
AtomState atomState,
java.net.URI filterBySocketTypeUri,
java.net.URI filterByAtomTypeUri,
LinkedDataSource linkedDataSource) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.jena.rdf.model.Resource |
WON.toResource(AtomState state)
Converts the AtomState Enum to a Resource.
|
Copyright © 2019. All Rights Reserved.