Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.AssetUniverse
-
Packages that use AssetUniverse Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of AssetUniverse in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as AssetUniverse Modifier and Type Field Description protected AssetUniverseConnectedAssetProperties. assetPropertiesprotected AssetUniverseRelatedAssetProperties. assetPropertiesMethods in org.odpi.openmetadata.frameworks.connectors.properties that return AssetUniverse Modifier and Type Method Description AssetUniverseConnectedAssetProperties. getAssetUniverse()Returns all of the detail of the asset and information connected to it in organized in the assetUniverse structure.AssetUniverseRelatedAssetProperties. getAssetUniverse()Returns all of the detail of the asset and information connected to it in organized in the assetUniverse structure.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type AssetUniverse Constructor Description AssetUniverse(AssetUniverse template)Copy/clone Constructor note this is a deep copy
-