Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.CertificationTypeProperties
-
Packages that use CertificationTypeProperties 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 CertificationTypeProperties in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api with parameters of type CertificationTypeProperties Modifier and Type Method Description StringCertificationManagementInterface. createCertificationType(String userId, CertificationTypeProperties properties)Create a description of the certification type.voidCertificationManagementInterface. updateCertificationType(String userId, String certificationTypeGUID, boolean isMergeUpdate, CertificationTypeProperties properties)Update the properties of the certification type. -
Uses of CertificationTypeProperties in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return CertificationTypeProperties Modifier and Type Method Description CertificationTypePropertiesCertificationTypeElement. getProperties()Return the properties of the certification type.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type CertificationTypeProperties Modifier and Type Method Description voidCertificationTypeElement. setProperties(CertificationTypeProperties properties)Set up the certification type properties. -
Uses of CertificationTypeProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type CertificationTypeProperties Constructor Description CertificationTypeProperties(CertificationTypeProperties template)Copy/Clone Constructor
-