| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.rest | |
| org.finra.herd.service | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
Job |
ObjectFactory.createJob()
Create an instance of
Job |
| Modifier and Type | Method and Description |
|---|---|
Job |
JobRestController.createJob(JobCreateRequest request)
Creates and starts a new job asynchronously.
|
Job |
JobRestController.deleteJob(String id,
JobDeleteRequest jobDeleteRequest)
Deletes a currently running job and preserves the job state in history.
|
Job |
JobRestController.getJob(String id,
Boolean verbose)
Gets the details of a previously submitted job.
|
Job |
JobRestController.signalJob(JobSignalRequest request)
Signals the job with the receive task.
|
Job |
JobRestController.updateJob(String id,
JobUpdateRequest jobUpdateRequest)
Activates or suspends a job execution.
|
| Modifier and Type | Method and Description |
|---|---|
Job |
JobService.createAndStartJob(JobCreateRequest jobCreateRequest)
Creates and starts a new job asynchronously.
|
Job |
JobService.deleteJob(String jobId,
JobDeleteRequest jobDeleteRequest)
Deletes a currently running job and preserves the job state in history.
|
Job |
JobService.getJob(String id,
boolean verbose)
Gets the details of a previously submitted job.
|
Job |
JobService.signalJob(JobSignalRequest jobSignalRequest)
Signals the job with the receive task.
|
Job |
JobService.updateJob(String jobId,
JobUpdateRequest jobUpdateRequest)
Activates or suspends a job execution.
|
| Modifier and Type | Method and Description |
|---|---|
Job |
JobServiceImpl.createAndStartJob(JobCreateRequest request) |
Job |
JobServiceImpl.deleteJob(String jobId,
JobDeleteRequest jobDeleteRequest) |
Job |
JobServiceImpl.getJob(String jobId,
boolean verbose) |
Job |
JobServiceImpl.signalJob(JobSignalRequest request) |
Job |
JobServiceImpl.updateJob(String jobId,
JobUpdateRequest jobUpdateRequest) |
Copyright © 2019. All rights reserved.