Uses of Class
org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
-
Packages that use TemplateProperties Package Description org.odpi.openmetadata.accessservices.assetowner.api The API package defines the Java interfaces supported by the Asset Owner OMAS.org.odpi.openmetadata.accessservices.assetowner.properties This package provides the properties used to create different types of instances for an asset and its attachments. -
-
Uses of TemplateProperties in org.odpi.openmetadata.accessservices.assetowner.api
Methods in org.odpi.openmetadata.accessservices.assetowner.api with parameters of type TemplateProperties Modifier and Type Method Description StringAssetOnboardingInterface. addAssetToCatalogUsingTemplate(String userId, String templateGUID, TemplateProperties templateProperties)Create a new metadata element to represent an asset using an existing asset as a template.StringAssetConnectionManagementInterface. createConnectionFromTemplate(String userId, String templateGUID, TemplateProperties templateProperties)Create a new metadata element to represent a connection using an existing metadata element as a template.StringAssetConnectionManagementInterface. createEndpointFromTemplate(String userId, String templateGUID, TemplateProperties templateProperties)Create a new metadata element to represent a endpoint using an existing metadata element as a template. -
Uses of TemplateProperties in org.odpi.openmetadata.accessservices.assetowner.properties
Constructors in org.odpi.openmetadata.accessservices.assetowner.properties with parameters of type TemplateProperties Constructor Description TemplateProperties(TemplateProperties template)Copy/clone constructor for the template properties.
-