Uses of Class
com.avoka.fc.core.entity.TemplateVersionDeployment
-
Packages that use TemplateVersionDeployment 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.com.avoka.fc.core.service.form Provides classes for form services. -
-
Uses of TemplateVersionDeployment in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return TemplateVersionDeployment Modifier and Type Method Description TemplateVersionDeployment
TemplateVersionDeploymentDao. 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 TemplateVersionDeployment Modifier and Type Method Description List<TemplateVersionDeployment>
TemplateVersionDeploymentDao. 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"List<TemplateVersionDeployment>
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 TemplateVersionDeployment Modifier and Type Field Description static 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 TemplateVersionDeployment Modifier and Type Method Description List<TemplateVersionDeployment>
_Form. getVersionDeployments()
Return the VersionDeployments.Methods in com.avoka.fc.core.entity.auto with parameters of type TemplateVersionDeployment Modifier and Type Method Description void
_Form. addToVersionDeployments(TemplateVersionDeployment obj)
Add the VersionDeployments object.void
_Form. removeFromVersionDeployments(TemplateVersionDeployment obj)
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 TemplateVersionDeployment Modifier and Type Method Description void
FormService. changeTemplateVersion(TemplateVersionDeployment deployment)
Changes the current version of a template immediately.
-