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 org.odpi.openmetadata.accessservices.governanceprogram.rest This package defines the beans used to build the REST request and response payloads. -
-
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, GovernanceDefinitionStatus initialStatus)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 -
Uses of CertificationTypeProperties in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return CertificationTypeProperties Modifier and Type Method Description CertificationTypePropertiesCertificationTypeRequestBody. getProperties()Return the properties of the certification type.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest with parameters of type CertificationTypeProperties Modifier and Type Method Description voidCertificationTypeRequestBody. setProperties(CertificationTypeProperties properties)Set up the properties of the certification type.
-