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 MetadataDefinitionFlowableFormModel. metadataMethods in com.flowable.form.model that return MetadataDefinition Modifier and Type Method Description MetadataDefinitionFlowableFormModel. getMetadata()Methods in com.flowable.form.model with parameters of type MetadataDefinition Modifier and Type Method Description voidFlowableFormModel. 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 MetadataDefinitionFormInstanceModelResponse. metadataprotected MetadataDefinitionFormModelResponse. metadataMethods in com.flowable.form.rest.service.api.form that return MetadataDefinition Modifier and Type Method Description MetadataDefinitionFormInstanceModelResponse. getMetadata()MetadataDefinitionFormModelResponse. getMetadata()Methods in com.flowable.form.rest.service.api.form with parameters of type MetadataDefinition Modifier and Type Method Description voidFormInstanceModelResponse. setMetadata(MetadataDefinition metadata)voidFormModelResponse. setMetadata(MetadataDefinition metadata)