Uses of Class
org.pentaho.platform.api.scheduler.BackgroundExecutionException
-
Packages that use BackgroundExecutionException Package Description org.pentaho.platform.api.engine -
-
Uses of BackgroundExecutionException in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine that throw BackgroundExecutionException Modifier and Type Method Description String
IBackgroundExecution. backgroundExecuteAction(IPentahoSession userSession, IParameterProvider parameterProvider)
Queues the action specified in the request parameters for execution in the backgroundList<IJobDetail>
IBackgroundExecution. getScheduledAndExecutingBackgroundJobs(IPentahoSession userSession)
Gets the list of items scheduled for background execution, and those currently executing
-