Package org.pentaho.reporting.engine.classic.extensions.datasources.cda

Examples of org.pentaho.reporting.engine.classic.extensions.datasources.cda.HttpQueryBackend.initialize()


    // ugly but might still beat constructing the whole query
    final CdaDataFactory dataFactory = produceDataFactory();
    DataFactoryEditorSupport.configureDataFactoryForPreview(dataFactory, designTimeContext);

    HttpQueryBackend httpQuery = getHttpQuery();
    httpQuery.initialize(dataFactory.getDataFactoryContext());
    return httpQuery.fetchData(null, method, extraParameter);
  }

  private HttpQueryBackend getHttpQuery() {
    HttpQueryBackend query = new HttpQueryBackend();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.