| Package | Description |
|---|---|
| won.protocol.message | |
| won.protocol.model | |
| won.protocol.repository | |
| won.protocol.service |
| Modifier and Type | Method and Description |
|---|---|
WonMessageType |
WonMessage.getIsResponseToMessageType() |
WonMessageType |
WonMessage.getMessageType() |
static WonMessageType |
WonMessageType.getWonMessageType(org.apache.jena.rdf.model.Resource resource) |
static WonMessageType |
WonMessageType.getWonMessageType(java.net.URI uri) |
static WonMessageType |
WonMessageType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WonMessageType[] |
WonMessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WonMessageBuilder |
WonMessageBuilder.setIsResponseToMessageType(WonMessageType isResponseToMessageType) |
WonMessageBuilder |
WonMessageBuilder.setWonMessageType(WonMessageType wonMessageType) |
| Modifier and Type | Method and Description |
|---|---|
WonMessageType |
MessageEventPlaceholder.getMessageType() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageEventPlaceholder.setMessageType(WonMessageType messageType) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MessageEventPlaceholder> |
MessageEventRepository.findByParentURIAndMessageType(java.net.URI parentURI,
WonMessageType messageType) |
java.util.List<MessageEventPlaceholder> |
MessageEventRepository.findByParentURIAndMessageTypeForUpdate(java.net.URI parentURI,
WonMessageType messageType) |
org.springframework.data.domain.Slice<MessageEventPlaceholder> |
MessageEventRepository.findByParentURIAndType(java.net.URI parentURI,
WonMessageType messageType,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<MessageEventPlaceholder> |
MessageEventRepository.findByParentURIAndTypeAfter(java.net.URI parentURI,
java.util.Date referenceDate,
WonMessageType messageType,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<MessageEventPlaceholder> |
MessageEventRepository.findByParentURIAndTypeAfterFetchDatasetEagerly(java.net.URI parentURI,
java.util.Date referenceDate,
WonMessageType messageType,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<MessageEventPlaceholder> |
MessageEventRepository.findByParentURIAndTypeBefore(java.net.URI parentURI,
java.util.Date referenceDate,
WonMessageType messageType,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<MessageEventPlaceholder> |
MessageEventRepository.findByParentURIAndTypeBeforeFetchDatasetEagerly(java.net.URI parentURI,
java.util.Date referenceDate,
WonMessageType messageType,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<MessageEventPlaceholder> |
MessageEventRepository.findByParentURIAndTypeBeforeFetchDatasetEagerly(java.net.URI parentURI,
java.net.URI referenceMessageURI,
WonMessageType messageType,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<MessageEventPlaceholder> |
MessageEventRepository.findByParentURIAndTypeFetchDatasetEagerly(java.net.URI parentURI,
WonMessageType messageType,
org.springframework.data.domain.Pageable pageable) |
java.util.Date |
MessageEventRepository.findMaxActivityDateOfParentAtTime(java.net.URI parentURI,
WonMessageType messageType,
java.util.Date referenceDate) |
org.springframework.data.domain.Slice<java.net.URI> |
ConnectionRepository.getConnectionURIByActivityDate(java.net.URI needURI,
WonMessageType messageType,
java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<java.net.URI> |
ConnectionRepository.getConnectionURIByActivityDate(java.net.URI needURI,
WonMessageType messageType,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<java.net.URI> |
ConnectionRepository.getConnectionURIsAfterByActivityDate(java.net.URI needURI,
java.util.Date resumeEventDate,
WonMessageType messageType,
java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<java.net.URI> |
ConnectionRepository.getConnectionURIsBeforeByActivityDate(java.net.URI needURI,
java.util.Date resumeEventDate,
WonMessageType messageType,
java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<java.net.URI> |
MessageEventRepository.getMessageURIsByParentURI(java.net.URI parentURI,
WonMessageType messageType,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<java.net.URI> |
MessageEventRepository.getMessageURIsByParentURIAfter(java.net.URI parentURI,
java.util.Date referenceDate,
WonMessageType messageType,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<java.net.URI> |
MessageEventRepository.getMessageURIsByParentURIBefore(java.net.URI parentURI,
java.util.Date referenceDate,
WonMessageType messageType,
org.springframework.data.domain.Pageable pageable) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Slice<MessageEventPlaceholder> |
NeedInformationService.listConnectionEvents(java.net.URI connectionUri,
int page,
java.lang.Integer preferredPageSize,
WonMessageType messageType) |
org.springframework.data.domain.Slice<MessageEventPlaceholder> |
NeedInformationService.listConnectionEventsAfter(java.net.URI connectionUri,
java.net.URI msgURI,
java.lang.Integer preferredPageSize,
WonMessageType msgType) |
org.springframework.data.domain.Slice<MessageEventPlaceholder> |
NeedInformationService.listConnectionEventsBefore(java.net.URI connectionUri,
java.net.URI msgURI,
java.lang.Integer preferredPageSize,
WonMessageType msgType) |
NeedInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listConnectionEventURIs(java.net.URI connectionUri,
int pageNum,
java.lang.Integer preferedSize,
WonMessageType messageType,
boolean deep)
Returns paged resource containing all event uris belonging to the specified
connection.
|
org.springframework.data.domain.Slice<java.net.URI> |
NeedInformationService.listConnectionEventURIsAfter(java.net.URI connectionUri,
java.net.URI msgURI,
java.lang.Integer preferredPageSize,
WonMessageType msgType)
Deprecated.
|
NeedInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listConnectionEventURIsAfter(java.net.URI connectionUri,
java.net.URI msgURI,
java.lang.Integer preferedSize,
WonMessageType msgType,
boolean deep)
Returns a dataset containing all event uris belonging to the specified
connection that were created after the specified event uri.
|
org.springframework.data.domain.Slice<java.net.URI> |
NeedInformationService.listConnectionEventURIsBefore(java.net.URI connectionUri,
java.net.URI msgURI,
java.lang.Integer preferredPageSize,
WonMessageType msgType)
Deprecated.
|
NeedInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listConnectionEventURIsBefore(java.net.URI connectionUri,
java.net.URI msgURI,
java.lang.Integer preferedSize,
WonMessageType msgType,
boolean deep)
Returns a dataset containing all event uris belonging to the specified
connection that were created before the specified event uri.
|
NeedInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listConnectionURIs(int page,
java.net.URI needURI,
java.lang.Integer preferredSize,
WonMessageType messageType,
java.util.Date timeSpot,
boolean deep,
boolean addMetadata)
Returns paged resource containing all connection uris belonging to the
specified need.
|
org.springframework.data.domain.Slice<java.net.URI> |
NeedInformationService.listConnectionURIs(java.net.URI needURI,
int page,
java.lang.Integer preferredSize,
WonMessageType messageType,
java.util.Date timeSpot)
Retrieves slice of the list of connection URIs for the specified local need URI.
|
org.springframework.data.domain.Slice |
NeedInformationService.listConnectionURIsAfter(java.net.URI needURI,
java.net.URI resumeConnURI,
java.lang.Integer preferredPageSize,
WonMessageType messageType,
java.util.Date timeSpot)
Retrieves slice of the connection URIs that follows the given connection URI from the point of view of their
latest events.
|
NeedInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listConnectionURIsAfter(java.net.URI needURI,
java.net.URI resumeConnURI,
java.lang.Integer preferredSize,
WonMessageType messageType,
java.util.Date timeSpot,
boolean deep,
boolean addMetadata)
Returns paged resource containing all connection uris belonging to the
specified need that follows the given connection URI from the point of view
of their latest events.
|
org.springframework.data.domain.Slice |
NeedInformationService.listConnectionURIsBefore(java.net.URI needURI,
java.net.URI resumeConnURI,
java.lang.Integer preferredPageSize,
WonMessageType messageType,
java.util.Date timeSpot)
Retrieves slice of the connection URIs for the specified local need URI that precede the given connection URI
from the point of view of their latest events.
|
NeedInformationService.PagedResource<org.apache.jena.query.Dataset,java.net.URI> |
LinkedDataService.listConnectionURIsBefore(java.net.URI needURI,
java.net.URI resumeConnURI,
java.lang.Integer preferredSize,
WonMessageType messageType,
java.util.Date timeSpot,
boolean deep,
boolean addMetadata)
Returns paged resource containing all connection uris belonging to the
specified need that precede the given connection URI from the point of view
of their latest events.
|
Copyright © 2018. All Rights Reserved.