Package org.pentaho.platform.engine.services.runtime

Examples of org.pentaho.platform.engine.services.runtime.RuntimeContext


  }

  protected void createRuntime( final IRuntimeElement runtimeData, final String solutionName,
      final IOutputHandler outputHandler, final String processId, final IPentahoUrlFactory urlFactory ) {
    runtime =
        new RuntimeContext( runtimeData.getInstanceId(), this, solutionName, runtimeData, session, outputHandler,
            processId, urlFactory, parameterProviders, getMessages(), createFeedbackParameterCallback );
  }
View Full Code Here

TOP

Related Classes of org.pentaho.platform.engine.services.runtime.RuntimeContext

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.