Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.AssetLocations
-
Packages that use AssetLocations Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of AssetLocations in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as AssetLocations Modifier and Type Field Description protected AssetLocationsAssetUniverse. knownLocationsMethods in org.odpi.openmetadata.frameworks.connectors.properties that return AssetLocations Modifier and Type Method Description protected abstract AssetLocationsAssetLocations. cloneIterator(AssetDescriptor parentAsset)Clones this iterator.AssetLocationsAssetUniverse. getKnownLocations()Return the list of locations for the asset.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type AssetLocations Constructor Description AssetLocations(AssetDescriptor parentAsset, AssetLocations template)Copy/clone constructor.AssetUniverse(Asset assetBean, AssetExternalIdentifiers externalIdentifiers, AssetRelatedMediaReferences relatedMediaReferences, AssetNoteLogs noteLogs, AssetExternalReferences externalReferences, AssetConnections connections, AssetLicenses licenses, AssetCertifications certifications, List<AssetMeaning> meanings, AssetSchemaType schema, AssetFeedback feedback, AssetLocations knownLocations, AssetLineage lineage, AssetRelatedAssets relatedAssets)Typical Constructor
-