Uses of Interface
com.sas.services.publish.alerts.TemplateInterface

Packages that use TemplateInterface
com.sas.services.publish.alerts Publish service alerts. 
 

Uses of TemplateInterface in com.sas.services.publish.alerts
 

Methods in com.sas.services.publish.alerts that return TemplateInterface
static TemplateInterface TemplateFactory.getDAVTemplate(java.lang.String path, java.lang.String user, java.lang.String password)
          Creates an instance of a template that can be accessed on a WebDAV server.
static TemplateInterface TemplateFactory.getDAVTemplate(java.net.URL url, java.lang.String user, java.lang.String password)
          Creates an instance of a template that can be accessed on a WebDAV server.
static TemplateInterface TemplateFactory.getFileTemplate(java.lang.String path)
          Create an instance of template that can be accessed by a file-system path.
static TemplateInterface TemplateFactory.getURLTemplate(java.lang.String path)
          Creates an instance of a template that can be accessed by a URL.
static TemplateInterface TemplateFactory.getURLTemplate(java.net.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 TemplateInterface
 void AlertTransportInterface.send(TemplateInterface template)
          Send the alert notification.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.