Uses of Class
com.avoka.fc.core.entity.VersionMetadataValue
-
Packages that use VersionMetadataValue Package Description com.avoka.fc.core.dao Provides the Data Access Objects used by SmartForm Manager.com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.com.avoka.fc.core.service.impl 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 VersionMetadataValue Modifier and Type Method Description VersionMetadataValue
VersionMetadataValueDao. getVersionMetadataValue(TemplateVersion version, String tagName)
Return the VersionMetadataValue object for the given template version and metadata tag nameVersionMetadataValue
VersionMetadataValueDao. getVersionMetadataValueFromPk(Object id)
Return the VersionMetadataValue object with the given OIDMethods in com.avoka.fc.core.dao that return types with arguments of type VersionMetadataValue Modifier and Type Method Description List<VersionMetadataValue>
VersionMetadataValueDao. 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 VersionMetadataValue Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<VersionMetadataValue>>
_MetadataTag. VERSION_METADATA_VALUES
Provides the 'VERSION_METADATA_VALUES' property.static 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 VersionMetadataValue Modifier and Type Method Description List<VersionMetadataValue>
_MetadataTag. getVersionMetadataValues()
Return the VersionMetadataValues.List<VersionMetadataValue>
_TemplateVersion. getVersionMetadataValues()
Return the VersionMetadataValues.Methods in com.avoka.fc.core.entity.auto with parameters of type VersionMetadataValue Modifier and Type Method Description void
_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 VersionMetadataValue Modifier and Type Method Description protected MetaData
AGLSFormMetaDataService. handleSpecialElement(VersionMetadataValue sourceValue, String elementName, MetaData existingMetaData)
-