Uses of Interface
org.camunda.bpm.engine.runtime.EventSubscription
-
Packages that use EventSubscription Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.rest.dto.runtime -
-
Uses of EventSubscription in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type EventSubscription Modifier and Type Method Description List<EventSubscription>
EventSubscriptionQueryImpl. 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 EventSubscription Modifier and Type Class Description class
EventSubscriptionEntity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type EventSubscription Modifier and Type Method Description List<EventSubscription>
EventSubscriptionManager. 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 EventSubscription Modifier and Type Method Description static EventSubscriptionDto
EventSubscriptionDto. fromEventSubscription(EventSubscription eventSubscription)
-