| 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 |
|---|---|
long |
MessageEventRepository.countByParentURIAndMessageType(java.net.URI parentURI,
WonMessageType messageType) |
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<Connection> |
ConnectionRepository.getConnectionsAfterByActivityDate(java.net.URI atomURI,
java.util.Date resumeEventDate,
WonMessageType messageType,
java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsBeforeByActivityDate(java.net.URI atomURI,
java.util.Date resumeEventDate,
WonMessageType messageType,
java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsByActivityDate(java.net.URI atomURI,
WonMessageType messageType,
java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsByActivityDate(java.net.URI atomURI,
WonMessageType messageType,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<java.net.URI> |
ConnectionRepository.getConnectionURIByActivityDate(java.net.URI atomURI,
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 atomURI,
WonMessageType messageType,
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> |
AtomInformationService.listConnectionEvents(java.net.URI connectionUri,
int page,
java.lang.Integer preferredPageSize,
WonMessageType messageType) |
org.springframework.data.domain.Slice<MessageEventPlaceholder> |
AtomInformationService.listConnectionEventsAfter(java.net.URI connectionUri,
java.net.URI msgURI,
java.lang.Integer preferredPageSize,
WonMessageType msgType) |
org.springframework.data.domain.Slice<MessageEventPlaceholder> |
AtomInformationService.listConnectionEventsBefore(java.net.URI connectionUri,
java.net.URI msgURI,
java.lang.Integer preferredPageSize,
WonMessageType msgType) |
AtomInformationService.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.
|
AtomInformationService.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.
|
AtomInformationService.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.
|
AtomInformationService.PagedResource<org.apache.jena.query.Dataset,Connection> |
LinkedDataService.listConnections(int page,
java.net.URI atomURI,
java.lang.Integer preferredSize,
WonMessageType messageType,
java.util.Date timeSpot,
boolean deep,
boolean addMetadata)
Returns paged resource containing all connections belonging to the specified
atom.
|
org.springframework.data.domain.Slice<Connection> |
AtomInformationService.listConnections(java.net.URI atomURI,
int page,
java.lang.Integer preferredSize,
WonMessageType messageType,
java.util.Date timeSpot)
Retrieves slice of the list of connections for the specified local atom URI.
|
org.springframework.data.domain.Slice |
AtomInformationService.listConnectionsAfter(java.net.URI atomURI,
java.net.URI resumeConnURI,
java.lang.Integer preferredPageSize,
WonMessageType messageType,
java.util.Date timeSpot)
Retrieves slice of the connections that follows the given connection URI from
the point of view of their latest events.
|
AtomInformationService.PagedResource<org.apache.jena.query.Dataset,Connection> |
LinkedDataService.listConnectionsAfter(java.net.URI atomURI,
java.net.URI resumeConnURI,
java.lang.Integer preferredSize,
WonMessageType messageType,
java.util.Date timeSpot,
boolean deep,
boolean addMetadata)
Returns paged resource containing all connections belonging to the specified
atom that follows the given connection URI from the point of view of their
latest events.
|
org.springframework.data.domain.Slice |
AtomInformationService.listConnectionsBefore(java.net.URI atomURI,
java.net.URI resumeConnURI,
java.lang.Integer preferredPageSize,
WonMessageType messageType,
java.util.Date timeSpot)
Retrieves slice of the connections for the specified local atom URI that
precede the given connection URI from the point of view of their latest
events.
|
AtomInformationService.PagedResource<org.apache.jena.query.Dataset,Connection> |
LinkedDataService.listConnectionsBefore(java.net.URI atomURI,
java.net.URI resumeConnURI,
java.lang.Integer preferredSize,
WonMessageType messageType,
java.util.Date timeSpot,
boolean deep,
boolean addMetadata)
Returns paged resource containing all connections belonging to the specified
atom that precede the given connection URI from the point of view of their
latest events.
|
org.springframework.data.domain.Slice<java.net.URI> |
AtomInformationService.listConnectionURIs(java.net.URI atomURI,
int page,
java.lang.Integer preferredSize,
WonMessageType messageType,
java.util.Date timeSpot)
Retrieves slice of the list of connection URIs for the specified local atom
URI.
|
Copyright © 2019. All Rights Reserved.