Uses of Class
com.avoka.fc.core.entity.VersionAttachment
-
Packages that use VersionAttachment 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. -
-
Uses of VersionAttachment in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return VersionAttachment Modifier and Type Method Description VersionAttachment
VersionAttachmentDao. getVersionAttachmentByName(TemplateVersion templateVersion, String name)
Return the version attachment for the given form version and attachment name.VersionAttachment
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 VersionAttachment Modifier and Type Method Description List<VersionAttachment>
VersionAttachmentDao. getCachedVersionAttachments(TemplateVersion version)
Return the version attachment list for the given form version.List<VersionAttachment>
VersionAttachmentDao. getTemplateVersionAttachments(Object templateVersionId)
Return the version attachment list for the given template version.List<VersionAttachment>
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 VersionAttachment Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<VersionAttachment>>
_DocumentType. VERSION_ATTACHMENTS
Provides the 'VERSION_ATTACHMENTS' property.static 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 VersionAttachment Modifier and Type Method Description List<VersionAttachment>
_DocumentType. getVersionAttachments()
Return the VersionAttachments.List<VersionAttachment>
_TemplateVersion. getVersionAttachments()
Return the VersionAttachments.Methods in com.avoka.fc.core.entity.auto with parameters of type VersionAttachment Modifier and Type Method Description void
_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.
-