public interface ScheduledActionDefinition
extends org.springframework.beans.factory.InitializingBean
Modifier and Type | Method and Description |
---|---|
String |
getJobGroup()
Get the job group - used for job admin
|
String |
getJobName()
Get the name of the job - used for job admin
|
TemplateActionDefinition |
getTemplateActionDefinition()
Get the template action definition that is used to build the Action to execute.
|
String |
getTriggerGroup()
Get the trigger group - used for job admin
|
String |
getTriggerName()
Get the trigger name - used for job admin
|
void |
register(org.quartz.Scheduler scheduler)
Register with a scheduler.
|
void |
setJobGroup(String jobGroup)
Set the job group - used for job admin
|
void |
setJobName(String jobName)
Set the name of the job - used for job admin
|
void |
setTemplateActionDefinition(TemplateActionDefinition templateActionDefinition)
Set the template action definition that is used to build the Action to execute.
|
void |
setTriggerGroup(String triggerGroup)
Set the trigger group - used for job admin
|
void |
setTriggerName(String triggerName)
Set the trigger name - used for job admin
|
void setTemplateActionDefinition(TemplateActionDefinition templateActionDefinition)
templateActionDefinition
- TemplateActionDefinitionTemplateActionDefinition getTemplateActionDefinition()
void register(org.quartz.Scheduler scheduler) throws org.quartz.SchedulerException
scheduler
- Schedulerorg.quartz.SchedulerException
void setJobName(String jobName)
jobName
- StringString getJobName()
void setJobGroup(String jobGroup)
jobGroup
- StringString getJobGroup()
void setTriggerName(String triggerName)
triggerName
- StringString getTriggerName()
void setTriggerGroup(String triggerGroup)
triggerGroup
- StringString getTriggerGroup()
Copyright © 2005–2017 Alfresco Software. All rights reserved.