| Package | Description |
|---|---|
| won.protocol.exception | |
| won.protocol.model | |
| won.protocol.repository | |
| won.protocol.service | |
| 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 |
|---|---|
org.springframework.data.domain.Slice<java.net.URI> |
AtomRepository.getAllAtomURIs(AtomState atomState,
org.springframework.data.domain.Pageable pageable) |
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 |
|---|---|
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.
|
org.springframework.data.domain.Slice<java.net.URI> |
AtomInformationService.listAtomURIs(int page,
java.lang.Integer preferredSize,
AtomState atomState)
Retrieves a page of the list of atoms on the atomserver that have a given
state with number of atom uris per page preference.
|
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
|
org.springframework.data.domain.Slice<java.net.URI> |
AtomInformationService.listAtomURIsAfter(java.net.URI atom,
java.lang.Integer preferredSize,
AtomState atomState)
Retrieves list of atoms on the atomserver that where created later than the
given atom that have a given state with number of atom uris per page
preference.
|
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
|
org.springframework.data.domain.Slice<java.net.URI> |
AtomInformationService.listAtomURIsBefore(java.net.URI atom,
java.lang.Integer preferredSize,
AtomState atomState)
Retrieves list of atoms on the atomserver that where created earlier than the
given atom that have a given state with number of atom uris per page
preference.
|
| 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,
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.