Proxy which holds the parameters of a usecase. It is used to restore the usecase after the
flowscript is re-entered and to pass the usecase parameters to a JX template.
version: $Id: UsecaseProxy.java 546890 2007-06-13 14:39:04Z andreas $
getBooleanCheckboxParameter(String name) Returns one of the strings "true" or "false" depending on whether the
corresponding checkbox was checked.
Parameters: name - The parameter name.
getParameter(String name, Object defaultValue) Returns the current value of a parameter.
Parameters: name - The parameter name. Parameters: defaultValue - The default value to use when the parameter is not set.
Returns one of the strings "true" or "false" depending on whether the
corresponding checkbox was checked.
Parameters: name - The parameter name. A string.
Returns the current value of a parameter.
Parameters: name - The parameter name. Parameters: defaultValue - The default value to use when the parameter is not set. An object.
Determine if the usecase has error messages. Provides a way of checking for errors without
actually retrieving them.
true if the usecase resulted in error messages.
Determine if the usecase has info messages. Provides a way of checking for info messages
without actually retrieving them.
true if the usecase resulted in info messages being generated.