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 SectionDefinition
FlowableFormModel. section
Methods in com.flowable.form.model that return SectionDefinition Modifier and Type Method Description SectionDefinition
FlowableFormModel. getSection()
Methods in com.flowable.form.model with parameters of type SectionDefinition Modifier and Type Method Description void
FlowableFormModel. 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 SectionDefinition
FormInstanceModelResponse. section
protected SectionDefinition
FormModelResponse. section
Methods in com.flowable.form.rest.service.api.form that return SectionDefinition Modifier and Type Method Description SectionDefinition
FormInstanceModelResponse. getSection()
SectionDefinition
FormModelResponse. getSection()
Methods in com.flowable.form.rest.service.api.form with parameters of type SectionDefinition Modifier and Type Method Description void
FormInstanceModelResponse. setSection(SectionDefinition section)
void
FormModelResponse. setSection(SectionDefinition section)