org.pentaho.platform.engine.services.solution
Class ActionSequenceXMLParamsContentGenerator
java.lang.Object
  
org.pentaho.platform.engine.core.system.PentahoBase
      
org.pentaho.platform.engine.services.solution.BaseContentGenerator
          
org.pentaho.platform.engine.services.solution.ActionSequenceContentGenerator
              
org.pentaho.platform.engine.services.solution.ActionSequenceXMLParamsContentGenerator
- All Implemented Interfaces: 
 - Serializable, IContentGenerator, ICreateFeedbackParameterCallback, ILogger
 
public class ActionSequenceXMLParamsContentGenerator
- extends ActionSequenceContentGenerator
- implements ICreateFeedbackParameterCallback
  
- See Also:
 - Serialized Form
 
 
 
| Fields inherited from interface org.pentaho.platform.api.engine.ILogger | 
ACTIVITY_LOG, DEBUG, ERROR, FATAL, INFO, INSTANCE_LOG, SESSION_LOG, SOLUTION_LOG, TRACE, UNKNOWN, WARN | 
 
 
 
 
 
| Methods inherited from class org.pentaho.platform.engine.core.system.PentahoBase | 
debug, debug, error, error, fatal, fatal, genLogIdFromInfo, genLogIdFromInfo, genLogIdFromSession, getLoggingLevel, getLogId, getObjectName, info, info, setLoggingLevel, setLogId, trace, trace, warn, warn | 
 
 
| Methods inherited from interface org.pentaho.platform.api.engine.ILogger | 
debug, debug, error, error, fatal, fatal, getLoggingLevel, info, info, setLoggingLevel, trace, trace, warn, warn | 
 
ActionSequenceXMLParamsContentGenerator
public ActionSequenceXMLParamsContentGenerator()
createFeedbackParameter
public void createFeedbackParameter(IRuntimeContext context,
                                    String fieldName,
                                    String displayName,
                                    String hint,
                                    Object defaultValues,
                                    List values,
                                    Map dispNames,
                                    String displayStyle,
                                    boolean optional,
                                    boolean visible)
- Specified by:
 createFeedbackParameter in interface ICreateFeedbackParameterCallback
 
 
feedbackParametersDone
public void feedbackParametersDone()