Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceDomainSetProperties
-
Packages that use GovernanceDomainSetProperties Package Description org.odpi.openmetadata.accessservices.governanceprogram.api Governance Program OMAS Java API defined the means to maintain and query the definitions that make up the governance program.org.odpi.openmetadata.accessservices.governanceprogram.metadataelements The metadata elements describe metadata retrieved from the open metadata repositories.org.odpi.openmetadata.accessservices.governanceprogram.properties -
-
Uses of GovernanceDomainSetProperties in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api with parameters of type GovernanceDomainSetProperties Modifier and Type Method Description StringGovernanceDomainInterface. createGovernanceDomainSet(String userId, GovernanceDomainSetProperties governanceDomainSetProperties)Create a new metadata element to represent the root of a Governance Domain Set.voidGovernanceDomainInterface. updateGovernanceDomainSet(String userId, String governanceDomainSetGUID, GovernanceDomainSetProperties governanceDomainSetProperties)Update the metadata element representing a Governance Domain Set. -
Uses of GovernanceDomainSetProperties in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return GovernanceDomainSetProperties Modifier and Type Method Description GovernanceDomainSetPropertiesGovernanceDomainSetElement. getProperties()Return the properties of the governance domain set.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type GovernanceDomainSetProperties Modifier and Type Method Description voidGovernanceDomainSetElement. setProperties(GovernanceDomainSetProperties properties)Set up the properties of the governance domain set. -
Uses of GovernanceDomainSetProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type GovernanceDomainSetProperties Constructor Description GovernanceDomainSetProperties(GovernanceDomainSetProperties template)Copy/clone constructor
-