Uses of Interface
com.avoka.fc.core.service.IServiceDefinitionAware
Package
Description
Provides the SmartForm Manager service classes.
Provides the Composer HTML Form Archive Utils.
Provides the Email Client Services.
Provides the Fluent Groovy API services.
Provides classes for form services.
Provides the SmartForm Manager service class implementation.
Provides classes for iText PDF receipt rendering services.
Provides Collaboration Jobs service classes.
Provides classes for PhantomJS PDF receipt rendering services.
Provides a SalesForce integration client.
Provides submission data storage service implementations.
Provides submission service implementations.
Provides web automated test services.
Provides Fluent Function classes.
-
Uses of IServiceDefinitionAware in com.avoka.fc.core.outbox
Modifier and TypeClassDescriptionclass
Provide an outbox processor to process outbox events -
Uses of IServiceDefinitionAware in com.avoka.fc.core.outbox.test
-
Uses of IServiceDefinitionAware in com.avoka.fc.core.service
Modifier and TypeInterfaceDescriptioninterface
Provides an Email Service interface.interface
Provide an interface to invoke arbitrary Groovy services.interface
Provides a service definition interface which can be invoked by the ScheduledServiceJob.Modifier and TypeClassDescriptionclass
Provides an abstract Groovy service which implement common properties.class
Provides an abstract PDF receipt rendering service for subclasses to implement.class
Provides an SMTP Email Service for backwards compatibility.class
Provides a receipt render service executing a local executable ( omJS, Chromium Puppeteer)class
Status management services that handles scheduled status changes.class
Provides a services test suite to run a set of unit tests.class
Provides the default service of type "Transaction Processor". -
Uses of IServiceDefinitionAware in com.avoka.fc.core.service.composer
Modifier and TypeClassDescriptionclass
Provides a Composer HTML Form rendering service to render both the form and the associated HTML resources. -
Uses of IServiceDefinitionAware in com.avoka.fc.core.service.email
Modifier and TypeClassDescriptionclass
Provides an abstract Email Service.class
Provides an Microsoft Exchange Email Service.class
Provides a Groovy Email service.class
Provides an SMTP Email Service.class
Provides an Trash Can email service for development and testing purposes which does not sent emails. -
Uses of IServiceDefinitionAware in com.avoka.fc.core.service.fluent
Modifier and TypeInterfaceDescriptioninterface
Provides a Fluent Service invocation interface.Modifier and TypeClassDescriptionclass
Provides an abstract Fluent Groovy service.class
Provides a Fluent API Groovy script delivery process service.class
Provides a Fluent Groovy API Form Dynamic Data service.class
Provides a Fluent API Groovy Email service.class
Provides a Fluent Groovy API Form Prefill Service.class
Provides a Fluent API Groovy script Form Saved Processor.class
Provides a Fluent Groovy API Form Security Filter Service.class
Provides a service that returns the form version to be used in rendering.class
Provides a Fluent Function service.class
Provides a Fluent API Groovy Service.class
Provides a Fluent Job Action service.class
Provides service for scanning file attachments media type.class
Provides a Fluent Groovy script receipt number service.class
Provides a Fluent Render Receipt Service for generating customized PDF receipt documents.class
Provides a Fluent API Groovy script scheduled service.class
Provides a Fluent API Groovy script Submission Completed Processor.class
Provides a Fluent API Groovy script submission data validator.class
Provides a Fluent API Groovy script Submission Preprocessor.class
Provides a Fluent API Groovy task expiry service which is called by TM when as task has expired.class
Provides a Fluent API Groovy script Tracking Number generation service.class
Provides a Fluent API Groovy script Transaction History publish service.class
Provides a Fluent Virus Scan Service. -
Uses of IServiceDefinitionAware in com.avoka.fc.core.service.form
Modifier and TypeInterfaceDescriptioninterface
Provides a service interface to select the appropriate form version at form request time.Modifier and TypeClassDescriptionclass
Provides a service that returns the current form version unless the request parameterParams.REQUEST_FORM_VERSION
is set and specifies a valid version number.class
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.class
Provides a service that returns a random form version unless the request parameterParams.REQUEST_FORM_VERSION
is set and specifies a valid version number. -
Uses of IServiceDefinitionAware in com.avoka.fc.core.service.impl
Modifier and TypeClassDescriptionclass
Provides an ClamAV Scan Engine Virus Scan Service.class
Publish transaction history records to a file system directory.class
Provides a service verifying a Google Authenticator token.class
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
Publish transaction history records to the AWS S3 object store.class
Provides an Symantec Scan Engine Virus Scan Service.class
Provides a implementation of ISysEventPublisher for the System Event Publisher Used to publish system event messages.class
Provides Tika Media Type Scan Service.class
Provides a simple implementation of a Transaction History Publisher, delegating to a customizable Groovy script. -
Uses of IServiceDefinitionAware in com.avoka.fc.core.service.itext
Modifier and TypeClassDescriptionclass
Provides an iText AcroForm PDF Receipt Rendering service. -
Uses of IServiceDefinitionAware in com.avoka.fc.core.service.job.impl
Modifier and TypeClassDescriptionclass
Provides an abstract Job Action Service.class
Provides a Groovy Job Action Service.class
Provides a 'Job Action Wait' Action Service.class
Provides a Collaboration Job Controller service.class
Provides a 'Job Delivery' Action Service.class
Provides a 'Job Delivery Wait' Action Service.class
Provides a 'Job Form Start' Action Service.class
Provides a 'Job Processing Message' Action Service.class
Provides a 'Job Receipt Wait' Service.class
Provides a 'Job Task Assign' Action Service.class
Provides a 'Job Task Wait' Action Service. -
Uses of IServiceDefinitionAware in com.avoka.fc.core.service.phantomjs
Modifier and TypeClassDescriptionclass
Provides an PhantomJS PDF Receipt Rendering service.class
Provides version 2 of the PhantomJS PDF Receipt Rendering service. -
Uses of IServiceDefinitionAware in com.avoka.fc.core.service.puppeteer
Modifier and TypeClassDescriptionclass
Use Chromium Puppeteer to render a receipt. -
Uses of IServiceDefinitionAware in com.avoka.fc.core.service.salesforce
Modifier and TypeClassDescriptionclass
Provides a SaleForce REST API Client service. -
Uses of IServiceDefinitionAware in com.avoka.fc.core.service.storage
Modifier and TypeClassDescriptionclass
Provides an abstract submission data storage service class.class
Deprecated.class
Deprecated.class
Deprecated.class
Provides an AWS Submission Data Storage Service which uses the RDS to store submission XML data, and S3 to store binary PDF receipts and file attachments.class
Provides an Azure Submission Data Storage Service which stores submission data, binary PDF receipts and file attachments to the Azure blob storage facility.class
Provides a generic cloud submission data storage service abstract class.class
Provides a database based submission data storage service class.class
Provides a submission data storage service which stores file attachments on the file system.class
Provides Hybrid Cloud submission data storage service class. -
Uses of IServiceDefinitionAware 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. -
Uses of IServiceDefinitionAware in com.avoka.fc.core.service.test
Modifier and TypeClassDescriptionclass
Provides a Mock Submission Data Storage Service class removes dependency on external key management services and JDK crypto policies for running unit tests locally or on CI servers. -
Uses of IServiceDefinitionAware in com.avoka.tm.func
Modifier and TypeInterfaceDescriptioninterface
Provides a Fluent Function interface for executing server side Transact Application logic.