Class FormModelRepresentation
java.lang.Object
com.flowable.platform.service.task.FormModelRepresentation
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<CustomValidationDefinition>
protected Map<String,
FormDataModel> protected String
protected String
protected String
protected String
protected String
protected String
protected Boolean
protected String
protected List<EventDefinition>
protected String
protected String
protected MetadataDefinition
protected String
protected List<OutcomeDefinition>
protected List<RowDefinition>
protected SectionDefinition
protected int
-
Constructor Summary
ConstructorDescriptionFormModelRepresentation
(FormInfo formInfo) FormModelRepresentation
(FormInfo formInfo, FlowableFormModel formModel) -
Method Summary
Modifier and TypeMethodDescriptiongetI18n()
getId()
getKey()
getName()
getRows()
int
void
setCustomValidations
(List<CustomValidationDefinition> customValidations) void
setDataModel
(Map<String, FormDataModel> dataModel) void
setDefaultDateFormat
(String defaultDateFormat) void
setDefaultNumberFormat
(String defaultNumberFormat) void
setDescription
(String description) void
setDialogDescription
(String dialogDescription) void
setDialogSize
(String dialogSize) void
setDialogTitle
(String dialogTitle) void
setForceValidation
(Boolean forceValidation) void
setFormKey
(String formKey) void
setFormModelEvents
(List<EventDefinition> formModelEvents) void
void
void
void
setMetadata
(MetadataDefinition metadata) void
void
setOutcomes
(List<OutcomeDefinition> outcomes) void
setRows
(List<RowDefinition> rows) void
setSection
(SectionDefinition section) void
setVersion
(int version)
-
Field Details
-
id
-
name
-
description
-
key
-
version
protected int version -
formKey
-
dialogSize
-
dialogTitle
-
dialogDescription
-
forceValidation
-
defaultDateFormat
-
defaultNumberFormat
-
metadata
-
rows
-
section
-
outcomes
-
customValidations
-
dataModel
-
formModelEvents
-
i18n
-
-
Constructor Details
-
FormModelRepresentation
-
FormModelRepresentation
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getDescription
-
setDescription
-
getKey
-
setKey
-
getVersion
public int getVersion() -
setVersion
public void setVersion(int version) -
getFormKey
-
setFormKey
-
getDialogSize
-
setDialogSize
-
getDialogTitle
-
setDialogTitle
-
getDialogDescription
-
setDialogDescription
-
getForceValidation
-
setForceValidation
-
getDefaultDateFormat
-
setDefaultDateFormat
-
getDefaultNumberFormat
-
setDefaultNumberFormat
-
getMetadata
-
setMetadata
-
getRows
-
setRows
-
getSection
-
setSection
-
getOutcomes
-
setOutcomes
-
getCustomValidations
-
setCustomValidations
-
getFormModelEvents
-
setFormModelEvents
-
getDataModel
-
setDataModel
-
getI18n
-
setI18n
-