com.sap.caf.eu.gp.process.api

Interface IGPModifiableFormDevObject

All Superinterfaces:
IGPDevelopmentObject, IGPModifiableDevelopmentObject

public interface IGPModifiableFormDevObject
extends IGPModifiableDevelopmentObject

Modifiable Form Development Object.


Method Summary
 String getConfigProperty(String key)
          Returns the value of a configuration parameter or null if no value is available for the parameter.
 void setConfigProperty(String key, String value)
          Sets a configuration parameter (and overrides any old occurance of the parameter).
 
Methods inherited from interface com.sap.caf.eu.gp.base.api.IGPModifiableDevelopmentObject
addPermission, addToCategory, removeFromCategory, removePermission, removePermission, setDescription, setInputParameters, setOutputParameters, setTitle, validate
 
Methods inherited from interface com.sap.caf.eu.gp.base.api.IGPDevelopmentObject
getCategories, getDescription, getID, getInputParameters, getMetadata, getOriginalLocale, getOutputParameters, getPermissions, getStatus, getTitle, getType, getVersionNumber, resolveDescription, resolveTitle
 

Method Detail

setConfigProperty

public void setConfigProperty(String key,
                              String value)
                       throws GPInvocationException
Sets a configuration parameter (and overrides any old occurance of the parameter).

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

getConfigProperty

public String getConfigProperty(String key)
                         throws GPInvocationException
Returns the value of a configuration parameter or null if no value is available for the parameter.

Parameters:
key - parameter key
Returns:
parameter value, null in case no value is available
Throws:
InvocationException - in case of invalid arguments
GPInvocationException


Copyright 2006 SAP AG Complete Copyright Notice