Uses of Interface
org.flowable.engine.impl.form.FormEngine
Packages that use FormEngine
-
Uses of FormEngine in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg with type parameters of type FormEngineModifier and TypeFieldDescriptionprotected List<FormEngine>
ProcessEngineConfigurationImpl.customFormEngines
protected Map<String,
FormEngine> ProcessEngineConfigurationImpl.formEngines
Methods in org.flowable.engine.impl.cfg that return types with arguments of type FormEngineModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCustomFormEngines()
ProcessEngineConfigurationImpl.getFormEngines()
Method parameters in org.flowable.engine.impl.cfg with type arguments of type FormEngineModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCustomFormEngines
(List<FormEngine> customFormEngines) ProcessEngineConfigurationImpl.setFormEngines
(Map<String, FormEngine> formEngines) -
Uses of FormEngine in org.flowable.engine.impl.form
Classes in org.flowable.engine.impl.form that implement FormEngine