Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalReferenceProperties
-
Packages that use ExternalReferenceProperties Package Description org.odpi.openmetadata.accessservices.assetmanager.api This package contains the different interfaces of the asset manager.org.odpi.openmetadata.accessservices.assetmanager.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.assetmanager.properties These beans describe the core properties that are passed to the server to create and update metadata.org.odpi.openmetadata.accessservices.assetmanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ExternalReferenceProperties in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type ExternalReferenceProperties Modifier and Type Method Description StringExternalReferencesInterface. createExternalReference(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, String referenceExternalIdentifier, String referenceExternalIdentifierName, String referenceExternalIdentifierUsage, String referenceExternalIdentifierSource, KeyPattern referenceExternalIdentifierKeyPattern, Map<String,String> mappingProperties, String anchorGUID, ExternalReferenceProperties properties)Create a definition of a external reference.voidExternalReferencesInterface. updateExternalReference(String userId, String assetManagerGUID, String assetManagerName, String externalReferenceGUID, String referenceExternalIdentifier, boolean isMergeUpdate, ExternalReferenceProperties properties)Update the definition of a external reference. -
Uses of ExternalReferenceProperties in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return ExternalReferenceProperties Modifier and Type Method Description ExternalReferencePropertiesExternalReferenceElement. getProperties()Return the link to external documentation that are relevant to this element.ExternalReferencePropertiesExternalReferenceLinkElement. getProperties()Return the link to external documentation that are relevant to this element.Methods in org.odpi.openmetadata.accessservices.assetmanager.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.voidExternalReferenceLinkElement. 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.assetmanager.properties
Subclasses of ExternalReferenceProperties in org.odpi.openmetadata.accessservices.assetmanager.properties Modifier and Type Class Description classExternalGlossaryLinkPropertiesExternalGlossaryLinkProperties describes the properties of URL link to a remote glossary.Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type ExternalReferenceProperties Constructor Description ExternalReferenceProperties(ExternalReferenceProperties template)Copy/clone constructor -
Uses of ExternalReferenceProperties in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return ExternalReferenceProperties Modifier and Type Method Description ExternalReferencePropertiesExternalReferenceRequestBody. getElementProperties()Return the properties for the element.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type ExternalReferenceProperties Modifier and Type Method Description voidExternalReferenceRequestBody. setElementProperties(ExternalReferenceProperties elementProperties)Set up the properties for the element.
-