Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.EndpointProperties
-
Packages that use EndpointProperties Package Description org.odpi.openmetadata.accessservices.datamanager.api org.odpi.openmetadata.accessservices.datamanager.metadataelements org.odpi.openmetadata.accessservices.datamanager.properties org.odpi.openmetadata.accessservices.datamanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of EndpointProperties in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api with parameters of type EndpointProperties Modifier and Type Method Description StringConnectionManagerInterface. createEndpoint(String userId, String dataManagerGUID, String dataManagerName, EndpointProperties endpointProperties)Create a new metadata element to represent the endpoint.voidConnectionManagerInterface. updateEndpoint(String userId, String dataManagerGUID, String dataManagerName, boolean isMergeUpdate, String endpointGUID, EndpointProperties endpointProperties)Update the metadata element representing a endpoint. -
Uses of EndpointProperties in org.odpi.openmetadata.accessservices.datamanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.datamanager.metadataelements that return EndpointProperties Modifier and Type Method Description EndpointPropertiesEndpointElement. getEndpointProperties()Return the properties for the endpoint.Methods in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type EndpointProperties Modifier and Type Method Description voidEndpointElement. setEndpointProperties(EndpointProperties endpointProperties)Set up the properties for the endpoint. -
Uses of EndpointProperties in org.odpi.openmetadata.accessservices.datamanager.properties
Constructors in org.odpi.openmetadata.accessservices.datamanager.properties with parameters of type EndpointProperties Constructor Description EndpointProperties(EndpointProperties template)Copy/clone constructor for an Endpoint. -
Uses of EndpointProperties in org.odpi.openmetadata.accessservices.datamanager.rest
Subclasses of EndpointProperties in org.odpi.openmetadata.accessservices.datamanager.rest Modifier and Type Class Description classEndpointRequestBodyEndpointRequestBody carries the parameters for describing an endpoint.Constructors in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type EndpointProperties Constructor Description EndpointRequestBody(EndpointProperties template)Copy/clone constructor
-