Uses of Interface
org.pentaho.platform.api.engine.ICreateFeedbackParameterCallback

Packages that use ICreateFeedbackParameterCallback
org.pentaho.platform.api.engine   
org.pentaho.platform.engine.services   
org.pentaho.platform.engine.services.runtime   
org.pentaho.platform.engine.services.solution   
 

Uses of ICreateFeedbackParameterCallback in org.pentaho.platform.api.engine
 

Methods in org.pentaho.platform.api.engine with parameters of type ICreateFeedbackParameterCallback
 void IActionRequestHandler.setCreateFeedbackParameterCallback(ICreateFeedbackParameterCallback createFeedbackParameterCallback)
           
 void IRuntimeContext.setCreateFeedbackParameterCallback(ICreateFeedbackParameterCallback callback)
           
 void ISolutionEngine.setCreateFeedbackParameterCallback(ICreateFeedbackParameterCallback callback)
           
 

Uses of ICreateFeedbackParameterCallback in org.pentaho.platform.engine.services
 

Methods in org.pentaho.platform.engine.services with parameters of type ICreateFeedbackParameterCallback
 void BaseRequestHandler.setCreateFeedbackParameterCallback(ICreateFeedbackParameterCallback createFeedbackParameterCallback)
           
 

Uses of ICreateFeedbackParameterCallback in org.pentaho.platform.engine.services.runtime
 

Methods in org.pentaho.platform.engine.services.runtime with parameters of type ICreateFeedbackParameterCallback
 void RuntimeContext.setCreateFeedbackParameterCallback(ICreateFeedbackParameterCallback callback)
           
 

Constructors in org.pentaho.platform.engine.services.runtime with parameters of type ICreateFeedbackParameterCallback
RuntimeContext(String instanceId, ISolutionEngine solutionEngine, String solutionName, IRuntimeElement runtimeData, IPentahoSession session, IOutputHandler outputHandler, String processId, IPentahoUrlFactory urlFactory, Map parameterProviders, List messages, ICreateFeedbackParameterCallback createFeedbackParameterCallback)
           
 

Uses of ICreateFeedbackParameterCallback in org.pentaho.platform.engine.services.solution
 

Classes in org.pentaho.platform.engine.services.solution that implement ICreateFeedbackParameterCallback
 class ActionSequenceXMLParamsContentGenerator
           
 

Methods in org.pentaho.platform.engine.services.solution with parameters of type ICreateFeedbackParameterCallback
 void SolutionEngine.setCreateFeedbackParameterCallback(ICreateFeedbackParameterCallback callback)