Package org.sakaiproject.samigo.api
Interface SamigoETSProvider
-
public interface SamigoETSProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit()voidnotify(String templateKey, Map<String,Object> notificationValues, org.sakaiproject.event.api.Event event)voidnotifyAutoSubmitFailures(int count)Notifies by email that the AutoSubmit job encountered errors
-
-
-
Method Detail
-
init
void init()
-
notify
void notify(String templateKey, Map<String,Object> notificationValues, org.sakaiproject.event.api.Event event)
-
notifyAutoSubmitFailures
void notifyAutoSubmitFailures(int count)
Notifies by email that the AutoSubmit job encountered errors- Parameters:
count- the number of errors
-
-