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

Interface IFormInstance


public interface IFormInstance

Provides information for form instance


Method Summary
 byte[] getBinaryForm()
          Returns the form instance as byte array.
 String getContentType()
          Returns the form context type.
 String getFileExtension()
          Returns the native form instance file.
 int getGlobalVersionNumber()
          Returns global version number of template that has been used for creation of this form instance.
 int getLocalVersionNUmber()
          Returns local version number of template that has been used for creation of this form instance.
 String getTemplateID()
          Returns id of template used for creation of this form instance.
 

Method Detail

getTemplateID

public String getTemplateID()
Returns id of template used for creation of this form instance.


getGlobalVersionNumber

public int getGlobalVersionNumber()
Returns global version number of template that has been used for creation of this form instance.


getLocalVersionNUmber

public int getLocalVersionNUmber()
Returns local version number of template that has been used for creation of this form instance.


getContentType

public String getContentType()
Returns the form context type.


getFileExtension

public String getFileExtension()
Returns the native form instance file.


getBinaryForm

public byte[] getBinaryForm()
Returns the form instance as byte array.



Copyright 2006 SAP AG Complete Copyright Notice