Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.properties.TemplateProperties
-
Packages that use TemplateProperties Package Description org.odpi.openmetadata.accessservices.digitalarchitecture.api org.odpi.openmetadata.accessservices.digitalarchitecture.properties -
-
Uses of TemplateProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.api
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.api with parameters of type TemplateProperties Modifier and Type Method Description StringManageConnections. createConnectionFromTemplate(String userId, String templateGUID, TemplateProperties templateProperties)Create a new metadata element to represent a connection using an existing metadata element as a template.StringManageConnections. createConnectorTypeFromTemplate(String userId, String templateGUID, TemplateProperties templateProperties)Create a new metadata element to represent a connectorType using an existing metadata element as a template.StringManageConnections. createEndpointFromTemplate(String userId, String networkAddress, String templateGUID, TemplateProperties templateProperties)Create a new metadata element to represent a endpoint using an existing metadata element as a template.StringManageLocations. createLocationFromTemplate(String userId, String templateGUID, TemplateProperties templateProperties)Create a new metadata element to represent a location using an existing metadata element as a template. -
Uses of TemplateProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.properties
Constructors in org.odpi.openmetadata.accessservices.digitalarchitecture.properties with parameters of type TemplateProperties Constructor Description TemplateProperties(TemplateProperties template)Copy/clone constructor for the template properties.
-