Uses of Class
com.avoka.fc.core.entity.VersionAttachment
Packages that use 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
Methods in com.avoka.fc.core.dao that return VersionAttachmentModifier 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.Methods in com.avoka.fc.core.dao that return types with arguments of type VersionAttachmentModifier 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
Fields in com.avoka.fc.core.entity.auto with type parameters of type VersionAttachmentModifier 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.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type VersionAttachmentModifier and TypeMethodDescription_DocumentType.getVersionAttachments()
Return the VersionAttachments._TemplateVersion.getVersionAttachments()
Return the VersionAttachments.Methods in com.avoka.fc.core.entity.auto with parameters of type VersionAttachmentModifier 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.