Uses of Interface
com.flowable.validation.bpmn.EventValidator
-
Packages that use EventValidator Package Description com.flowable.validation.bpmn.impl -
-
Uses of EventValidator in com.flowable.validation.bpmn.impl
Classes in com.flowable.validation.bpmn.impl that implement EventValidator Modifier and Type Class Description class
ErrorIncomingParameterEventValidator
Fields in com.flowable.validation.bpmn.impl with type parameters of type EventValidator Modifier and Type Field Description protected Collection<EventValidator>
PlatformEventsValidator. validators
Methods in com.flowable.validation.bpmn.impl that return types with arguments of type EventValidator Modifier and Type Method Description Collection<EventValidator>
PlatformEventsValidator. getValidators()
Methods in com.flowable.validation.bpmn.impl with parameters of type EventValidator Modifier and Type Method Description void
PlatformEventsValidator. addValidator(EventValidator validator)
-