com.sap.caf.eu.gp.process.api
Interface IGPModifiableFormDevObject
- All Superinterfaces:
- IGPDevelopmentObject, IGPModifiableDevelopmentObject
- public interface IGPModifiableFormDevObject
- extends IGPModifiableDevelopmentObject
Modifiable Form Development Object.
| 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 |
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 keyvalue - 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