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

Interface IGPAppSupportContext


public interface IGPAppSupportContext


Method Summary
 IGPStructure getFormFields()
          Get form data fields.
 String getProperty(String key)
          Get property.
 Enumeration getPropertyKeyEnumeration()
          Get enumeration of property keys.
 String getTemplateId()
          Returns Forms Dev Object unique id.
 IGPVersionNumber getTemplateVersion()
          Returns Formd Dev Object version.
 void setProperty(String key, String value)
          Set property.
 

Method Detail

getTemplateId

public String getTemplateId()
Returns Forms Dev Object unique id.

Returns:
unique id

getTemplateVersion

public IGPVersionNumber getTemplateVersion()
Returns Formd Dev Object version.

Returns:
version number

setProperty

public void setProperty(String key,
                        String value)
                 throws GPInvocationException
Set property.

Parameters:
key - property key
value - property value
Throws:
InvocationException - in case of invalid arguments
GPInvocationException

getProperty

public String getProperty(String key)
                   throws GPInvocationException
Get property.

Parameters:
key - property key
Returns:
Throws:
InvocationException - in case of invalid arguments
GPInvocationException

getPropertyKeyEnumeration

public Enumeration getPropertyKeyEnumeration()
Get enumeration of property keys.

Returns:
property key String enumeration

getFormFields

public IGPStructure getFormFields()
Get form data fields.

Returns:
form data fields


Copyright 2006 SAP AG Complete Copyright Notice