public class ConnectorTypeProperties extends AssetReferenceable
| Modifier and Type | Field and Description |
|---|---|
protected ConnectorType |
connectorTypeBean |
referenceableBeanparentAsset| Constructor and Description |
|---|
ConnectorTypeProperties(AssetDescriptor parentAsset,
ConnectorType connectorTypeBean)
Bean constructor with parent asset
|
ConnectorTypeProperties(AssetDescriptor parentAsset,
ConnectorTypeProperties templateConnectorType)
Copy/clone constructor for a connectorType that is connected to an asset (either directly or indirectly).
|
ConnectorTypeProperties(ConnectorType connectorTypeBean)
Bean constructor
|
ConnectorTypeProperties(ConnectorTypeProperties templateConnectorType)
Copy/clone constructor for a connectorType that is not connected to an asset (either directly or indirectly).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getConnectorProviderClassName()
Returns the stored connectorProviderClassName property for the connector type.
|
protected ConnectorType |
getConnectorTypeBean()
Return the bean - used in cloning
|
String |
getDescription()
Returns the stored description property for the connector type.
|
String |
getDisplayName()
Returns the stored display name property for the connector type.
|
List<String> |
getRecognizedAdditionalProperties()
Return the list of property names that this connector/connector provider implementation looks for
in the Connection object's additionalProperties.
|
List<String> |
getRecognizedConfigurationProperties()
Return the list of property names that this connector/connector provider implementation looks for
in the Connection object's configurationProperties.
|
List<String> |
getRecognizedSecuredProperties()
Return the list of property names that this connector/connector provider implementation looks for
in the Connection object's securedProperties.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getMeanings, getQualifiedName, getReferenceableBean, getSecurityTags, setBeangetAssetClassifications, getElementHeaderBean, getExtendedProperties, getGUID, getType, getURL, hashCode, setBeangetParentAsset, getParentAssetName, getParentAssetTypeNameprotected ConnectorType connectorTypeBean
public ConnectorTypeProperties(ConnectorType connectorTypeBean)
connectorTypeBean - bean containing the propertiespublic ConnectorTypeProperties(AssetDescriptor parentAsset, ConnectorType connectorTypeBean)
parentAsset - description of the asset that this connector type is attached to.connectorTypeBean - bean containing the propertiespublic ConnectorTypeProperties(ConnectorTypeProperties templateConnectorType)
templateConnectorType - template object to copy.public ConnectorTypeProperties(AssetDescriptor parentAsset, ConnectorTypeProperties templateConnectorType)
parentAsset - description of the asset that this connector type is attached to.templateConnectorType - template object to copy.protected ConnectorType getConnectorTypeBean()
public String getDisplayName()
public String getDescription()
public String getConnectorProviderClassName()
public List<String> getRecognizedAdditionalProperties()
public List<String> getRecognizedConfigurationProperties()
public List<String> getRecognizedSecuredProperties()
public String toString()
toString in class AssetReferenceablepublic boolean equals(Object objectToCompare)
equals in class AssetReferenceableobjectToCompare - supplied objectCopyright © 2018–2020 ODPi. All rights reserved.