Uses of Class
com.avoka.fc.core.entity.TemplateVersionDeployment
Packages that use 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
Methods in com.avoka.fc.core.dao that return TemplateVersionDeploymentModifier and TypeMethodDescriptionTemplateVersionDeploymentDao.getTemplateVersionDeployment
(String id) Return the template version deployment with the specified OIDMethods in com.avoka.fc.core.dao that return types with arguments of type TemplateVersionDeploymentModifier 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
Fields in com.avoka.fc.core.entity.auto with type parameters of type TemplateVersionDeploymentModifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<TemplateVersionDeployment>>
_Form.VERSION_DEPLOYMENTS
Provides the 'VERSION_DEPLOYMENTS' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type TemplateVersionDeploymentMethods in com.avoka.fc.core.entity.auto with parameters of type TemplateVersionDeploymentModifier 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
Methods in com.avoka.fc.core.service.form with parameters of type TemplateVersionDeploymentModifier and TypeMethodDescriptionvoid
FormService.changeTemplateVersion
(TemplateVersionDeployment deployment) Changes the current version of a template immediately.