Class ActionSequenceParameterUiContentGenerator

java.lang.Object
org.pentaho.platform.engine.core.system.PentahoBase
org.pentaho.platform.engine.services.solution.BaseContentGenerator
org.pentaho.platform.engine.services.solution.SimpleContentGenerator
org.pentaho.platform.web.http.ActionSequenceParameterUiContentGenerator
All Implemented Interfaces:
Serializable, org.pentaho.platform.api.engine.IContentGenerator, org.pentaho.platform.api.engine.ILogger

public class ActionSequenceParameterUiContentGenerator extends org.pentaho.platform.engine.services.solution.SimpleContentGenerator
The purpose of this content generator is to render prompts for a specific xaction, used during background and scheduling operations.
Author:
Will Gorman (wgorman@pentaho.com)
See Also:
  • Field Summary

    Fields inherited from class org.pentaho.platform.engine.services.solution.BaseContentGenerator

    callbacks, instanceId, itemName, messages, outputHandler, parameterProviders, urlFactory, userSession

    Fields inherited from class org.pentaho.platform.engine.core.system.PentahoBase

    EMPTYLOGID, loggingLevel, LOGID_MASK1, LOGID_MASK2, LOGID_SEPARATOR

    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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    org.apache.commons.logging.Log
     
     
    org.pentaho.platform.api.engine.IParameterProvider
     

    Methods inherited from class org.pentaho.platform.engine.services.solution.SimpleContentGenerator

    createContent

    Methods inherited from class org.pentaho.platform.engine.services.solution.BaseContentGenerator

    getCallback, getItemName, setCallbacks, setInstanceId, setItemName, setMessagesList, setOutputHandler, setParameterProviders, setSession, setUrlFactory

    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 class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.pentaho.platform.api.engine.ILogger

    debug, debug, error, error, fatal, fatal, getLoggingLevel, info, info, setLoggingLevel, trace, trace, warn, warn
  • Constructor Details

    • ActionSequenceParameterUiContentGenerator

      public ActionSequenceParameterUiContentGenerator()
  • Method Details

    • createContent

      public void createContent(OutputStream outputStream) throws Exception
      Specified by:
      createContent in class org.pentaho.platform.engine.services.solution.SimpleContentGenerator
      Throws:
      Exception
    • getMimeType

      public String getMimeType()
      Specified by:
      getMimeType in class org.pentaho.platform.engine.services.solution.SimpleContentGenerator
    • getLogger

      public org.apache.commons.logging.Log getLogger()
      Specified by:
      getLogger in class org.pentaho.platform.engine.services.solution.BaseContentGenerator
    • getPathParameters

      public org.pentaho.platform.api.engine.IParameterProvider getPathParameters()