Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.ExternalReferenceProperties
-
Packages that use ExternalReferenceProperties Package Description org.odpi.openmetadata.accessservices.datamanager.api org.odpi.openmetadata.accessservices.datamanager.metadataelements org.odpi.openmetadata.accessservices.datamanager.properties org.odpi.openmetadata.accessservices.datamanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ExternalReferenceProperties in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api with parameters of type ExternalReferenceProperties Modifier and Type Method Description StringExternalReferenceManagerInterface. createExternalReference(String userId, String anchorGUID, String linkId, String linkDescription, ExternalReferenceProperties properties)Create a definition of a external reference.voidExternalReferenceManagerInterface. updateExternalReference(String userId, String externalReferenceGUID, boolean isMergeUpdate, ExternalReferenceProperties properties)Update the definition of a external reference. -
Uses of ExternalReferenceProperties in org.odpi.openmetadata.accessservices.datamanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.datamanager.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.datamanager.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.datamanager.properties
Constructors in org.odpi.openmetadata.accessservices.datamanager.properties with parameters of type ExternalReferenceProperties Constructor Description ExternalReferenceProperties(ExternalReferenceProperties template)Copy/clone constructor. -
Uses of ExternalReferenceProperties in org.odpi.openmetadata.accessservices.datamanager.rest
Subclasses of ExternalReferenceProperties in org.odpi.openmetadata.accessservices.datamanager.rest Modifier and Type Class Description classExternalReferenceRequestBodyExternalReferenceRequestBody describes the properties of the external reference plus the optional identifiers for an owning element.Constructors in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type ExternalReferenceProperties Constructor Description ExternalReferenceRequestBody(ExternalReferenceProperties template)Copy/clone constructor.
-