Uses of Class
org.odpi.openmetadata.accessservices.stewardshipaction.properties.ConnectionProperties
-
Packages that use ConnectionProperties Package Description org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements org.odpi.openmetadata.accessservices.stewardshipaction.properties This properties package provides the properties used to create different types of instances for an asset and its attachments. -
-
Uses of ConnectionProperties in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements
Methods in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements that return ConnectionProperties Modifier and Type Method Description ConnectionPropertiesConnectionElement. getConnectionProperties()Return the properties for the connection.Methods in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements with parameters of type ConnectionProperties Modifier and Type Method Description voidConnectionElement. setConnectionProperties(ConnectionProperties connectionProperties)Set up the properties for the connection. -
Uses of ConnectionProperties in org.odpi.openmetadata.accessservices.stewardshipaction.properties
Constructors in org.odpi.openmetadata.accessservices.stewardshipaction.properties with parameters of type ConnectionProperties Constructor Description ConnectionProperties(ConnectionProperties template)Copy/clone Constructor to return a copy of a connection object.
-