Uses of Class
org.odpi.openmetadata.accessservices.assetowner.properties.EndpointProperties
-
Packages that use EndpointProperties Package Description org.odpi.openmetadata.accessservices.assetowner.api The API package defines the Java interfaces supported by the Asset Owner OMAS.org.odpi.openmetadata.accessservices.assetowner.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.assetowner.properties This package provides the properties used to create different types of instances for an asset and its attachments. -
-
Uses of EndpointProperties in org.odpi.openmetadata.accessservices.assetowner.api
Methods in org.odpi.openmetadata.accessservices.assetowner.api with parameters of type EndpointProperties Modifier and Type Method Description StringAssetConnectionManagementInterface. createEndpoint(String userId, EndpointProperties endpointProperties)Create a new metadata element to represent the endpoint.voidAssetConnectionManagementInterface. updateEndpoint(String userId, boolean isMergeUpdate, String endpointGUID, EndpointProperties endpointProperties)Update the metadata element representing a endpoint. -
Uses of EndpointProperties in org.odpi.openmetadata.accessservices.assetowner.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetowner.metadataelements that return EndpointProperties Modifier and Type Method Description EndpointPropertiesEndpointElement. getEndpointProperties()Return the properties for the endpoint.Methods in org.odpi.openmetadata.accessservices.assetowner.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.assetowner.properties
Constructors in org.odpi.openmetadata.accessservices.assetowner.properties with parameters of type EndpointProperties Constructor Description EndpointProperties(EndpointProperties template)Copy/clone constructor for an Endpoint.
-