Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceDelegation
-
Packages that use GovernanceDelegation Package Description org.odpi.openmetadata.accessservices.governanceprogram.metadataelements The metadata elements describe metadata retrieved from the open metadata repositories. -
-
Uses of GovernanceDelegation in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return types with arguments of type GovernanceDelegation Modifier and Type Method Description List<GovernanceDelegation>GovernanceDefinitionGraph. getChildren()Return the governance definitions that support this governance definition.List<GovernanceDelegation>GovernanceDefinitionGraph. getMetrics()Return the governance metrics that measure this governance definition.List<GovernanceDelegation>GovernanceDefinitionGraph. getParents()Return the list of governance definitions that are requirements for this governance definition.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with type arguments of type GovernanceDelegation Modifier and Type Method Description voidGovernanceDefinitionGraph. setChildren(List<GovernanceDelegation> children)Set up the governance definitions that support this governance definition.voidGovernanceDefinitionGraph. setMetrics(List<GovernanceDelegation> metrics)Set up the governance metrics that measure this governance definition.voidGovernanceDefinitionGraph. setParents(List<GovernanceDelegation> parents)Set up the list of governance definition that are requirements for this governance definition.Constructors in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type GovernanceDelegation Constructor Description GovernanceDelegation(GovernanceDelegation template)Copy/clone Constructor - the resulting object.
-