Uses of Interface
org.pentaho.platform.api.engine.IParameterProvider
-
Packages that use IParameterProvider Package Description org.pentaho.platform.api.engine -
-
Uses of IParameterProvider in org.pentaho.platform.api.engine
Subinterfaces of IParameterProvider in org.pentaho.platform.api.engine Modifier and Type Interface Description interfaceIParameterSetterAugments the parameter provider by adding settings for the parameters.Methods in org.pentaho.platform.api.engine that return IParameterProvider Modifier and Type Method Description IParameterProviderIPentahoSystemStartupActions. getGlobalParameters()Methods in org.pentaho.platform.api.engine with parameters of type IParameterProvider Modifier and Type Method Description StringIBackgroundExecution. backgroundExecuteAction(IPentahoSession userSession, IParameterProvider parameterProvider)Queues the action specified in the request parameters for execution in the backgroundvoidISecurityHelper. becomeUser(String principalName, IParameterProvider paramProvider)Hi-jacks the system for the named user.IOutputHandlerIBackgroundExecution. getContentOutputHandler(String location, String fileName, String solutionName, IPentahoSession userSession, IParameterProvider parameterProvider)Returns the output handler for content, specific to the implementation of the background execution helper.<T> TISecurityHelper. runAsUser(String principalName, IParameterProvider paramProvider, Callable<T> callable)voidIPentahoSystemStartupActions. sessionStartup(IPentahoSession session, IParameterProvider sessionParameters)voidISolutionEngine. setParameterProvider(String name, IParameterProvider parameterProvider)Sets the source for input parameters.Method parameters in org.pentaho.platform.api.engine with type arguments of type IParameterProvider Modifier and Type Method Description voidIContentGenerator. setParameterProviders(Map<String,IParameterProvider> parameterProviders)called before createContent(), the parameterProviders list contain the available parameters.
-