Interface | Description |
---|---|
ScheduledActionDefinition |
The information needed to schedule a job.
|
TemplateActionDefinition |
A template action definition is used to generate an action from a template style
definition.
|
TemplateActionModelFactory |
A factory that builds models to use with a particular template engine for use with scheduled actions built
from action templates.
|
Class | Description |
---|---|
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.
|
Enum | Description |
---|---|
AbstractScheduledAction.CompensatingActionMode |
Enum to define if compensating actions are run.
|
AbstractScheduledAction.TransactionMode |
Enum to define the transaction mode.
|
Exception | Description |
---|---|
CompensatingActionException |
Error that triggers the execution of compensating actions.
|
InvalidCronExpression |
Exception for invalid cron expressions
|
ScheduledActionException |
Base exception for sceduled actions.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.