Uses of Interface
com.avoka.fc.core.service.ITaskExpiryProcessService
-
Packages that use ITaskExpiryProcessService Package Description com.avoka.fc.core.service.fluent Provides the Fluent Groovy API services.com.avoka.fc.core.service.submission Provides submission service implementations. -
-
Uses of ITaskExpiryProcessService in com.avoka.fc.core.service.fluent
Classes in com.avoka.fc.core.service.fluent that implement ITaskExpiryProcessService Modifier and Type Class Description class
FluentTaskExpiryService
Provides a Fluent API Groovy task expiry service which is called by TM when as task has expired. -
Uses of ITaskExpiryProcessService in com.avoka.fc.core.service.submission
Classes in com.avoka.fc.core.service.submission that implement ITaskExpiryProcessService Modifier and Type Class Description class
GroovyTaskExpiryService
Provides a Groovy Script Task Expiry service.
-