public class StuckDocumentNotificationJob extends Object implements org.quartz.Job
| Constructor and Description |
|---|
StuckDocumentNotificationJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.quartz.JobExecutionContext context) |
protected StuckDocumentNotifier |
getNotifier() |
protected StuckDocumentService |
getStuckDocumentService() |
void |
setNotifier(StuckDocumentNotifier notifier) |
void |
setStuckDocumentService(StuckDocumentService stuckDocumentService) |
public StuckDocumentNotificationJob()
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
execute in interface org.quartz.Joborg.quartz.JobExecutionExceptionprotected StuckDocumentService getStuckDocumentService()
public void setStuckDocumentService(StuckDocumentService stuckDocumentService)
protected StuckDocumentNotifier getNotifier()
public void setNotifier(StuckDocumentNotifier notifier)
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.