| 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 ItemList<InformationGovernanceRule> |
MainObject.governedByRules |
protected ItemList<InformationGovernanceRule> |
MainObject.implementsRules |
protected ItemList<InformationGovernanceRule> |
InformationGovernancePolicy.informationGovernanceRules |
protected ItemList<InformationGovernanceRule> |
InformationGovernanceRule.relatedRules |
protected ItemList<InformationGovernanceRule> |
InformationGovernanceRule.translations |
| Modifier and Type | Method and Description |
|---|---|
ItemList<InformationGovernanceRule> |
MainObject.getGovernedByRules()
Retrieve the
governed_by_rules property (displayed as 'Governed by Rules') of the object. |
ItemList<InformationGovernanceRule> |
MainObject.getImplementsRules()
Retrieve the
implements_rules property (displayed as 'Implements Rules') of the object. |
ItemList<InformationGovernanceRule> |
InformationGovernancePolicy.getInformationGovernanceRules()
Retrieve the
information_governance_rules property (displayed as 'Information Governance Rules') of the object. |
ItemList<InformationGovernanceRule> |
InformationGovernanceRule.getRelatedRules()
Retrieve the
related_rules property (displayed as 'Related Rules') of the object. |
ItemList<InformationGovernanceRule> |
InformationGovernanceRule.getTranslations()
Retrieve the
translations property (displayed as 'Translations') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
MainObject.setGovernedByRules(ItemList<InformationGovernanceRule> governedByRules)
Set the
governed_by_rules property (displayed as Governed by Rules) of the object. |
void |
MainObject.setImplementsRules(ItemList<InformationGovernanceRule> implementsRules)
Set the
implements_rules property (displayed as Implements Rules) of the object. |
void |
InformationGovernancePolicy.setInformationGovernanceRules(ItemList<InformationGovernanceRule> informationGovernanceRules)
Set the
information_governance_rules property (displayed as Information Governance Rules) of the object. |
void |
InformationGovernanceRule.setRelatedRules(ItemList<InformationGovernanceRule> relatedRules)
Set the
related_rules property (displayed as Related Rules) of the object. |
void |
InformationGovernanceRule.setTranslations(ItemList<InformationGovernanceRule> translations)
Set the
translations property (displayed as Translations) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.