public class OCFDatabaseConnection extends Connection
clearPassword, connectorType, description, displayName, encryptedPassword, endpoint, securedProperties, userIdadditionalProperties, extendedProperties, meanings, 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, getClearPassword, getConnectionType, getConnectorType, getDescription, getDisplayName, getEncryptedPassword, getEndpoint, getSecuredProperties, getUserId, hashCode, setClearPassword, setConnectorType, setDescription, setDisplayName, setEncryptedPassword, setEndpoint, setSecuredProperties, setUserId, toStringgetAdditionalProperties, getExtendedProperties, getMeanings, getQualifiedName, setAdditionalProperties, setExtendedProperties, setMeanings, setQualifiedNamegetClassifications, getGUID, getType, getURL, 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–2019 ODPi. All rights reserved.