Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.ExternalReferenceElement
-
Packages that use ExternalReferenceElement 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 ExternalReferenceElement in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return ExternalReferenceElement Modifier and Type Method Description ExternalReferenceElementExternalReferencesInterface. getExternalReferenceByGUID(String userId, String externalReferenceGUID)Return information about a specific external reference.Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return types with arguments of type ExternalReferenceElement Modifier and Type Method Description List<ExternalReferenceElement>ExternalReferencesInterface. findExternalReferencesById(String userId, String resourceId, int startFrom, int pageSize)Retrieve the list of external references for this resourceId.List<ExternalReferenceElement>ExternalReferencesInterface. getExternalReferencesByURL(String userId, String url, int startFrom, int pageSize)Retrieve the list of external references for this URL.List<ExternalReferenceElement>ExternalReferencesInterface. retrieveAttachedExternalReferences(String userId, String attachedToGUID, int startFrom, int pageSize)Retrieve the list of external references attached to the supplied object. -
Uses of ExternalReferenceElement in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return types with arguments of type ExternalReferenceElement Modifier and Type Method Description List<ExternalReferenceElement>CertificationTypeElement. getExternalReferences()Return details of the external references that have been linked to this governance definition.List<ExternalReferenceElement>GovernanceDefinitionElement. getExternalReferences()Return details of the external references that have been linked to this governance definition.List<ExternalReferenceElement>GovernanceDefinitionGraph. getExternalReferences()Return details of the external references that have been linked to this governance definition.List<ExternalReferenceElement>LicenseTypeElement. getExternalReferences()Return details of the external references that have been linked to this governance definition.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with type arguments of type ExternalReferenceElement Modifier and Type Method Description voidCertificationTypeElement. setExternalReferneces(List<ExternalReferenceElement> externalReferences)Set up the details of the external references that have been linked to this governance definition.voidGovernanceDefinitionElement. setExternalReferneces(List<ExternalReferenceElement> externalReferences)Set up the details of the external references that have been linked to this governance definition.voidGovernanceDefinitionGraph. setExternalReferneces(List<ExternalReferenceElement> externalReferences)Set up the details of the external references that have been linked to this governance definition.voidLicenseTypeElement. setExternalReferneces(List<ExternalReferenceElement> externalReferences)Set up the details of the external references that have been linked to this governance definition.Constructors in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type ExternalReferenceElement Constructor Description ExternalReferenceElement(ExternalReferenceElement template)Copy/clone Constructor - the resulting object. -
Uses of ExternalReferenceElement in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return ExternalReferenceElement Modifier and Type Method Description ExternalReferenceElementExternalReferenceResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return types with arguments of type ExternalReferenceElement Modifier and Type Method Description List<ExternalReferenceElement>ExternalReferenceListResponse. getElements()Return the list of external references.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest with parameters of type ExternalReferenceElement Modifier and Type Method Description voidExternalReferenceResponse. setElement(ExternalReferenceElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.rest with type arguments of type ExternalReferenceElement Modifier and Type Method Description voidExternalReferenceListResponse. setElements(List<ExternalReferenceElement> elements)Set up the list of external references.
-