Uses of Class
com.avoka.fc.core.service.AbstractGroovyService
Package
Description
Provides classes for form services.
Provides the SmartForm Manager service class implementation.
Provides submission service implementations.
-
Uses of AbstractGroovyService in com.avoka.fc.core.service.form
Modifier and TypeClassDescriptionclass
Provides a dynamic form data service invoking a Groovy script.class
Provides an Groovy Script based Form Prefill Service.class
Provides a service that returns the form version to be used in rendering.class
Calculates receipt numbers by evaluating a Groovy script.class
Create a tracking number by evaluating a Groovy script. -
Uses of AbstractGroovyService in com.avoka.fc.core.service.impl
Modifier and TypeClassDescriptionclass
Provides a Groovy Script based submission delivery process.class
Provides a templated Groovy-based implementation of the form security filter.class
Provides a Groovy Script Render Receipt Service for generating customized PDF receipt documents.class
Provides a Groovy script based scheduled service.class
Provide an interface to invoke arbitrary Groovy services.class
Provides a simple implementation of a Transaction History Publisher, delegating to a customizable Groovy script. -
Uses of AbstractGroovyService in com.avoka.fc.core.service.submission
Modifier and TypeClassDescriptionclass
Provides a GroovyScript form saved processor service.class
Provides a GroovyScript Submission Form Status 'Completed' Processor service.class
Provides a Groovy script submission data validation service.class
Provides a GroovyScript Submission Preprocessor service.class
Provides a Groovy Script Task Expiry service.