Package de.xima.fc.formstore
Class StoreFormMeta
java.lang.Object
de.xima.fc.formstore.StoreFormMeta
- All Implemented Interfaces:
Serializable
Model that describes the meta information provided in a project file from the form store. The project file is a ZIP
file with
metadata.json
that contains this data.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUuid()
void
setMinFormcycleVersion
(String minFormcycleVersion) void
setRequiredPlugins
(List<StoreFormPluginInfo> requiredPlugins) void
-
Constructor Details
-
StoreFormMeta
public StoreFormMeta()
-
-
Method Details
-
getMinFormcycleVersion
- Returns:
- Minimum formcycle version required for the form, e.g. "3.4.0"
-
setMinFormcycleVersion
- Parameters:
minFormcycleVersion
- Minimum formcycle version required for the form, e.g. "3.4.0"
-
getRequiredPlugins
- Returns:
- Plugins that need to be installed for the form to function properly.
-
setRequiredPlugins
- Parameters:
requiredPlugins
- Plugins that need to be installed for the form to function properly.
-
getUuid
- Returns:
- Unique ID identifying the form. Can be used to check whether the form exists in the system already.
-
setUuid
- Parameters:
uuid
- Unique ID identifying the form. Can be used to check whether the form exists in the system already.
-