public interface EventSubscriptionRestService
| Modifier and Type | Method and Description |
|---|---|
List<EventSubscriptionDto> |
getEventSubscriptions(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
Exposes the
EventSubscriptionQuery interface as a REST service. |
CountResultDto |
getEventSubscriptionsCount(javax.ws.rs.core.UriInfo uriInfo)
Number of event subscriptions
|
static final String PATH
List<EventSubscriptionDto> getEventSubscriptions(@Context javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
EventSubscriptionQuery interface as a REST service.uriInfo - firstResult - maxResults - CountResultDto getEventSubscriptionsCount(@Context javax.ws.rs.core.UriInfo uriInfo)
Copyright © 2013–2021 camunda services GmbH. All rights reserved.