public class ConnectorType extends Referenceable
| Modifier and Type | Field and Description |
|---|---|
protected String |
connectorProviderClassName |
protected String |
description |
protected String |
displayName |
protected List<String> |
recognizedAdditionalProperties |
protected List<String> |
recognizedConfigurationProperties |
protected List<String> |
recognizedSecuredProperties |
additionalProperties, confidenceGovernanceClassification, confidentialityGovernanceClassification, criticalityGovernanceClassification, latestChange, latestChangeDetails, meanings, qualifiedName, retentionGovernanceClassification, searchKeywords, securityTagsclassifications, extendedProperties, guid, type, urlCURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
ConnectorType()
Default constructor
|
ConnectorType(ConnectorType template)
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.
|
static ElementType |
getConnectorTypeType()
Return the standard type for a connector type.
|
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.
|
int |
hashCode()
Hash of properties
|
void |
setConnectorProviderClassName(String connectorProviderClassName)
The name of the connector provider class name.
|
void |
setDescription(String description)
Set up description of the element.
|
void |
setDisplayName(String displayName)
Set up the display name for UIs and reports.
|
void |
setRecognizedAdditionalProperties(List<String> recognizedAdditionalProperties)
Set up the list of property names that this connector/connector provider implementation looks for
in the Connection object's additionalProperties.
|
void |
setRecognizedConfigurationProperties(List<String> recognizedConfigurationProperties)
Set up the list of property names that this connector/connector provider implementation looks for
in the Connection object's configurationProperties.
|
void |
setRecognizedSecuredProperties(List<String> recognizedSecuredProperties)
Set up 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, getConfidenceGovernanceClassification, getConfidentialityGovernanceClassification, getCriticalityGovernanceClassification, getLatestChange, getLatestChangeDetails, getMeanings, getQualifiedName, getRetentionGovernanceClassification, getSearchKeywords, getSecurityTags, setAdditionalProperties, setConfidenceGovernanceClassification, setConfidentialityGovernanceClassification, setCriticalityGovernanceClassification, setLatestChange, setLatestChangeDetails, setMeanings, setQualifiedName, setRetentionGovernanceClassification, setSearchKeywords, setSecurityTagsgetClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLgetHeaderVersion, setHeaderVersionprotected String displayName
protected String description
protected String connectorProviderClassName
public ConnectorType()
public ConnectorType(ConnectorType template)
template - template object to copy.public static ElementType getConnectorTypeType()
public void setDisplayName(String displayName)
displayName - String namepublic String getDisplayName()
public void setDescription(String description)
description - Stringpublic String getDescription()
public void setConnectorProviderClassName(String connectorProviderClassName)
connectorProviderClassName - String class namepublic String getConnectorProviderClassName()
public void setRecognizedAdditionalProperties(List<String> recognizedAdditionalProperties)
recognizedAdditionalProperties - list of property namespublic List<String> getRecognizedAdditionalProperties()
public void setRecognizedConfigurationProperties(List<String> recognizedConfigurationProperties)
recognizedConfigurationProperties - list of property namespublic List<String> getRecognizedConfigurationProperties()
public void setRecognizedSecuredProperties(List<String> recognizedSecuredProperties)
recognizedSecuredProperties - list of property namespublic List<String> getRecognizedSecuredProperties()
public String toString()
toString in class Referenceablepublic boolean equals(Object objectToCompare)
equals in class ReferenceableobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ReferenceableCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.