Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceDefinitionProperties
-
Packages that use GovernanceDefinitionProperties 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 GovernanceDefinitionProperties in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api with parameters of type GovernanceDefinitionProperties Modifier and Type Method Description StringGovernanceDefinitionsInterface. createGovernanceDefinition(String userId, GovernanceDefinitionProperties properties)Create a new governance definition.voidGovernanceDefinitionsInterface. updateGovernanceDefinition(String userId, String definitionGUID, boolean isMergeUpdate, GovernanceDefinitionProperties properties)Update an existing governance definition. -
Uses of GovernanceDefinitionProperties in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return GovernanceDefinitionProperties Modifier and Type Method Description GovernanceDefinitionPropertiesGovernanceDefinitionElement. getProperties()Return the requested governance definition.GovernanceDefinitionPropertiesGovernanceDefinitionGraph. getProperties()Return the properties of this governance definition.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type GovernanceDefinitionProperties Modifier and Type Method Description voidGovernanceDefinitionElement. setProperties(GovernanceDefinitionProperties properties)Set up the requested governance definition.voidGovernanceDefinitionGraph. setProperties(GovernanceDefinitionProperties properties)Set up the properties of this governance definition. -
Uses of GovernanceDefinitionProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Subclasses of GovernanceDefinitionProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties Modifier and Type Class Description classCertificationTypePropertiesMany regulations and industry bodies define certifications that can confirm a level of support, capability or competence in an aspect of a digital organization's operation.classLicenseTypePropertiesLicenseTypeProperties defines a license that the organization recognizes and has governance definitions to support it.Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type GovernanceDefinitionProperties Constructor Description GovernanceDefinitionProperties(GovernanceDefinitionProperties template)Copy/clone Constructor
-