Uses of Interface
com.avoka.fc.core.service.IScheduledService
-
Packages that use IScheduledService 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. -
-
Uses of IScheduledService in com.avoka.fc.core.service.fluent
Classes in com.avoka.fc.core.service.fluent that implement IScheduledService Modifier and Type Class Description class
FluentScheduledService
Provides a Fluent API Groovy script scheduled service. -
Uses of IScheduledService in com.avoka.fc.core.service.impl
Classes in com.avoka.fc.core.service.impl that implement IScheduledService Modifier and Type Class Description class
GroovyScheduledService
Provides a Groovy script based scheduled service.
-