Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.EndpointProperties
-
Packages that use EndpointProperties Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of EndpointProperties in org.odpi.openmetadata.frameworks.connectors.properties
Methods in org.odpi.openmetadata.frameworks.connectors.properties that return EndpointProperties Modifier and Type Method Description EndpointPropertiesConnectionProperties. getEndpoint()Returns a copy of the properties for this connection's endpoint.EndpointPropertiesVirtualConnectionProperties. getEndpoint()Returns a copy of the properties for this connection's endpoint.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type EndpointProperties Constructor Description EndpointProperties(AssetDescriptor parentAsset, EndpointProperties templateEndpoint)Copy/clone constructor for an Endpoint that is connected to an Asset (either directly or indirectly).EndpointProperties(EndpointProperties templateEndpoint)Copy/clone constructor for an Endpoint that is connected to an Asset (either directly or indirectly).
-