Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.EventSubscriptionDto
Package
Description
-
Uses of EventSubscriptionDto in org.camunda.bpm.engine.rest
Modifier and TypeMethodDescriptionEventSubscriptionRestService.getEventSubscriptions
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) Exposes theEventSubscriptionQuery
interface as a REST service. -
Uses of EventSubscriptionDto in org.camunda.bpm.engine.rest.dto.runtime
Modifier and TypeMethodDescriptionstatic EventSubscriptionDto
EventSubscriptionDto.fromEventSubscription
(EventSubscription eventSubscription) -
Uses of EventSubscriptionDto in org.camunda.bpm.engine.rest.impl
Modifier and TypeMethodDescriptionEventSubscriptionRestServiceImpl.getEventSubscriptions
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) EventSubscriptionRestServiceImpl.queryEventSubscriptions
(EventSubscriptionQueryDto queryDto, Integer firstResult, Integer maxResults) -
Uses of EventSubscriptionDto in org.camunda.bpm.engine.rest.sub.runtime
-
Uses of EventSubscriptionDto in org.camunda.bpm.engine.rest.sub.runtime.impl