Uses of Class
com.avoka.fc.core.entity.VersionMetadataValue
Packages that use 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
Methods in com.avoka.fc.core.dao that return VersionMetadataValueModifier 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 OIDMethods in com.avoka.fc.core.dao that return types with arguments of type VersionMetadataValueModifier 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
Fields in com.avoka.fc.core.entity.auto with type parameters of type VersionMetadataValueModifier 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.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type VersionMetadataValueModifier and TypeMethodDescription_MetadataTag.getVersionMetadataValues()
Return the VersionMetadataValues._TemplateVersion.getVersionMetadataValues()
Return the VersionMetadataValues.Methods in com.avoka.fc.core.entity.auto with parameters of type VersionMetadataValueModifier 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
Methods in com.avoka.fc.core.service.impl with parameters of type VersionMetadataValueModifier and TypeMethodDescriptionprotected MetaData
AGLSFormMetaDataService.handleSpecialElement
(VersionMetadataValue sourceValue, String elementName, MetaData existingMetaData)