Uses of Class
com.flowable.form.model.MetadataDefinition
Package | Description |
---|---|
com.flowable.form.model | |
com.flowable.form.rest.service.api.form |
-
Uses of MetadataDefinition in com.flowable.form.model
Fields in com.flowable.form.model declared as MetadataDefinition Modifier and Type Field Description protected MetadataDefinition
FlowableFormModel. metadata
Methods in com.flowable.form.model that return MetadataDefinition Modifier and Type Method Description MetadataDefinition
FlowableFormModel. getMetadata()
Methods in com.flowable.form.model with parameters of type MetadataDefinition Modifier and Type Method Description void
FlowableFormModel. setMetadata(MetadataDefinition metadata)
-
Uses of MetadataDefinition in com.flowable.form.rest.service.api.form
Fields in com.flowable.form.rest.service.api.form declared as MetadataDefinition Modifier and Type Field Description protected MetadataDefinition
FormInstanceModelResponse. metadata
protected MetadataDefinition
FormModelResponse. metadata
Methods in com.flowable.form.rest.service.api.form that return MetadataDefinition Modifier and Type Method Description MetadataDefinition
FormInstanceModelResponse. getMetadata()
MetadataDefinition
FormModelResponse. getMetadata()
Methods in com.flowable.form.rest.service.api.form with parameters of type MetadataDefinition Modifier and Type Method Description void
FormInstanceModelResponse. setMetadata(MetadataDefinition metadata)
void
FormModelResponse. setMetadata(MetadataDefinition metadata)