Uses of Interface
org.camunda.bpm.engine.runtime.EventSubscription
Packages that use EventSubscription
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of EventSubscription in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type EventSubscriptionModifier and TypeMethodDescriptionEventSubscriptionQueryImpl.executeList
(CommandContext commandContext, Page page) -
Uses of EventSubscription in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement EventSubscriptionMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type EventSubscriptionModifier and TypeMethodDescriptionEventSubscriptionManager.findEventSubscriptionsByQueryCriteria
(EventSubscriptionQueryImpl eventSubscriptionQueryImpl, Page page) -
Uses of EventSubscription in org.camunda.bpm.engine.rest.dto.runtime
Methods in org.camunda.bpm.engine.rest.dto.runtime with parameters of type EventSubscriptionModifier and TypeMethodDescriptionstatic EventSubscriptionDto
EventSubscriptionDto.fromEventSubscription
(EventSubscription eventSubscription)