org.pentaho.platform.engine.core.solution
Class CustomSettingsParameterProvider

java.lang.Object
  extended by org.pentaho.platform.engine.core.solution.BaseParameterProvider
      extended by org.pentaho.platform.engine.core.solution.CustomSettingsParameterProvider
All Implemented Interfaces:
IParameterProvider

public class CustomSettingsParameterProvider
extends BaseParameterProvider


Field Summary
 
Fields inherited from interface org.pentaho.platform.api.engine.IParameterProvider
SCOPE_REQUEST, SCOPE_SESSION
 
Constructor Summary
CustomSettingsParameterProvider()
           
 
Method Summary
 Object getParameter(String name)
          Gets the named parameter from the provider as it's native type
 Iterator getParameterNames()
          Return list of all avialable parameter names in this provider
 void setSession(IPentahoSession session)
           
 
Methods inherited from class org.pentaho.platform.engine.core.solution.BaseParameterProvider
getArrayParameter, getDateParameter, getDecimalParameter, getListParameter, getLongParameter, getStringArrayParameter, getStringParameter, hasParameter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomSettingsParameterProvider

public CustomSettingsParameterProvider()
Method Detail

setSession

public void setSession(IPentahoSession session)

getParameter

public Object getParameter(String name)
Description copied from interface: IParameterProvider
Gets the named parameter from the provider as it's native type

Specified by:
getParameter in interface IParameterProvider
Specified by:
getParameter in class BaseParameterProvider
Parameters:
name - The name of the parameter to retrieve
Returns:
The native object

getParameterNames

public Iterator getParameterNames()
Description copied from interface: IParameterProvider
Return list of all avialable parameter names in this provider

Returns:
Set of parameter names