|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BackgroundExecutionException | |
|---|---|
| org.pentaho.platform.api.engine | |
| org.pentaho.platform.repository.subscription | |
| org.pentaho.platform.scheduler | |
| Uses of BackgroundExecutionException in org.pentaho.platform.api.engine |
|---|
| Methods in org.pentaho.platform.api.engine that throw BackgroundExecutionException | |
|---|---|
String |
IBackgroundExecution.backgroundExecuteAction(IPentahoSession userSession,
IParameterProvider parameterProvider)
Queues the action specified in the request parameters for execution in the background |
List<IJobDetail> |
IBackgroundExecution.getScheduledAndExecutingBackgroundJobs(IPentahoSession userSession)
Gets the list of items scheduled for background execution, and those currently executing |
| Uses of BackgroundExecutionException in org.pentaho.platform.repository.subscription |
|---|
| Methods in org.pentaho.platform.repository.subscription that throw BackgroundExecutionException | |
|---|---|
static String |
SubscriptionHelper.createSubscriptionArchive(String subscriptionName,
IPentahoSession session,
SimpleUrlFactory urlFactory,
IParameterProvider sessionParameters)
|
| Uses of BackgroundExecutionException in org.pentaho.platform.scheduler |
|---|
| Methods in org.pentaho.platform.scheduler that throw BackgroundExecutionException | |
|---|---|
String |
QuartzBackgroundExecutionHelper.backgroundExecuteAction(IPentahoSession userSession,
IParameterProvider parameterProvider)
NOTE: client code is responsible for making sure a job with the name identified by the parameter StandardSettings.SCHEDULE_NAME in the parameter provider does not already exist in the quartz scheduler. |
List<IJobDetail> |
QuartzBackgroundExecutionHelper.getScheduledAndExecutingBackgroundJobs(IPentahoSession userSession)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||