Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.ExternalReferenceProperties
-
Packages that use ExternalReferenceProperties 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 ExternalReferenceProperties in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api with parameters of type ExternalReferenceProperties Modifier and Type Method Description StringExternalReferencesInterface. createExternalReference(String userId, String anchorGUID, ExternalReferenceProperties properties)Create a definition of an external reference.voidExternalReferencesInterface. updateExternalReference(String userId, String externalReferenceGUID, boolean isMergeUpdate, ExternalReferenceProperties properties)Update the definition of an external reference. -
Uses of ExternalReferenceProperties in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return ExternalReferenceProperties Modifier and Type Method Description ExternalReferencePropertiesExternalReferenceElement. getProperties()Return the link to external documentation that are relevant to this element.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type ExternalReferenceProperties Modifier and Type Method Description voidExternalReferenceElement. setProperties(ExternalReferenceProperties properties)Set up the list of links to external documentation that are relevant to this element. -
Uses of ExternalReferenceProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type ExternalReferenceProperties Constructor Description ExternalReferenceProperties(ExternalReferenceProperties template)Copy/clone constructor. -
Uses of ExternalReferenceProperties in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return ExternalReferenceProperties Modifier and Type Method Description ExternalReferencePropertiesExternalReferenceRequestBody. getProperties()Return the properties for this external reference.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest with parameters of type ExternalReferenceProperties Modifier and Type Method Description voidExternalReferenceRequestBody. setProperties(ExternalReferenceProperties properties)Set up the properties for this external reference.
-