Uses of Class
org.flowable.eventsubscription.service.impl.EventSubscriptionQueryValue
Packages that use EventSubscriptionQueryValue
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of EventSubscriptionQueryValue in org.flowable.engine.impl
Fields in org.flowable.engine.impl with type parameters of type EventSubscriptionQueryValueModifier and TypeFieldDescriptionprotected List
<EventSubscriptionQueryValue> ExecutionQueryImpl.eventSubscriptions
protected List
<EventSubscriptionQueryValue> ProcessInstanceQueryImpl.eventSubscriptions
Methods in org.flowable.engine.impl that return types with arguments of type EventSubscriptionQueryValueModifier and TypeMethodDescriptionExecutionQueryImpl.getEventSubscriptions()
ProcessInstanceQueryImpl.getEventSubscriptions()
Method parameters in org.flowable.engine.impl with type arguments of type EventSubscriptionQueryValueModifier and TypeMethodDescriptionvoid
ExecutionQueryImpl.setEventSubscriptions
(List<EventSubscriptionQueryValue> eventSubscriptions) void
ProcessInstanceQueryImpl.setEventSubscriptions
(List<EventSubscriptionQueryValue> eventSubscriptions)