public interface ScheduledActionDefinition
extends org.springframework.beans.factory.InitializingBean
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJobGroup()
Get the job group - used for job admin
|
java.lang.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.
|
java.lang.String |
getTriggerGroup()
Get the trigger group - used for job admin
|
java.lang.String |
getTriggerName()
Get the trigger name - used for job admin
|
void |
register(org.quartz.Scheduler scheduler)
Register with a scheduler.
|
void |
setJobGroup(java.lang.String jobGroup)
Set the job group - used for job admin
|
void |
setJobName(java.lang.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(java.lang.String triggerGroup)
Set the trigger group - used for job admin
|
void |
setTriggerName(java.lang.String triggerName)
Set the trigger name - used for job admin
|
void setTemplateActionDefinition(TemplateActionDefinition templateActionDefinition)
templateActionDefinition - TemplateActionDefinition getTemplateActionDefinition()
void register(org.quartz.Scheduler scheduler)
throws org.quartz.SchedulerException
scheduler - org.quartz.SchedulerExceptionvoid setJobName(java.lang.String jobName)
jobName - java.lang.String getJobName()
void setJobGroup(java.lang.String jobGroup)
jobGroup - java.lang.String getJobGroup()
void setTriggerName(java.lang.String triggerName)
triggerName - java.lang.String getTriggerName()
void setTriggerGroup(java.lang.String triggerGroup)
triggerGroup - java.lang.String getTriggerGroup()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.