Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.properties.EndpointProperties
-
Packages that use EndpointProperties Package Description org.odpi.openmetadata.accessservices.digitalarchitecture.api The API package defines the Java interfaces supported by the Digital Architecture OMAS.org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.digitalarchitecture.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of EndpointProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.api
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.api with parameters of type EndpointProperties Modifier and Type Method Description StringManageConnections. createEndpoint(String userId, EndpointProperties endpointProperties)Create a new metadata element to represent the endpoint.voidManageConnections. updateEndpoint(String userId, boolean isMergeUpdate, String endpointGUID, EndpointProperties endpointProperties)Update the metadata element representing a endpoint. -
Uses of EndpointProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements that return EndpointProperties Modifier and Type Method Description EndpointPropertiesEndpointElement. getEndpointProperties()Return the properties for the endpoint.Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.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.digitalarchitecture.properties
Constructors in org.odpi.openmetadata.accessservices.digitalarchitecture.properties with parameters of type EndpointProperties Constructor Description EndpointProperties(EndpointProperties template)Copy/clone constructor for an Endpoint.
-