Modifier and Type | Method and Description |
---|---|
List<EventSubscriptionDto> |
EventSubscriptionRestService.getEventSubscriptions(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
Exposes the
EventSubscriptionQuery interface as a REST service. |
Modifier and Type | Method and Description |
---|---|
static EventSubscriptionDto |
EventSubscriptionDto.fromEventSubscription(EventSubscription eventSubscription) |
Modifier and Type | Method and Description |
---|---|
List<EventSubscriptionDto> |
EventSubscriptionRestServiceImpl.getEventSubscriptions(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
List<EventSubscriptionDto> |
EventSubscriptionRestServiceImpl.queryEventSubscriptions(EventSubscriptionQueryDto queryDto,
Integer firstResult,
Integer maxResults) |
Modifier and Type | Method and Description |
---|---|
EventSubscriptionDto |
EventSubscriptionResource.getEventSubscription() |
Modifier and Type | Method and Description |
---|---|
EventSubscriptionDto |
MessageEventSubscriptionResource.getEventSubscription() |
Copyright © 2022. All rights reserved.