Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.Connections
-
Packages that use Connections Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of Connections in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as Connections Modifier and Type Field Description protected ConnectionsAssetDetail. connectionsMethods in org.odpi.openmetadata.frameworks.connectors.properties that return Connections Modifier and Type Method Description protected abstract ConnectionsConnections. cloneIterator()Clones this iterator.ConnectionsAssetDetail. getConnections()Return a list of the connections defined for this asset.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type Connections Constructor Description AssetDetail(Asset assetBean, ExternalIdentifiers externalIdentifiers, RelatedMediaReferences relatedMediaReferences, NoteLogs noteLogs, ExternalReferences externalReferences, Connections connections, Licenses licenses, Certifications certifications, SchemaType schema)Typical constructor initialize superclassesAssetUniverse(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 ConstructorConnections(Connections template)Copy/clone constructor.
-