Uses of Class
com.avoka.fc.core.entity.VersionMetadataValue
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides the SmartForm Manager service class implementation.
-
Uses of VersionMetadataValue in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionVersionMetadataValueDao.getVersionMetadataValue
(TemplateVersion version, String tagName) Return the VersionMetadataValue object for the given template version and metadata tag nameVersionMetadataValueDao.getVersionMetadataValueFromPk
(Object id) Return the VersionMetadataValue object with the given OIDModifier and TypeMethodDescriptionVersionMetadataValueDao.getMetadataValues
(Object templateVersionId) Return the list of metadata values for a form and template version -
Uses of VersionMetadataValue in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<VersionMetadataValue>>
_MetadataTag.VERSION_METADATA_VALUES
Provides the 'VERSION_METADATA_VALUES' property.static final org.apache.cayenne.exp.Property<List<VersionMetadataValue>>
_TemplateVersion.VERSION_METADATA_VALUES
Provides the 'VERSION_METADATA_VALUES' property.Modifier and TypeMethodDescription_MetadataTag.getVersionMetadataValues()
Return the VersionMetadataValues._TemplateVersion.getVersionMetadataValues()
Return the VersionMetadataValues.Modifier and TypeMethodDescriptionvoid
_MetadataTag.addToVersionMetadataValues
(VersionMetadataValue obj) Add the VersionMetadataValues object.void
_TemplateVersion.addToVersionMetadataValues
(VersionMetadataValue obj) Add the VersionMetadataValues object.void
_MetadataTag.removeFromVersionMetadataValues
(VersionMetadataValue obj) Remove the VersionMetadataValues object.void
_TemplateVersion.removeFromVersionMetadataValues
(VersionMetadataValue obj) Remove the VersionMetadataValues object. -
Uses of VersionMetadataValue in com.avoka.fc.core.service.impl
Modifier and TypeMethodDescriptionprotected MetaData
AGLSFormMetaDataService.handleSpecialElement
(VersionMetadataValue sourceValue, String elementName, MetaData existingMetaData)