| AbstractScheduledAction |
Abstract action support.
|
| AbstractScheduledAction.JobDefinition |
Job definition to run scheduled action
|
| AbstractScheduledAction.Pair<FIRST,SECOND> |
Simple class to hold to related objects
|
| AbstractTemplateActionDefinition |
Common attributes for template action definitions.
|
| CompositeTemplateActionDefinition |
The template to define a composite action.
|
| CronScheduledQueryBasedTemplateActionDefinition |
A scheduled action for which the trigger is defined in the standard cron format and the nodes to which the action
should be run is defined from the nodes selected by query.
|
| FreeMarkerWithLuceneExtensionsModelFactory |
A factory implementation to build suitable models for the freemarker templating language.
|
| ScheduledPersistedActionImpl |
The scheduling wrapper around a persisted
action, which is to be executed on a
scheduled basis.
|
| ScheduledPersistedActionServiceImpl |
A service which handles the scheduling of the execution of persisted actions.
|
| ScheduledPersistedActionServiceImpl.ScheduledJobWrapper |
The thing that Quartz runs when the schedule fires.
|
| ScheduledPersistedActionServiceImpl.ScheduledPersistedActionServiceBootstrap |
This is used to trigger the loading of previously persisted schedules on
an application startup.
|
| SimpleTemplateActionDefinition |
This class defines the template used to build a single action.
|