Modifier and Type | Method and Description |
---|---|
List<JobTO> |
ReportSyncopeOperations.listJobs() |
Modifier and Type | Method and Description |
---|---|
void |
ReportResultManager.printJobs(List<JobTO> jobTOs) |
Modifier and Type | Method and Description |
---|---|
List<JobTO> |
TaskSyncopeOperations.listJobs() |
Modifier and Type | Method and Description |
---|---|
void |
TaskResultManager.printJobs(List<JobTO> jobTOs) |
Modifier and Type | Method and Description |
---|---|
JobTO |
NotificationRestClient.getJob() |
JobTO |
TaskRestClient.getJob(String key) |
JobTO |
ReportRestClient.getJob(String key) |
Modifier and Type | Method and Description |
---|---|
List<JobTO> |
TaskRestClient.listJobs() |
List<JobTO> |
ReportRestClient.listJobs() |
Modifier and Type | Method and Description |
---|---|
Iterator<JobTO> |
JobWidget.AvailableJobsProvider.iterator(long first,
long count) |
IModel<JobTO> |
JobWidget.AvailableJobsProvider.model(JobTO object) |
Modifier and Type | Method and Description |
---|---|
IModel<JobTO> |
JobWidget.AvailableJobsProvider.model(JobTO object) |
Constructor and Description |
---|
JobActionPanel(String id,
JobTO jobTO,
boolean showNotRunning,
Component container,
PageReference pageRef) |
Modifier and Type | Method and Description |
---|---|
JobTO |
NotificationService.getJob()
Returns details about notification job.
|
JobTO |
ExecutableService.getJob(String key)
Returns job (running or scheduled) for the executable matching the given key.
|
Modifier and Type | Method and Description |
---|---|
List<JobTO> |
ExecutableService.listJobs()
List jobs (running and / or scheduled).
|
Modifier and Type | Method and Description |
---|---|
JobTO |
NotificationLogic.getJob() |
JobTO |
ReportLogic.getJob(String key) |
abstract JobTO |
AbstractExecutableLogic.getJob(String key) |
JobTO |
TaskLogic.getJob(String key) |
Modifier and Type | Method and Description |
---|---|
List<JobTO> |
ReportLogic.listJobs() |
abstract List<JobTO> |
AbstractExecutableLogic.listJobs() |
List<JobTO> |
TaskLogic.listJobs() |
Modifier and Type | Method and Description |
---|---|
JobTO |
NotificationServiceImpl.getJob() |
JobTO |
AbstractExecutableService.getJob(String key) |
Modifier and Type | Method and Description |
---|---|
List<JobTO> |
AbstractExecutableService.listJobs() |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.