Uses of Class
org.odpi.openmetadata.accessservices.assetowner.properties.ConnectionProperties
-
Packages that use ConnectionProperties Package Description org.odpi.openmetadata.accessservices.assetowner.api This package provides the definition of the Java API for the Asset Owner OMAS.org.odpi.openmetadata.accessservices.assetowner.metadataelements org.odpi.openmetadata.accessservices.assetowner.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.assetowner.api
Methods in org.odpi.openmetadata.accessservices.assetowner.api with parameters of type ConnectionProperties Modifier and Type Method Description StringAssetConnectionManagementInterface. createConnection(String userId, ConnectionProperties connectionProperties)Create a new metadata element to represent the connection.voidAssetConnectionManagementInterface. updateConnection(String userId, String connectionGUID, boolean isMergeUpdate, ConnectionProperties connectionProperties)Update the metadata element representing a connection. -
Uses of ConnectionProperties in org.odpi.openmetadata.accessservices.assetowner.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetowner.metadataelements that return ConnectionProperties Modifier and Type Method Description ConnectionPropertiesConnectionElement. getConnectionProperties()Return the properties for the connection.Methods in org.odpi.openmetadata.accessservices.assetowner.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.assetowner.properties
Constructors in org.odpi.openmetadata.accessservices.assetowner.properties with parameters of type ConnectionProperties Constructor Description ConnectionProperties(ConnectionProperties template)Copy/clone Constructor to return a copy of a connection object.
-