Package org.camunda.bpm.engine.rest.impl
Class EventSubscriptionRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
org.camunda.bpm.engine.rest.impl.EventSubscriptionRestServiceImpl
- All Implemented Interfaces:
EventSubscriptionRestService
public class EventSubscriptionRestServiceImpl
extends AbstractRestProcessEngineAware
implements EventSubscriptionRestService
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
objectMapper, relativeRootResourcePath
Fields inherited from interface org.camunda.bpm.engine.rest.EventSubscriptionRestService
PATH
-
Constructor Summary
ConstructorDescriptionEventSubscriptionRestServiceImpl
(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptiongetEventSubscriptions
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) Exposes theEventSubscriptionQuery
interface as a REST service.getEventSubscriptionsCount
(jakarta.ws.rs.core.UriInfo uriInfo) Number of event subscriptionsqueryEventSubscriptions
(EventSubscriptionQueryDto queryDto, Integer firstResult, Integer maxResults) Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
-
Constructor Details
-
EventSubscriptionRestServiceImpl
public EventSubscriptionRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
getEventSubscriptions
public List<EventSubscriptionDto> getEventSubscriptions(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) Description copied from interface:EventSubscriptionRestService
Exposes theEventSubscriptionQuery
interface as a REST service.- Specified by:
getEventSubscriptions
in interfaceEventSubscriptionRestService
- Returns:
-
queryEventSubscriptions
public List<EventSubscriptionDto> queryEventSubscriptions(EventSubscriptionQueryDto queryDto, Integer firstResult, Integer maxResults) -
getEventSubscriptionsCount
Description copied from interface:EventSubscriptionRestService
Number of event subscriptions- Specified by:
getEventSubscriptionsCount
in interfaceEventSubscriptionRestService
- Returns:
-
queryEventSubscriptionsCount
-