Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.Locations
-
Packages that use Locations Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of Locations in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as Locations Modifier and Type Field Description protected LocationsAssetUniverse. knownLocationsMethods in org.odpi.openmetadata.frameworks.connectors.properties that return Locations Modifier and Type Method Description protected abstract LocationsLocations. cloneIterator()Clones this iterator.LocationsAssetUniverse. getKnownLocations()Return the list of locations for the asset.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type Locations Constructor Description AssetUniverse(Asset assetBean, ExternalIdentifiers externalIdentifiers, RelatedMediaReferences relatedMediaReferences, NoteLogs noteLogs, ExternalReferences externalReferences, Connections connections, Licenses licenses, Certifications certifications, List<Meaning> meanings, SchemaType schema, AssetFeedback feedback, Locations knownLocations, AssetLineage lineage, RelatedAssets relatedAssets)Typical ConstructorLocations(Locations template)Copy/clone constructor.
-