Class IntegrationConnectorProperties
java.lang.Object
org.odpi.openmetadata.accessservices.governanceengine.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.governanceengine.properties.IntegrationConnectorProperties
- All Implemented Interfaces:
Serializable
IntegrationConnectorProperties contains the definition of an integration connector.
This definition can be associated with multiple integration groups.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectionReturn the connection used to create an instance of this integration connector.Returns the stored description property for the asset.Returns the stored display name property for the asset.booleanReturn whether the connector issues blocking calls and needs its own thread to run in.Set up the version identifier of the integration connector implementation.inthashCode()Create a hash code for this element type.voidsetConnection(org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection connection) Set up the connection used to create an instance of this integration connector.voidsetDescription(String description) Set up the stored description property associated with the asset.voidsetDisplayName(String displayName) Set up the stored display name property for the asset.voidsetUsesBlockingCalls(boolean usesBlockingCalls) Set up whether the connector issues blocking calls and needs its own thread to run in.voidsetVersionIdentifier(String versionIdentifier) Set up the version identifier of the implementation.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.accessservices.governanceengine.properties.ReferenceableProperties
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
Constructor Details
-
IntegrationConnectorProperties
public IntegrationConnectorProperties()Default constructor -
IntegrationConnectorProperties
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getDisplayName
Returns the stored display name property for the asset. If no display name is available then null is returned.- Returns:
- String name
-
setDisplayName
Set up the stored display name property for the asset.- Parameters:
displayName- String name
-
getDescription
Returns the stored description property for the asset. If no description is provided then null is returned.- Returns:
- description String text
-
setDescription
Set up the stored description property associated with the asset.- Parameters:
description- String text
-
getUsesBlockingCalls
public boolean getUsesBlockingCalls()Return whether the connector issues blocking calls and needs its own thread to run in.- Returns:
- flag
-
setUsesBlockingCalls
public void setUsesBlockingCalls(boolean usesBlockingCalls) Set up whether the connector issues blocking calls and needs its own thread to run in.- Parameters:
usesBlockingCalls- flag
-
getVersionIdentifier
Set up the version identifier of the integration connector implementation.- Returns:
- string version name
-
setVersionIdentifier
Set up the version identifier of the implementation.- Parameters:
versionIdentifier- string version name
-
getConnection
public org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection getConnection()Return the connection used to create an instance of this integration connector.- Returns:
- Connection object
-
setConnection
public void setConnection(org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection connection) Set up the connection used to create an instance of this integration connector.- Parameters:
connection- connection object
-
toString
Standard toString method.- Overrides:
toStringin classReferenceableProperties- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classReferenceableProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
hashCodein classReferenceableProperties- Returns:
- int hash code
-