Uses of Class
com.avoka.fc.core.entity.VersionAttachment
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
-
Uses of VersionAttachment in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionVersionAttachmentDao.getVersionAttachmentByName
(TemplateVersion templateVersion, String name) Return the version attachment for the given form version and attachment name.VersionAttachmentDao.getVersionAttachmentForPK
(Object id) Return the version attachment for the specified primary key.Modifier and TypeMethodDescriptionVersionAttachmentDao.getCachedVersionAttachments
(TemplateVersion version) Return the version attachment list for the given form version.VersionAttachmentDao.getTemplateVersionAttachments
(Object templateVersionId) Return the version attachment list for the given template version.VersionAttachmentDao.getVersionAttachments
(TemplateVersion version) Return the version attachment list for the given form version. -
Uses of VersionAttachment in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<VersionAttachment>>
_DocumentType.VERSION_ATTACHMENTS
Provides the 'VERSION_ATTACHMENTS' property.static final org.apache.cayenne.exp.Property<List<VersionAttachment>>
_TemplateVersion.VERSION_ATTACHMENTS
Provides the 'VERSION_ATTACHMENTS' property.Modifier and TypeMethodDescription_DocumentType.getVersionAttachments()
Return the VersionAttachments._TemplateVersion.getVersionAttachments()
Return the VersionAttachments.Modifier and TypeMethodDescriptionvoid
_DocumentType.addToVersionAttachments
(VersionAttachment obj) Add the VersionAttachments object.void
_TemplateVersion.addToVersionAttachments
(VersionAttachment obj) Add the VersionAttachments object.void
_DocumentType.removeFromVersionAttachments
(VersionAttachment obj) Remove the VersionAttachments object.void
_TemplateVersion.removeFromVersionAttachments
(VersionAttachment obj) Remove the VersionAttachments object.