public class OCFDatabaseConnection extends Connection
connectorType, description, displayName, endpoint, securedPropertiesadditionalProperties, qualifiedNameclassifications, guid, type, url| Constructor and Description |
|---|
OCFDatabaseConnection(Connection connection)
Construct an OCFDatabaseConnection from a Connection.
|
OCFDatabaseConnection(ElementType type,
String guid,
String url,
String qualifiedName,
Map<String,Object> additionalProperties,
String displayName,
String description,
ConnectorType connectorType,
Endpoint endpoint,
Map<String,Object> securedProperties)
Typical Constructor - for constructing a new, independent populated OCFDatabaseConnection.
|
OCFDatabaseConnection(OCFDatabaseConnection connectionTemplate)
Copy/clone constructor
|
equals, getConnectionType, getConnectorType, getDescription, getDisplayName, getEndpoint, getSecuredProperties, setConnectorType, setDescription, setDisplayName, setEndpoint, setSecuredProperties, toStringgetAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedNamegetClassifications, getGUID, getType, getURL, hashCode, setClassifications, setGUID, setType, setURLpublic OCFDatabaseConnection(Connection connection)
connection - - template connection to copy.public OCFDatabaseConnection(ElementType type, String guid, String url, String qualifiedName, Map<String,Object> additionalProperties, String displayName, String description, ConnectorType connectorType, Endpoint endpoint, Map<String,Object> securedProperties)
type - - details of the metadata type for this properties objectguid - - String - unique idurl - - String - URLqualifiedName - - unique nameadditionalProperties - - additional properties for the referenceable object.displayName - - consumable namedescription - - stored description property for the connection.connectorType - - connector type to copyendpoint - - endpoint propertiessecuredProperties - - typically user credentials for the connectionpublic OCFDatabaseConnection(OCFDatabaseConnection connectionTemplate)
connectionTemplate - - template to clone.Copyright © 2018 ODPi. All rights reserved.