Uses of Interface
org.flowable.engine.impl.form.FormEngine
-
Packages that use FormEngine Package Description org.flowable.engine.impl.cfg org.flowable.engine.impl.form -
-
Uses of FormEngine in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg with type parameters of type FormEngine Modifier and Type Field Description protected List<FormEngine>ProcessEngineConfigurationImpl. customFormEnginesprotected Map<String,FormEngine>ProcessEngineConfigurationImpl. formEnginesMethods in org.flowable.engine.impl.cfg that return types with arguments of type FormEngine Modifier and Type Method Description List<FormEngine>ProcessEngineConfigurationImpl. getCustomFormEngines()Map<String,FormEngine>ProcessEngineConfigurationImpl. getFormEngines()Method parameters in org.flowable.engine.impl.cfg with type arguments of type FormEngine Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCustomFormEngines(List<FormEngine> customFormEngines)ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setFormEngines(Map<String,FormEngine> formEngines) -
Uses of FormEngine in org.flowable.engine.impl.form
Classes in org.flowable.engine.impl.form that implement FormEngine Modifier and Type Class Description classJuelFormEngine
-