Package org.pentaho.platform.web.http.api.resources

Examples of org.pentaho.platform.web.http.api.resources.RepositoryFileStreamProvider


      String actionId =
          getExtension( scheduleRequest.getInputFile() )
              + ".backgroundExecution"; //$NON-NLS-1$ //$NON-NLS-2$
      job =
          getScheduler().createJob( scheduleRequest.getJobName(), actionId, parameterMap, jobTrigger,
              new RepositoryFileStreamProvider( scheduleRequest.getInputFile(), outputFile,
                  getAutoCreateUniqueFilename( scheduleRequest ) )
        );
    } else {
      // need to locate actions from plugins if done this way too (but for now, we're just on main)
      String actionClass = scheduleRequest.getActionClass();
View Full Code Here

TOP

Related Classes of org.pentaho.platform.web.http.api.resources.RepositoryFileStreamProvider

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.