Uses of Class
org.flowable.engine.form.AbstractFormType
-
Packages that use AbstractFormType Package Description org.flowable.engine.impl.cfg org.flowable.engine.impl.form -
-
Uses of AbstractFormType in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg with type parameters of type AbstractFormType Modifier and Type Field Description protected List<AbstractFormType>ProcessEngineConfigurationImpl. customFormTypesMethods in org.flowable.engine.impl.cfg that return types with arguments of type AbstractFormType Modifier and Type Method Description List<AbstractFormType>ProcessEngineConfigurationImpl. getCustomFormTypes()Method parameters in org.flowable.engine.impl.cfg with type arguments of type AbstractFormType Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCustomFormTypes(List<AbstractFormType> customFormTypes) -
Uses of AbstractFormType in org.flowable.engine.impl.form
Subclasses of AbstractFormType in org.flowable.engine.impl.form Modifier and Type Class Description classBooleanFormTypeclassDateFormTypeclassDoubleFormTypeclassEnumFormTypeclassLongFormTypeclassStringFormTypeFields in org.flowable.engine.impl.form declared as AbstractFormType Modifier and Type Field Description protected AbstractFormTypeFormPropertyHandler. typeFields in org.flowable.engine.impl.form with type parameters of type AbstractFormType Modifier and Type Field Description protected Map<String,AbstractFormType>FormTypes. formTypesMethods in org.flowable.engine.impl.form that return AbstractFormType Modifier and Type Method Description AbstractFormTypeFormPropertyHandler. getType()AbstractFormTypeFormTypes. parseFormPropertyType(org.flowable.bpmn.model.FormProperty formProperty)Methods in org.flowable.engine.impl.form with parameters of type AbstractFormType Modifier and Type Method Description voidFormTypes. addFormType(AbstractFormType formType)voidFormPropertyHandler. setType(AbstractFormType type)
-