Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
-
Packages that use ExternalIdentifier Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of ExternalIdentifier in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as ExternalIdentifier Modifier and Type Field Description protected ExternalIdentifierAssetExternalIdentifier. externalIdentifierBeanMethods in org.odpi.openmetadata.frameworks.connectors.properties that return ExternalIdentifier Modifier and Type Method Description protected ExternalIdentifierAssetExternalIdentifier. getExternalIdentifierBean()Return the bean with all of the properties - used in the cloning process.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type ExternalIdentifier Constructor Description AssetExternalIdentifier(AssetDescriptor parentAsset, ExternalIdentifier externalIdentifierBean)Bean constructor with parent assetAssetExternalIdentifier(ExternalIdentifier externalIdentifierBean)Bean constructor -
Uses of ExternalIdentifier in org.odpi.openmetadata.frameworks.connectors.properties.beans
Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type ExternalIdentifier Constructor Description ExternalIdentifier(ExternalIdentifier templateExternalIdentifier)Copy/clone constructor.
-