Uses of Class
com.avoka.fc.core.service.AbstractGroovyService
-
Packages that use AbstractGroovyService Package Description com.avoka.fc.core.service.form Provides classes for form services.com.avoka.fc.core.service.impl Provides the SmartForm Manager service class implementation.com.avoka.fc.core.service.submission Provides submission service implementations. -
-
Uses of AbstractGroovyService in com.avoka.fc.core.service.form
Subclasses of AbstractGroovyService in com.avoka.fc.core.service.form Modifier and Type Class Description class
GroovyDynamicDataService
Provides a dynamic form data service invoking a Groovy script.class
GroovyFormPrefillService
Provides an Groovy Script based Form Prefill Service.class
GroovyFormVersionSelectorService
Provides a service that returns the form version to be used in rendering.class
GroovyReceiptNumberService
Calculates receipt numbers by evaluating a Groovy script.class
GroovyTrackingNumberService
Create a tracking number by evaluating a Groovy script. -
Uses of AbstractGroovyService in com.avoka.fc.core.service.impl
Subclasses of AbstractGroovyService in com.avoka.fc.core.service.impl Modifier and Type Class Description class
GroovyDeliveryProcessService
Provides a Groovy Script based submission delivery process.class
GroovyFormSecurityFilterService
Provides a templated Groovy-based implementation of the form security filter.class
GroovyRenderReceiptService
Provides a Groovy Script Render Receipt Service for generating customized PDF receipt documents.class
GroovyScheduledService
Provides a Groovy script based scheduled service.class
GroovyServiceImpl
Provide an interface to invoke arbitrary Groovy services.class
TransactionHistoryPublisherImpl
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
Subclasses of AbstractGroovyService in com.avoka.fc.core.service.submission Modifier and Type Class Description class
GroovyFormSavedProcessor
Provides a GroovyScript form saved processor service.class
GroovySubmissionCompletedProcessor
Provides a GroovyScript Submission Form Status 'Completed' Processor service.class
GroovySubmissionDataValidator
Provides a Groovy script submission data validation service.class
GroovySubmissionPreprocessor
Provides a GroovyScript Submission Preprocessor service.class
GroovyTaskExpiryService
Provides a Groovy Script Task Expiry service.
-