Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.AssetManagerProperties
-
Packages that use AssetManagerProperties Package Description org.odpi.openmetadata.accessservices.assetmanager.api This package contains the different interfaces of the asset manager.org.odpi.openmetadata.accessservices.assetmanager.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of AssetManagerProperties in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type AssetManagerProperties Modifier and Type Method Description StringAssetManagerInterface. createExternalAssetManager(String userId, AssetManagerProperties assetManagerProperties)Create information about the external asset manager. -
Uses of AssetManagerProperties in org.odpi.openmetadata.accessservices.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type AssetManagerProperties Constructor Description AssetManagerProperties(AssetManagerProperties template)Copy/clone constructor.
-