Package org.camunda.bpm.engine.rest
Interface EventSubscriptionRestService
-
- All Known Implementing Classes:
EventSubscriptionRestServiceImpl
public interface EventSubscriptionRestService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<EventSubscriptionDto>getEventSubscriptions(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)Exposes theEventSubscriptionQueryinterface as a REST service.CountResultDtogetEventSubscriptionsCount(javax.ws.rs.core.UriInfo uriInfo)Number of event subscriptions
-
-
-
Field Detail
-
PATH
static final String PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEventSubscriptions
List<EventSubscriptionDto> getEventSubscriptions(@Context javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
Exposes theEventSubscriptionQueryinterface as a REST service.- Parameters:
uriInfo-firstResult-maxResults-- Returns:
-
getEventSubscriptionsCount
CountResultDto getEventSubscriptionsCount(@Context javax.ws.rs.core.UriInfo uriInfo)
Number of event subscriptions- Returns:
-
-