Interface NotificationJobDelegate
- 
- All Superinterfaces:
 JobDelegate
- All Known Implementing Classes:
 AbstractNotificationJobDelegate,MailNotificationJobDelegate
public interface NotificationJobDelegate extends JobDelegate
 
- 
- 
Field Summary
- 
Fields inherited from interface org.apache.syncope.core.provisioning.api.job.JobDelegate
OPERATION_ID 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(String executor)TaskExec<NotificationTask>executeSingle(NotificationTask task, String executor)- 
Methods inherited from interface org.apache.syncope.core.provisioning.api.job.JobDelegate
interrupt, isInterrupted 
 - 
 
 - 
 
- 
- 
Method Detail
- 
executeSingle
TaskExec<NotificationTask> executeSingle(NotificationTask task, String executor)
 
- 
execute
void execute(String executor) throws org.quartz.JobExecutionException
- Throws:
 org.quartz.JobExecutionException
 
 - 
 
 -