Uses of Class
org.flowable.engine.form.AbstractFormType
Packages that use AbstractFormType
-
Uses of AbstractFormType in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg with type parameters of type AbstractFormTypeModifier and TypeFieldDescriptionprotected List<AbstractFormType>ProcessEngineConfigurationImpl.customFormTypesMethods in org.flowable.engine.impl.cfg that return types with arguments of type AbstractFormTypeMethod parameters in org.flowable.engine.impl.cfg with type arguments of type AbstractFormTypeModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCustomFormTypes(List<AbstractFormType> customFormTypes) -
Uses of AbstractFormType in org.flowable.engine.impl.form
Subclasses of AbstractFormType in org.flowable.engine.impl.formModifier and TypeClassDescriptionclassclassclassclassclassclassFields in org.flowable.engine.impl.form declared as AbstractFormTypeFields in org.flowable.engine.impl.form with type parameters of type AbstractFormTypeMethods in org.flowable.engine.impl.form that return AbstractFormTypeModifier and TypeMethodDescriptionFormPropertyHandler.getType()FormTypes.parseFormPropertyType(org.flowable.bpmn.model.FormProperty formProperty) Methods in org.flowable.engine.impl.form with parameters of type AbstractFormTypeModifier and TypeMethodDescriptionvoidFormTypes.addFormType(AbstractFormType formType) voidFormPropertyHandler.setType(AbstractFormType type)