Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.EventSubscriptionDto
Packages that use EventSubscriptionDto
Package
Description
-
Uses of EventSubscriptionDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type EventSubscriptionDtoModifier 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
Methods in org.camunda.bpm.engine.rest.dto.runtime that return EventSubscriptionDtoModifier and TypeMethodDescriptionstatic EventSubscriptionDto
EventSubscriptionDto.fromEventSubscription
(EventSubscription eventSubscription) -
Uses of EventSubscriptionDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type EventSubscriptionDtoModifier 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
Methods in org.camunda.bpm.engine.rest.sub.runtime that return EventSubscriptionDto -
Uses of EventSubscriptionDto in org.camunda.bpm.engine.rest.sub.runtime.impl
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return EventSubscriptionDto