Package org.pentaho.reporting.ui.datasources.kettle.embedded

Examples of org.pentaho.reporting.ui.datasources.kettle.embedded.TransformationParameterHelper


  public KettleParameterInfo[] getDeclaredParameters(final DataFactoryContext context)
      throws KettleException, ReportDataFactoryException
  {
    if (parameterHelper == null)
    {
      parameterHelper = new TransformationParameterHelper(loadTransformation(context), context);
    }
    return parameterHelper.getDeclaredParameter();
  }
View Full Code Here

TOP

Related Classes of org.pentaho.reporting.ui.datasources.kettle.embedded.TransformationParameterHelper

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.