| 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 PublishedDataRuleDefinition |
StageDataRuleDefinition.basedOnRule |
protected PublishedDataRuleDefinition |
DataRuleDefinition.publishedDataRuleDefinitions |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<PublishedDataRuleDefinition> |
PublishedDataRuleSet.dataRuleDefinitions |
| Modifier and Type | Method and Description |
|---|---|
PublishedDataRuleDefinition |
StageDataRuleDefinition.getBasedOnRule()
Retrieve the
based_on_rule property (displayed as 'Based on Rule') of the object. |
PublishedDataRuleDefinition |
DataRuleDefinition.getPublishedDataRuleDefinitions()
Retrieve the
published_data_rule_definitions property (displayed as 'Published Data Rule Definitions') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<PublishedDataRuleDefinition> |
PublishedDataRuleSet.getDataRuleDefinitions()
Retrieve the
data_rule_definitions property (displayed as 'Data Rule Definitions') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
StageDataRuleDefinition.setBasedOnRule(PublishedDataRuleDefinition basedOnRule)
Set the
based_on_rule property (displayed as Based on Rule) of the object. |
void |
DataRuleDefinition.setPublishedDataRuleDefinitions(PublishedDataRuleDefinition publishedDataRuleDefinitions)
Set the
published_data_rule_definitions property (displayed as Published Data Rule Definitions) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
PublishedDataRuleSet.setDataRuleDefinitions(ItemList<PublishedDataRuleDefinition> dataRuleDefinitions)
Set the
data_rule_definitions property (displayed as Data Rule Definitions) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.