Package org.alfresco.repo.action.scheduled

Interface Summary
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 Summary
AbstractScheduledAction Abstract action support.
AbstractScheduledAction.CompensatingActionMode Enum to define if compensating actions are run.
AbstractScheduledAction.JobDefinition Job definition to run scheduled action
AbstractScheduledAction.Pair Simple class to hold to related objects
AbstractScheduledAction.TransactionMode Enum to define the transaction mode.
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.
FreeMarkerModelLuceneFunctionTest Test that the correct date ranges are generated for lucene
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.
ScheduledPersistedActionServiceTest Unit tests for the ScheduledPersistedActionService
ScheduledPersistedActionServiceTest.TestAction  
ScheduledPersistedActionServiceTest.TestJob For unit testing only - not thread safe!
SimpleTemplateActionDefinition This class defines the template used to build a single action.
 

Exception Summary
CompensatingActionException Error that triggers the execution of compensating actions.
InvalidCronExpression Exception for invalid cron expressions
ScheduledActionException Base exception for sceduled actions.
 



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.