Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.CertificationElement
-
Packages that use CertificationElement Package Description 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 CertificationElement in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type CertificationElement Constructor Description CertificationElement(CertificationElement template)Copy/clone constructor -
Uses of CertificationElement in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return types with arguments of type CertificationElement Modifier and Type Method Description List<CertificationElement>CertificationListResponse. getElements()Return the list of certification types.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.rest with type arguments of type CertificationElement Modifier and Type Method Description voidCertificationListResponse. setElements(List<CertificationElement> elements)Set up the list of certification types.
-