Uses of Interface
com.avoka.fc.core.service.IDeliveryProcessService
-
Packages that use IDeliveryProcessService Package Description com.avoka.fc.core.service.fluent Provides the Fluent Groovy API 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 IDeliveryProcessService in com.avoka.fc.core.service.fluent
Classes in com.avoka.fc.core.service.fluent that implement IDeliveryProcessService Modifier and Type Class Description class
FluentDeliveryProcessService
Provides a Fluent API Groovy script delivery process service. -
Uses of IDeliveryProcessService in com.avoka.fc.core.service.impl
Classes in com.avoka.fc.core.service.impl that implement IDeliveryProcessService Modifier and Type Class Description class
GroovyDeliveryProcessService
Provides a Groovy Script based submission delivery process.Methods in com.avoka.fc.core.service.impl with parameters of type IDeliveryProcessService Modifier and Type Method Description protected String
SubmissionDeliveryControllerService. deliverViaDeliveryProcess(Submission submission, DeliveryDetails deliveryDetails, IDeliveryProcessService deliveryProcess, String deliveryServiceName)
Deliver the given submission via Delivery Process using the delivery details provided. -
Uses of IDeliveryProcessService in com.avoka.fc.core.service.submission
Classes in com.avoka.fc.core.service.submission that implement IDeliveryProcessService Modifier and Type Class Description class
TrashCanDeliveryProcess
Provides a null "Trash Can Delivery" process to be used for form testing purposes.
-