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 org.odpi.openmetadata.accessservices.governanceprogram.rest This package defines the beans used to build the REST request and response payloads. -
-
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, GovernanceDefinitionStatus initialStatus)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.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. -
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.classSecurityGroupPropertiesSecurityGroupProperties defines a security group technical control.Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type GovernanceDefinitionProperties Constructor Description GovernanceDefinitionProperties(GovernanceDefinitionProperties template)Copy/clone Constructor -
Uses of GovernanceDefinitionProperties in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return GovernanceDefinitionProperties Modifier and Type Method Description GovernanceDefinitionPropertiesGovernanceDefinitionRequestBody. getProperties()Return the properties of the governance definition.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest with parameters of type GovernanceDefinitionProperties Modifier and Type Method Description voidGovernanceDefinitionRequestBody. setProperties(GovernanceDefinitionProperties properties)Set up the properties of the governance definition.
-