| 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 Routine |
Dsexternaldependency.callsDsRoutine |
protected Routine |
RoutineArgument.function |
protected Routine |
Dsexternaldependency.ofDsRoutine |
protected Routine |
Dsmetabag.ofDsRoutine |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Routine> |
TransformationProject.routines |
| Modifier and Type | Method and Description |
|---|---|
Routine |
Dsexternaldependency.getCallsDsRoutine()
Retrieve the
calls_ds_routine property (displayed as 'Calls DS Routine') of the object. |
Routine |
RoutineArgument.getFunction()
Retrieve the
function property (displayed as 'Function') of the object. |
Routine |
Dsexternaldependency.getOfDsRoutine()
Retrieve the
of_ds_routine property (displayed as 'Of DS Routine') of the object. |
Routine |
Dsmetabag.getOfDsRoutine()
Retrieve the
of_ds_routine property (displayed as 'Of DS Routine') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Routine> |
TransformationProject.getRoutines()
Retrieve the
routines property (displayed as 'Routines') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Dsexternaldependency.setCallsDsRoutine(Routine callsDsRoutine)
Set the
calls_ds_routine property (displayed as Calls DS Routine) of the object. |
void |
RoutineArgument.setFunction(Routine function)
Set the
function property (displayed as Function) of the object. |
void |
Dsexternaldependency.setOfDsRoutine(Routine ofDsRoutine)
Set the
of_ds_routine property (displayed as Of DS Routine) of the object. |
void |
Dsmetabag.setOfDsRoutine(Routine ofDsRoutine)
Set the
of_ds_routine property (displayed as Of DS Routine) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
TransformationProject.setRoutines(ItemList<Routine> routines)
Set the
routines property (displayed as Routines) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.