Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
-
-
Uses of ConnectorType in org.odpi.openmetadata.frameworks.connectors
Fields in org.odpi.openmetadata.frameworks.connectors declared as ConnectorType Modifier and Type Field Description protected ConnectorTypeConnectorProviderBase. connectorTypeBeanMethods in org.odpi.openmetadata.frameworks.connectors that return ConnectorType Modifier and Type Method Description abstract ConnectorTypeConnectorProvider. getConnectorType()Returns the properties about the type of connector that this ConnectorTypeManager supports.ConnectorTypeConnectorProviderBase. getConnectorType()Returns the properties about the type of connector that this ConnectorProvider supports.Methods in org.odpi.openmetadata.frameworks.connectors with parameters of type ConnectorType Modifier and Type Method Description protected voidConnectorProviderBase. setConnectorTypeProperties(ConnectorType connectorTypeBean)Setter method to enable a subclass to set up the connector type properties that are added to a connection properties object. -
Uses of ConnectorType in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as ConnectorType Modifier and Type Field Description protected ConnectorTypeConnectorTypeProperties. connectorTypeBeanMethods in org.odpi.openmetadata.frameworks.connectors.properties that return ConnectorType Modifier and Type Method Description protected ConnectorTypeConnectorTypeProperties. getConnectorTypeBean()Return the bean - used in cloningConstructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type ConnectorType Constructor Description ConnectorTypeProperties(ConnectorType connectorTypeBean)Bean constructor -
Uses of ConnectorType in org.odpi.openmetadata.frameworks.connectors.properties.beans
Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return ConnectorType Modifier and Type Method Description ConnectorTypeConnection. getConnectorType()Returns a copy of the properties for this connection's connector type.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type ConnectorType Modifier and Type Method Description voidConnection. setConnectorType(ConnectorType connectorType)Set up the connector type properties for this Connection.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type ConnectorType Constructor Description ConnectorType(ConnectorType template)Copy/clone constructor for a connectorType that is not connected to an asset (either directly or indirectly).
-