| 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 Stage |
Link.inputStages |
protected Stage |
Dsmfcolumninfo.ofDsStage |
protected Stage |
Dsmetabag.ofDsStage |
protected Stage |
JobStageRecord.ofDsStage |
protected Stage |
Link.outputStages |
protected Stage |
StageDataRuleDefinition.stage |
protected Stage |
StageVariable.stage |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Stage> |
PublishedDataRuleDefinition.copiedIntoDataRuleStages |
protected ItemList<Stage> |
TableDefinition.includedByStages |
protected ItemList<Stage> |
Stage.nextStages |
protected ItemList<Stage> |
Stage.previousStages |
protected ItemList<Stage> |
SharedContainer.referencedByStages |
protected ItemList<Stage> |
DsstageType.stages |
protected ItemList<Stage> |
SharedContainer.stages |
protected ItemList<Stage> |
Dsjob.stages |
protected ItemList<Stage> |
MatchSpecification.usedByStages |
protected ItemList<Stage> |
StandardizationRuleSet.usedByStages |
protected ItemList<Stage> |
StandardizationObject.usedByStages |
| Modifier and Type | Method and Description |
|---|---|
Stage |
Link.getInputStages()
Retrieve the
input_stages property (displayed as 'Input Stages') of the object. |
Stage |
Dsmfcolumninfo.getOfDsStage()
Retrieve the
of_ds_stage property (displayed as 'Of DS Stage') of the object. |
Stage |
Dsmetabag.getOfDsStage()
Retrieve the
of_ds_stage property (displayed as 'Of DS Stage') of the object. |
Stage |
JobStageRecord.getOfDsStage()
Retrieve the
of_ds_stage property (displayed as 'Of DS Stage') of the object. |
Stage |
Link.getOutputStages()
Retrieve the
output_stages property (displayed as 'Output Stages') of the object. |
Stage |
StageDataRuleDefinition.getStage()
Retrieve the
stage property (displayed as 'Stage') of the object. |
Stage |
StageVariable.getStage()
Retrieve the
stage property (displayed as 'Stage') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Stage> |
PublishedDataRuleDefinition.getCopiedIntoDataRuleStages()
Retrieve the
copied_into_data_rule_stages property (displayed as 'Copied Into Data Rule Stages') of the object. |
ItemList<Stage> |
TableDefinition.getIncludedByStages()
Retrieve the
included_by_stages property (displayed as 'Included by Stages') of the object. |
ItemList<Stage> |
Stage.getNextStages()
Retrieve the
next_stages property (displayed as 'Next Stages') of the object. |
ItemList<Stage> |
Stage.getPreviousStages()
Retrieve the
previous_stages property (displayed as 'Previous Stages') of the object. |
ItemList<Stage> |
SharedContainer.getReferencedByStages()
Retrieve the
referenced_by_stages property (displayed as 'Referenced by Stages') of the object. |
ItemList<Stage> |
DsstageType.getStages()
Retrieve the
stages property (displayed as 'Stages') of the object. |
ItemList<Stage> |
SharedContainer.getStages()
Retrieve the
stages property (displayed as 'Stages') of the object. |
ItemList<Stage> |
Dsjob.getStages()
Retrieve the
stages property (displayed as 'Stages') of the object. |
ItemList<Stage> |
MatchSpecification.getUsedByStages()
Retrieve the
used_by_stages property (displayed as 'Stages') of the object. |
ItemList<Stage> |
StandardizationRuleSet.getUsedByStages()
Retrieve the
used_by_stages property (displayed as 'Stages') of the object. |
ItemList<Stage> |
StandardizationObject.getUsedByStages()
Retrieve the
used_by_stages property (displayed as 'Stages') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Link.setInputStages(Stage inputStages)
Set the
input_stages property (displayed as Input Stages) of the object. |
void |
Dsmfcolumninfo.setOfDsStage(Stage ofDsStage)
Set the
of_ds_stage property (displayed as Of DS Stage) of the object. |
void |
Dsmetabag.setOfDsStage(Stage ofDsStage)
Set the
of_ds_stage property (displayed as Of DS Stage) of the object. |
void |
JobStageRecord.setOfDsStage(Stage ofDsStage)
Set the
of_ds_stage property (displayed as Of DS Stage) of the object. |
void |
Link.setOutputStages(Stage outputStages)
Set the
output_stages property (displayed as Output Stages) of the object. |
void |
StageDataRuleDefinition.setStage(Stage stage)
Set the
stage property (displayed as Stage) of the object. |
void |
StageVariable.setStage(Stage stage)
Set the
stage property (displayed as Stage) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
PublishedDataRuleDefinition.setCopiedIntoDataRuleStages(ItemList<Stage> copiedIntoDataRuleStages)
Set the
copied_into_data_rule_stages property (displayed as Copied Into Data Rule Stages) of the object. |
void |
TableDefinition.setIncludedByStages(ItemList<Stage> includedByStages)
Set the
included_by_stages property (displayed as Included by Stages) of the object. |
void |
Stage.setNextStages(ItemList<Stage> nextStages)
Set the
next_stages property (displayed as Next Stages) of the object. |
void |
Stage.setPreviousStages(ItemList<Stage> previousStages)
Set the
previous_stages property (displayed as Previous Stages) of the object. |
void |
SharedContainer.setReferencedByStages(ItemList<Stage> referencedByStages)
Set the
referenced_by_stages property (displayed as Referenced by Stages) of the object. |
void |
DsstageType.setStages(ItemList<Stage> stages)
Set the
stages property (displayed as Stages) of the object. |
void |
SharedContainer.setStages(ItemList<Stage> stages)
Set the
stages property (displayed as Stages) of the object. |
void |
Dsjob.setStages(ItemList<Stage> stages)
Set the
stages property (displayed as Stages) of the object. |
void |
MatchSpecification.setUsedByStages(ItemList<Stage> usedByStages)
Set the
used_by_stages property (displayed as Stages) of the object. |
void |
StandardizationRuleSet.setUsedByStages(ItemList<Stage> usedByStages)
Set the
used_by_stages property (displayed as Stages) of the object. |
void |
StandardizationObject.setUsedByStages(ItemList<Stage> usedByStages)
Set the
used_by_stages property (displayed as Stages) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.