com.sap.caf.eu.gp.forms.api

Interface IFormTemplateManager


public interface IFormTemplateManager

Template manager.


Method Summary
 IFormTemplateInfo getFormTemplateInfo(String templateID, int globalVersion, int localVersion)
          Returns form template info.
 

Method Detail

getFormTemplateInfo

public IFormTemplateInfo getFormTemplateInfo(String templateID,
                                             int globalVersion,
                                             int localVersion)
                                      throws GPInvocationException,
                                             GPEngineException
Returns form template info.

Parameters:
templateID - id of template for which to return template info
globalVersion - global version number
localVersion - local version number
Returns:
form template info If both parameters globalVersion and localVersion are zero the template's info for the active version will be returned.
Throws:
InvocationException - if any of the parameters is invalid. There is no template with such id or with given version
EngineException - if an internal error occurs while generating the Interactive Form or while sending it to the recipient (if specified).
GPInvocationException
GPEngineException


Copyright 2006 SAP AG Complete Copyright Notice