Uses of Class
com.avoka.fc.core.entity.TemplateVersionDeployment
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 classes for form services.
-
Uses of TemplateVersionDeployment in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionTemplateVersionDeploymentDao.getTemplateVersionDeployment
(String id) Return the template version deployment with the specified OIDModifier and TypeMethodDescriptionTemplateVersionDeploymentDao.getDueDeployments
(Date cutoffDate) Return the list of all due template version deployments, meaning all deployments whose deployment time is before a cutoff date and whose status is on "Ready"TemplateVersionDeploymentDao.getFutureDeployments
(Form form) Return the list of all template version deployments scheduled for a future time for the given template. -
Uses of TemplateVersionDeployment in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<TemplateVersionDeployment>>
_Form.VERSION_DEPLOYMENTS
Provides the 'VERSION_DEPLOYMENTS' property.Modifier and TypeMethodDescriptionvoid
_Form.addToVersionDeployments
(TemplateVersionDeployment obj) Add the VersionDeployments object.void
Remove the VersionDeployments object. -
Uses of TemplateVersionDeployment in com.avoka.fc.core.service.form
Modifier and TypeMethodDescriptionvoid
FormService.changeTemplateVersion
(TemplateVersionDeployment deployment) Changes the current version of a template immediately.