| 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 InformationGovernancePolicy |
InformationGovernancePolicy.parentPolicy |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<InformationGovernancePolicy> |
InformationGovernanceRule.referencingPolicies |
protected ItemList<InformationGovernancePolicy> |
InformationGovernancePolicy.subpolicies |
protected ItemList<InformationGovernancePolicy> |
InformationGovernancePolicy.translations |
| Modifier and Type | Method and Description |
|---|---|
InformationGovernancePolicy |
InformationGovernancePolicy.getParentPolicy()
Retrieve the
parent_policy property (displayed as 'Parent Policy') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<InformationGovernancePolicy> |
InformationGovernanceRule.getReferencingPolicies()
Retrieve the
referencing_policies property (displayed as 'Referencing Policies') of the object. |
ItemList<InformationGovernancePolicy> |
InformationGovernancePolicy.getSubpolicies()
Retrieve the
subpolicies property (displayed as 'Subpolicies') of the object. |
ItemList<InformationGovernancePolicy> |
InformationGovernancePolicy.getTranslations()
Retrieve the
translations property (displayed as 'Translations') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
InformationGovernancePolicy.setParentPolicy(InformationGovernancePolicy parentPolicy)
Set the
parent_policy property (displayed as Parent Policy) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
InformationGovernanceRule.setReferencingPolicies(ItemList<InformationGovernancePolicy> referencingPolicies)
Set the
referencing_policies property (displayed as Referencing Policies) of the object. |
void |
InformationGovernancePolicy.setSubpolicies(ItemList<InformationGovernancePolicy> subpolicies)
Set the
subpolicies property (displayed as Subpolicies) of the object. |
void |
InformationGovernancePolicy.setTranslations(ItemList<InformationGovernancePolicy> translations)
Set the
translations property (displayed as Translations) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.