Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.ConnectorTypeProperties
-
Packages that use ConnectorTypeProperties Package Description org.odpi.openmetadata.frameworks.connectors org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of ConnectorTypeProperties in org.odpi.openmetadata.frameworks.connectors
Methods in org.odpi.openmetadata.frameworks.connectors that return ConnectorTypeProperties Modifier and Type Method Description abstract ConnectorTypePropertiesConnectorProvider. getConnectorTypeProperties()Returns the properties about the type of connector that this ConnectorTypeManager supports.ConnectorTypePropertiesConnectorProviderBase. getConnectorTypeProperties()Returns the properties about the type of connector that this Connector Provider supports. -
Uses of ConnectorTypeProperties in org.odpi.openmetadata.frameworks.connectors.properties
Methods in org.odpi.openmetadata.frameworks.connectors.properties that return ConnectorTypeProperties Modifier and Type Method Description ConnectorTypePropertiesConnectionProperties. getConnectorType()Returns a copy of the properties for this connection's connector type.ConnectorTypePropertiesVirtualConnectionProperties. getConnectorType()Returns a copy of the properties for this connection's connector type.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type ConnectorTypeProperties Constructor Description ConnectorTypeProperties(ConnectorTypeProperties templateConnectorType)Copy/clone constructor for a connectorType that is connected to an asset (either directly or indirectly).
-