wt.inf.template
Interface ContainerTemplateServiceSvr

All Known Implementing Classes:
StandardContainerTemplateService

public interface ContainerTemplateServiceSvr



Supported API: false

Extendable: false


Method Summary
 InputStream getTemplateContentInputStream(WTContainerTemplateRef template, String contentPath)
          Allow users of this service to just get the input stream for any content files associated with a template.
 WTContainerRef importBusinessXML(WTContainerRef container, XMLLob businessData)
          

Supported API: false
 

Method Detail

getTemplateContentInputStream

public InputStream getTemplateContentInputStream(WTContainerTemplateRef template,
                                                 String contentPath)
                                          throws WTException
Allow users of this service to just get the input stream for any content files associated with a template. This is needed because StreamData and ApplicationData are not polymorphic.

Supported API: false

Parameters:
template -
contentPath -
Returns:
InputStream
Throws:
WTException

importBusinessXML

public WTContainerRef importBusinessXML(WTContainerRef container,
                                        XMLLob businessData)
                                 throws WTException


Supported API: false

Parameters:
container -
businessData -
Returns:
WTContainerRef
Throws:
WTException