Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.EventSubscriptionDto
-
-
Uses of EventSubscriptionDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type EventSubscriptionDto Modifier and Type Method Description List<EventSubscriptionDto>
EventSubscriptionRestService. getEventSubscriptions(javax.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 EventSubscriptionDto Modifier and Type Method Description static 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 EventSubscriptionDto Modifier and Type Method Description List<EventSubscriptionDto>
EventSubscriptionRestServiceImpl. getEventSubscriptions(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
List<EventSubscriptionDto>
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 Modifier and Type Method Description EventSubscriptionDto
EventSubscriptionResource. getEventSubscription()
-
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 Modifier and Type Method Description EventSubscriptionDto
MessageEventSubscriptionResource. getEventSubscription()
-