Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.CertificationTypeElement
-
Packages that use CertificationTypeElement 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.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of CertificationTypeElement in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return CertificationTypeElement Modifier and Type Method Description CertificationTypeElementCertificationManagementInterface. getCertificationTypeByDocId(String userId, String documentIdentifier)Retrieve the certification type by its assigned unique document identifier.CertificationTypeElementCertificationManagementInterface. getCertificationTypeByGUID(String userId, String certificationTypeGUID)Retrieve the certification type by the unique identifier assigned by this service when it was created.Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return types with arguments of type CertificationTypeElement Modifier and Type Method Description List<CertificationTypeElement>CertificationManagementInterface. getCertificationTypeByDomainId(String userId, int domainIdentifier, int startFrom, int pageSize)Retrieve all of the certification type definitions for a specific governance domain.List<CertificationTypeElement>CertificationManagementInterface. getCertificationTypesByTitle(String userId, String title, int startFrom, int pageSize)Retrieve all of the certification types for a particular title. -
Uses of CertificationTypeElement in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type CertificationTypeElement Constructor Description CertificationTypeElement(CertificationTypeElement template)Copy/clone constructor -
Uses of CertificationTypeElement in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return CertificationTypeElement Modifier and Type Method Description CertificationTypeElementCertificationTypeResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return types with arguments of type CertificationTypeElement Modifier and Type Method Description List<CertificationTypeElement>CertificationTypeListResponse. getElements()Return the list of certification types.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest with parameters of type CertificationTypeElement Modifier and Type Method Description voidCertificationTypeResponse. setElement(CertificationTypeElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.rest with type arguments of type CertificationTypeElement Modifier and Type Method Description voidCertificationTypeListResponse. setElements(List<CertificationTypeElement> elements)Set up the list of certification types.
-