Uses of Class
com.flowable.form.model.SectionDefinition
| Package | Description |
|---|---|
| com.flowable.form.model | |
| com.flowable.form.rest.service.api.form |
-
Uses of SectionDefinition in com.flowable.form.model
Fields in com.flowable.form.model declared as SectionDefinition Modifier and Type Field Description protected SectionDefinitionFlowableFormModel. sectionMethods in com.flowable.form.model that return SectionDefinition Modifier and Type Method Description SectionDefinitionFlowableFormModel. getSection()Methods in com.flowable.form.model with parameters of type SectionDefinition Modifier and Type Method Description voidFlowableFormModel. setSection(SectionDefinition section) -
Uses of SectionDefinition in com.flowable.form.rest.service.api.form
Fields in com.flowable.form.rest.service.api.form declared as SectionDefinition Modifier and Type Field Description protected SectionDefinitionFormInstanceModelResponse. sectionprotected SectionDefinitionFormModelResponse. sectionMethods in com.flowable.form.rest.service.api.form that return SectionDefinition Modifier and Type Method Description SectionDefinitionFormInstanceModelResponse. getSection()SectionDefinitionFormModelResponse. getSection()Methods in com.flowable.form.rest.service.api.form with parameters of type SectionDefinition Modifier and Type Method Description voidFormInstanceModelResponse. setSection(SectionDefinition section)voidFormModelResponse. setSection(SectionDefinition section)