| Package | Description |
|---|---|
| won.protocol.exception | |
| won.protocol.model | |
| won.protocol.repository | |
| won.protocol.service | |
| won.protocol.util | |
| won.protocol.vocabulary |
| Modifier and Type | Method and Description |
|---|---|
NeedState |
IllegalMessageForNeedStateException.getNeedState() |
| Constructor and Description |
|---|
IllegalMessageForNeedStateException(java.net.URI needURI,
java.lang.String methodName,
NeedState needState) |
| Modifier and Type | Method and Description |
|---|---|
static NeedState |
NeedState.fromURI(java.net.URI uri)
Tries to match the given URI against all enum values.
|
NeedState |
Need.getState() |
static NeedState |
NeedState.parseString(java.lang.String fragment)
Tries to match the given string against all enum values.
|
static NeedState |
NeedState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NeedState[] |
NeedState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Need.setState(NeedState state) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Slice<java.net.URI> |
NeedRepository.getAllNeedURIs(NeedState needState,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<java.net.URI> |
NeedRepository.getNeedURIsAfter(java.util.Date referenceDate,
NeedState needState,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<java.net.URI> |
NeedRepository.getNeedURIsBefore(java.util.Date referenceDate,
NeedState needState,
org.springframework.data.domain.Pageable pageable) |
| Modifier and Type | Method and Description |
|---|---|
NeedInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listNeedURIs(int page,
java.lang.Integer preferedSize,
NeedState needState)
Returns a model containing all need URIs that are in the specified state.
|
org.springframework.data.domain.Slice<java.net.URI> |
NeedInformationService.listNeedURIs(int page,
java.lang.Integer preferredSize,
NeedState needState)
Retrieves a page of the list of needs on the needserver that have a given state
with number of need uris per page preference.
|
NeedInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listNeedURIsAfter(java.net.URI need,
java.lang.Integer preferedSize,
NeedState needState)
Return all need URIs that where created after the provided need and that are
in the specified state
|
org.springframework.data.domain.Slice<java.net.URI> |
NeedInformationService.listNeedURIsAfter(java.net.URI need,
java.lang.Integer preferredSize,
NeedState needState)
Retrieves list of needs on the needserver that where created later than the given need
that have a given state with number of need uris per page preference.
|
NeedInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listNeedURIsBefore(java.net.URI need,
java.lang.Integer preferedSize,
NeedState needState)
Return all need URIs that where created after the provided need and that are
in the specified state
|
org.springframework.data.domain.Slice<java.net.URI> |
NeedInformationService.listNeedURIsBefore(java.net.URI need,
java.lang.Integer preferredSize,
NeedState needState)
Retrieves list of needs on the needserver that where created earlier than the given need
that have a given state with number of need uris per page preference.
|
| Modifier and Type | Method and Description |
|---|---|
NeedState |
NeedModelWrapper.getNeedState() |
| Modifier and Type | Method and Description |
|---|---|
void |
NeedModelWrapper.setNeedState(NeedState state) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.jena.rdf.model.Resource |
WON.toResource(NeedState state)
Converts the NeedState Enum to a Resource.
|
Copyright © 2018. All Rights Reserved.