| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SequenceJob
POJO for the
sequence_job asset type in IGC, displayed as 'Sequence Job' in the IGC UI. |
| Modifier and Type | Field and Description |
|---|---|
protected Dsjob |
JobRun.job |
protected Dsjob |
Dsexternaldependency.ofDsJobDef |
protected Dsjob |
Dsmetabag.ofDsJobDef |
protected Dsjob |
DsdesignView.ofJob |
protected Dsjob |
Dsexternaldependency.runsDsJob |
protected Dsjob |
Stage.runsSequencesJobs |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Dsjob> |
MappingSpecification.generatedJobs |
protected ItemList<Dsjob> |
MappingProject.generatedJobs |
protected ItemList<Dsjob> |
Stage.job |
protected ItemList<Dsjob> |
TransformationProject.jobs |
protected ItemList<Dsjob> |
Dsjob.optimizedByJobs |
protected ItemList<Dsjob> |
Dsjob.optimizesJob |
protected ItemList<Dsjob> |
MwbDatabaseAlias.referencedByJobs |
protected ItemList<Dsjob> |
SequenceJob.sequencesJobs |
| Modifier and Type | Method and Description |
|---|---|
Dsjob |
JobRun.getJob()
Retrieve the
job property (displayed as 'Job') of the object. |
Dsjob |
Dsexternaldependency.getOfDsJobDef()
Retrieve the
of_ds_job_def property (displayed as 'Of DS Job Def') of the object. |
Dsjob |
Dsmetabag.getOfDsJobDef()
Retrieve the
of_ds_job_def property (displayed as 'Of DS Job Def') of the object. |
Dsjob |
DsdesignView.getOfJob()
Retrieve the
of_job property (displayed as 'Of Job') of the object. |
Dsjob |
Dsexternaldependency.getRunsDsJob()
Retrieve the
runs_ds_job property (displayed as 'Runs DS Job') of the object. |
Dsjob |
Stage.getRunsSequencesJobs()
Retrieve the
runs_sequences_jobs property (displayed as 'Runs Sequences Jobs') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Dsjob> |
MappingSpecification.getGeneratedJobs()
Retrieve the
generated_jobs property (displayed as 'Generated Jobs') of the object. |
ItemList<Dsjob> |
MappingProject.getGeneratedJobs()
Retrieve the
generated_jobs property (displayed as 'Generated Jobs') of the object. |
ItemList<Dsjob> |
Stage.getJob()
Retrieve the
job property (displayed as 'Job') of the object. |
ItemList<Dsjob> |
TransformationProject.getJobs()
Retrieve the
jobs property (displayed as 'Jobs') of the object. |
ItemList<Dsjob> |
Dsjob.getOptimizedByJobs()
Retrieve the
optimized_by_jobs property (displayed as 'Optimized by Jobs') of the object. |
ItemList<Dsjob> |
Dsjob.getOptimizesJob()
Retrieve the
optimizes_job property (displayed as 'Optimizes Job') of the object. |
ItemList<Dsjob> |
MwbDatabaseAlias.getReferencedByJobs()
Retrieve the
referenced_by_jobs property (displayed as 'Referenced by Jobs') of the object. |
ItemList<Dsjob> |
SequenceJob.getSequencesJobs()
Retrieve the
sequences_jobs property (displayed as 'Sequences Jobs') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
JobRun.setJob(Dsjob job)
Set the
job property (displayed as Job) of the object. |
void |
Dsexternaldependency.setOfDsJobDef(Dsjob ofDsJobDef)
Set the
of_ds_job_def property (displayed as Of DS Job Def) of the object. |
void |
Dsmetabag.setOfDsJobDef(Dsjob ofDsJobDef)
Set the
of_ds_job_def property (displayed as Of DS Job Def) of the object. |
void |
DsdesignView.setOfJob(Dsjob ofJob)
Set the
of_job property (displayed as Of Job) of the object. |
void |
Dsexternaldependency.setRunsDsJob(Dsjob runsDsJob)
Set the
runs_ds_job property (displayed as Runs DS Job) of the object. |
void |
Stage.setRunsSequencesJobs(Dsjob runsSequencesJobs)
Set the
runs_sequences_jobs property (displayed as Runs Sequences Jobs) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
MappingSpecification.setGeneratedJobs(ItemList<Dsjob> generatedJobs)
Set the
generated_jobs property (displayed as Generated Jobs) of the object. |
void |
MappingProject.setGeneratedJobs(ItemList<Dsjob> generatedJobs)
Set the
generated_jobs property (displayed as Generated Jobs) of the object. |
void |
Stage.setJob(ItemList<Dsjob> job)
Set the
job property (displayed as Job) of the object. |
void |
TransformationProject.setJobs(ItemList<Dsjob> jobs)
Set the
jobs property (displayed as Jobs) of the object. |
void |
Dsjob.setOptimizedByJobs(ItemList<Dsjob> optimizedByJobs)
Set the
optimized_by_jobs property (displayed as Optimized by Jobs) of the object. |
void |
Dsjob.setOptimizesJob(ItemList<Dsjob> optimizesJob)
Set the
optimizes_job property (displayed as Optimizes Job) of the object. |
void |
MwbDatabaseAlias.setReferencedByJobs(ItemList<Dsjob> referencedByJobs)
Set the
referenced_by_jobs property (displayed as Referenced by Jobs) of the object. |
void |
SequenceJob.setSequencesJobs(ItemList<Dsjob> sequencesJobs)
Set the
sequences_jobs property (displayed as Sequences Jobs) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.