Uses of Interface
org.flowable.engine.form.FormProperty
-
Packages that use FormProperty Package Description org.flowable.engine.form Classes related to theFormService.org.flowable.engine.impl.form -
-
Uses of FormProperty in org.flowable.engine.form
Methods in org.flowable.engine.form that return types with arguments of type FormProperty Modifier and Type Method Description List<FormProperty>FormData. getFormProperties()Properties containing the dynamic information that needs to be displayed in the form. -
Uses of FormProperty in org.flowable.engine.impl.form
Classes in org.flowable.engine.impl.form that implement FormProperty Modifier and Type Class Description classFormPropertyImplFields in org.flowable.engine.impl.form with type parameters of type FormProperty Modifier and Type Field Description protected List<FormProperty>FormDataImpl. formPropertiesMethods in org.flowable.engine.impl.form that return FormProperty Modifier and Type Method Description FormPropertyFormPropertyHandler. createFormProperty(ExecutionEntity execution)Methods in org.flowable.engine.impl.form that return types with arguments of type FormProperty Modifier and Type Method Description List<FormProperty>FormDataImpl. getFormProperties()Method parameters in org.flowable.engine.impl.form with type arguments of type FormProperty Modifier and Type Method Description voidFormDataImpl. setFormProperties(List<FormProperty> formProperties)
-