Class FormModelRepresentation
java.lang.Object
com.flowable.platform.service.task.FormModelRepresentation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<CustomValidationDefinition>protected Map<String,FormDataModel> protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Booleanprotected Stringprotected List<EventDefinition>protected Stringprotected Stringprotected MetadataDefinitionprotected Stringprotected List<OutcomeDefinition>protected List<RowDefinition>protected SectionDefinitionprotected int -
Constructor Summary
ConstructorsConstructorDescriptionFormModelRepresentation(FormInfo formInfo) FormModelRepresentation(FormInfo formInfo, FlowableFormModel formModel) -
Method Summary
Modifier and TypeMethodDescriptiongetI18n()getId()getKey()getName()getRows()intvoidsetCustomValidations(List<CustomValidationDefinition> customValidations) voidsetDataModel(Map<String, FormDataModel> dataModel) voidsetDefaultDateFormat(String defaultDateFormat) voidsetDefaultNumberFormat(String defaultNumberFormat) voidsetDescription(String description) voidsetDialogDescription(String dialogDescription) voidsetDialogSize(String dialogSize) voidsetDialogTitle(String dialogTitle) voidsetForceValidation(Boolean forceValidation) voidsetFormKey(String formKey) voidsetFormModelEvents(List<EventDefinition> formModelEvents) voidvoidvoidvoidsetMetadata(MetadataDefinition metadata) voidvoidsetOutcomes(List<OutcomeDefinition> outcomes) voidsetRows(List<RowDefinition> rows) voidsetSection(SectionDefinition section) voidsetVersion(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
-