Package com.avoka.tm.vo
Class FormVersion
java.lang.Object
com.avoka.tm.vo.FormVersion
Provide a FormVersion value object class.
- Since:
- 23.10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The "Composer SmartForm" form typestatic final String
The "Dynamic PDF Form" form typestatic final String
The "JS App" form typestatic final String
The "Maestro Form" form typestatic final String
The "Other Document" form typestatic final String
The "Static PDF Form" form type -
Constructor Summary
ConstructorDescriptionCreate a FormVersion value objectFormVersion
(com.avoka.fc.core.entity.TemplateVersion version) Create a Form Version value object with the given version entity parameter.FormVersion
(Map fields) Create a Form Version value object with the given with the given fields. -
Method Summary
-
Field Details
-
FORM_TYPE_DYNAMIC_PDF_FORM
The "Dynamic PDF Form" form type- See Also:
-
FORM_TYPE_COMPOSER_SMARTFORM
The "Composer SmartForm" form type- See Also:
-
FORM_TYPE_JS_APP
The "JS App" form type- See Also:
-
FORM_TYPE_MAESTRO_FORM
The "Maestro Form" form type- See Also:
-
FORM_TYPE_STATIC_PDF_FORM
The "Static PDF Form" form type- See Also:
-
FORM_TYPE_OTHER_DOCUMENT
The "Other Document" form type- See Also:
-
-
Constructor Details
-
FormVersion
public FormVersion()Create a FormVersion value object -
FormVersion
public FormVersion(com.avoka.fc.core.entity.TemplateVersion version) Create a Form Version value object with the given version entity parameter.- Parameters:
version
- the form version entity parameter (required)
-
FormVersion
Create a Form Version value object with the given with the given fields.- Parameters:
fields
- the form version entity fields (required)
-
-
Method Details