| 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 Jobdef |
Job.hasJobDef |
protected Jobdef |
DsparameterJob.ofJobDef |
protected Jobdef |
Parameter.ofJobDef |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Jobdef> |
ParameterSet.jobs |
protected ItemList<Jobdef> |
ParameterSetDefinition.referencedByJobs |
| Modifier and Type | Method and Description |
|---|---|
Jobdef |
Job.getHasJobDef()
Retrieve the
has_job_def property (displayed as 'Has Job Def') of the object. |
Jobdef |
DsparameterJob.getOfJobDef()
Retrieve the
of_job_def property (displayed as 'Job') of the object. |
Jobdef |
Parameter.getOfJobDef()
Retrieve the
of_job_def property (displayed as 'Of Job Def') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Jobdef> |
ParameterSet.getJobs()
Retrieve the
jobs property (displayed as 'Jobs') of the object. |
ItemList<Jobdef> |
ParameterSetDefinition.getReferencedByJobs()
Retrieve the
referenced_by_jobs property (displayed as 'Referenced by Jobs') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Job.setHasJobDef(Jobdef hasJobDef)
Set the
has_job_def property (displayed as Has Job Def) of the object. |
void |
DsparameterJob.setOfJobDef(Jobdef ofJobDef)
Set the
of_job_def property (displayed as Job) of the object. |
void |
Parameter.setOfJobDef(Jobdef ofJobDef)
Set the
of_job_def property (displayed as Of Job Def) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterSet.setJobs(ItemList<Jobdef> jobs)
Set the
jobs property (displayed as Jobs) of the object. |
void |
ParameterSetDefinition.setReferencedByJobs(ItemList<Jobdef> referencedByJobs)
Set the
referenced_by_jobs property (displayed as Referenced by Jobs) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.