Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.CertificationProperties
-
Packages that use CertificationProperties 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 CertificationProperties in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api with parameters of type CertificationProperties Modifier and Type Method Description StringCertificationManagementInterface. certifyElement(String userId, String elementGUID, String certificationTypeGUID, CertificationProperties properties)Link an element to a certification type and include details of the certification in the relationship properties.voidCertificationManagementInterface. updateCertification(String userId, String certificationGUID, boolean isMergeUpdate, CertificationProperties properties)Update the properties of a certification. -
Uses of CertificationProperties in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return CertificationProperties Modifier and Type Method Description CertificationPropertiesCertificationElement. getCertificationTypeProperties()Return the properties of the certification type.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type CertificationProperties Modifier and Type Method Description voidCertificationElement. setCertificationTypeProperties(CertificationProperties certificationTypeProperties)Set up the properties of the certification type. -
Uses of CertificationProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type CertificationProperties Constructor Description CertificationProperties(CertificationProperties template)Copy/clone Constructor - the resulting object.
-