Uses of Class
org.camunda.bpm.engine.impl.EventSubscriptionQueryValue
-
Packages that use EventSubscriptionQueryValue Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. -
-
Uses of EventSubscriptionQueryValue in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl with type parameters of type EventSubscriptionQueryValue Modifier and Type Field Description protected List<EventSubscriptionQueryValue>
ExecutionQueryImpl. eventSubscriptions
Methods in org.camunda.bpm.engine.impl that return types with arguments of type EventSubscriptionQueryValue Modifier and Type Method Description List<EventSubscriptionQueryValue>
ExecutionQueryImpl. getEventSubscriptions()
Method parameters in org.camunda.bpm.engine.impl with type arguments of type EventSubscriptionQueryValue Modifier and Type Method Description void
ExecutionQueryImpl. setEventSubscriptions(List<EventSubscriptionQueryValue> eventSubscriptions)
-