|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.sys.batch.JobDescriptor
public class JobDescriptor
Constructor Summary | |
---|---|
JobDescriptor()
|
|
JobDescriptor(String name,
String group,
Step step,
boolean durable)
|
Method Summary | |
---|---|
Map<String,String> |
getDependencies()
Gets the dependencies attribute. |
String |
getGroup()
|
org.quartz.JobDetail |
getJobDetail()
Constructs a non-volatile, durable, non-recoverable JobDetail w/ org.kuali.kfs.sys.batch.Job as the job class and the specified name and group from this instance. |
String |
getName()
|
String |
getNamespaceCode()
Gets the namespaceCode attribute. |
SchedulerService |
getSchedulerService()
|
List<Step> |
getSteps()
Gets the steps attribute. |
boolean |
isDurable()
|
void |
setBeanName(String name)
|
void |
setDependencies(Map<String,String> dependencies)
Sets the dependencies attribute value. |
void |
setDurable(boolean durable)
|
void |
setGroup(String group)
Sets the group attribute value. |
void |
setNamespaceCode(String namespaceCode)
Sets the namespaceCode attribute value. |
void |
setSchedulerService(SchedulerService schedulerService)
Sets the schedulerService attribute value. |
void |
setSteps(List<Step> steps)
Sets the steps attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JobDescriptor()
public JobDescriptor(String name, String group, Step step, boolean durable)
Method Detail |
---|
public void setBeanName(String name)
setBeanName
in interface org.springframework.beans.factory.BeanNameAware
BeanNameAware.setBeanName(java.lang.String)
public org.quartz.JobDetail getJobDetail()
public void setGroup(String group)
group
- The group to set.public void setDependencies(Map<String,String> dependencies)
dependencies
- The dependencies to set.public Map<String,String> getDependencies()
public void setSteps(List<Step> steps)
steps
- The steps to set.public List<Step> getSteps()
public void setSchedulerService(SchedulerService schedulerService)
schedulerService
- The schedulerService to set.public String getGroup()
public String getName()
public SchedulerService getSchedulerService()
public boolean isDurable()
public void setDurable(boolean durable)
public String getNamespaceCode()
public void setNamespaceCode(String namespaceCode)
namespaceCode
- The namespaceCode to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |