| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Field and Description |
|---|---|
protected JobRun |
JobParameter.jobRun |
protected JobRun |
JobRunActivity.jobRun |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<JobRun> |
Dsjob.jobRuns |
| Modifier and Type | Method and Description |
|---|---|
JobRun |
JobParameter.getJobRun()
Retrieve the
job_run property (displayed as 'Job Run') of the object. |
JobRun |
JobRunActivity.getJobRun()
Retrieve the
job_run property (displayed as 'Job Run') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<JobRun> |
Dsjob.getJobRuns()
Retrieve the
job_runs property (displayed as 'Job Runs') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
JobParameter.setJobRun(JobRun jobRun)
Set the
job_run property (displayed as Job Run) of the object. |
void |
JobRunActivity.setJobRun(JobRun jobRun)
Set the
job_run property (displayed as Job Run) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Dsjob.setJobRuns(ItemList<JobRun> jobRuns)
Set the
job_runs property (displayed as Job Runs) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.