Uses of Interface
com.sas.services.publish.alerts.TemplateInterface
Packages that use TemplateInterface
-
Uses of TemplateInterface in com.sas.services.publish.alerts
Methods in com.sas.services.publish.alerts that return TemplateInterfaceModifier and TypeMethodDescriptionstatic TemplateInterfaceTemplateFactory.getDAVTemplate(String path, String user, String password) Creates an instance of a template that can be accessed on a WebDAV server.static TemplateInterfaceTemplateFactory.getDAVTemplate(URL url, String user, String password) Creates an instance of a template that can be accessed on a WebDAV server.static TemplateInterfaceTemplateFactory.getFileTemplate(String path) Create an instance of template that can be accessed by a file-system path.AlertNotification.getTemplate()Return the template.static TemplateInterfaceTemplateFactory.getURLTemplate(String path) Creates an instance of a template that can be accessed by a URL.static TemplateInterfaceTemplateFactory.getURLTemplate(URL url) Creates an instance of a template that can be accessed by a URL.Methods in com.sas.services.publish.alerts with parameters of type TemplateInterfaceModifier and TypeMethodDescriptionvoidAlertTransportInterface.send(TemplateInterface template) Send the alert notification.voidMailAlertTransport.send(TemplateInterface template) Constructors in com.sas.services.publish.alerts with parameters of type TemplateInterfaceModifierConstructorDescriptionAlertNotification(AlertTransportInterface transport, TemplateInterface template) Create an instance of the alert notification wrapper class.