Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.EventSubscriptionQueryDto
-
Packages that use EventSubscriptionQueryDto Package Description org.camunda.bpm.engine.rest.impl -
-
Uses of EventSubscriptionQueryDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl with parameters of type EventSubscriptionQueryDto Modifier and Type Method Description List<EventSubscriptionDto>
EventSubscriptionRestServiceImpl. queryEventSubscriptions(EventSubscriptionQueryDto queryDto, Integer firstResult, Integer maxResults)
CountResultDto
EventSubscriptionRestServiceImpl. queryEventSubscriptionsCount(EventSubscriptionQueryDto queryDto)
-