Uses of Interface
io.camunda.client.api.search.filter.builder.ListenerEventTypeProperty
Packages that use ListenerEventTypeProperty
Package
Description
-
Uses of ListenerEventTypeProperty in io.camunda.client.api.search.filter
Method parameters in io.camunda.client.api.search.filter with type arguments of type ListenerEventTypePropertyModifier and TypeMethodDescriptionJobFilter.listenerEventType(Consumer<ListenerEventTypeProperty> fn) Filters jobs by the specified listener event type usingListenerEventTypePropertyconsumer. -
Uses of ListenerEventTypeProperty in io.camunda.client.impl.search.filter
Method parameters in io.camunda.client.impl.search.filter with type arguments of type ListenerEventTypePropertyModifier and TypeMethodDescriptionJobFilterImpl.listenerEventType(Consumer<ListenerEventTypeProperty> fn) -
Uses of ListenerEventTypeProperty in io.camunda.client.impl.search.filter.builder
Classes in io.camunda.client.impl.search.filter.builder that implement ListenerEventTypePropertyMethods in io.camunda.client.impl.search.filter.builder that return ListenerEventTypePropertyModifier and TypeMethodDescriptionListenerEventTypePropertyImpl.eq(ListenerEventType value) ListenerEventTypePropertyImpl.exists(boolean value) ListenerEventTypePropertyImpl.in(ListenerEventType... values) ListenerEventTypePropertyImpl.in(List<ListenerEventType> value) ListenerEventTypePropertyImpl.neq(ListenerEventType value)