Uses of Class
org.flowable.validation.validator.impl.ServiceTaskValidator
Packages that use ServiceTaskValidator
-
Uses of ServiceTaskValidator in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as ServiceTaskValidatorModifier and TypeFieldDescriptionprotected ServiceTaskValidator
ProcessEngineConfigurationImpl.customServiceTaskValidator
Methods in org.flowable.engine.impl.cfg that return ServiceTaskValidatorMethods in org.flowable.engine.impl.cfg with parameters of type ServiceTaskValidatorModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCustomServiceTaskValidator
(ServiceTaskValidator customServiceTaskValidator) -
Uses of ServiceTaskValidator in org.flowable.validation
Fields in org.flowable.validation declared as ServiceTaskValidatorModifier and TypeFieldDescriptionprotected ServiceTaskValidator
ProcessValidatorFactory.customServiceTaskValidator
Methods in org.flowable.validation that return ServiceTaskValidatorMethods in org.flowable.validation with parameters of type ServiceTaskValidatorModifier and TypeMethodDescriptionvoid
ProcessValidatorFactory.setCustomServiceTaskValidator
(ServiceTaskValidator customServiceTaskValidator)