Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceZoneProperties
-
Packages that use GovernanceZoneProperties 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 GovernanceZoneProperties in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api with parameters of type GovernanceZoneProperties Modifier and Type Method Description StringGovernanceZonesInterface. createGovernanceZone(String userId, GovernanceZoneProperties properties)Create a definition of a governance zone.voidGovernanceZonesInterface. updateGovernanceZone(String userId, String zoneGUID, boolean isMergeUpdate, GovernanceZoneProperties properties)Update the definition of a zone. -
Uses of GovernanceZoneProperties in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return GovernanceZoneProperties Modifier and Type Method Description GovernanceZonePropertiesGovernanceZoneElement. getGovernanceZoneProperties()Return the properties of the governance zone.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type GovernanceZoneProperties Modifier and Type Method Description voidGovernanceZoneElement. setGovernanceZoneProperties(GovernanceZoneProperties governanceZoneProperties)Set up the properties of the governance zone. -
Uses of GovernanceZoneProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type GovernanceZoneProperties Constructor Description GovernanceZoneProperties(GovernanceZoneProperties template)Copy/clone constructor
-