Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.EndpointProperties
-
Packages that use EndpointProperties Package Description org.odpi.openmetadata.accessservices.assetmanager.api This package contains the different interfaces of the asset manager.org.odpi.openmetadata.accessservices.assetmanager.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.assetmanager.properties These beans describe the core properties that are passed to the server to create and update metadata.org.odpi.openmetadata.accessservices.assetmanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of EndpointProperties in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type EndpointProperties Modifier and Type Method Description StringConnectionExchangeInterface. createEndpoint(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, ExternalIdentifierProperties externalIdentifierProperties, EndpointProperties endpointProperties)Create a new metadata element to represent the endpoint.voidConnectionExchangeInterface. updateEndpoint(String userId, String assetManagerGUID, String assetManagerName, String endpointGUID, String endpointExternalIdentifier, boolean isMergeUpdate, EndpointProperties endpointProperties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Update the metadata element representing an endpoint. -
Uses of EndpointProperties in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return EndpointProperties Modifier and Type Method Description EndpointPropertiesEndpointElement. getEndpointProperties()Return the properties for the endpoint.Methods in org.odpi.openmetadata.accessservices.assetmanager.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.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.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.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return EndpointProperties Modifier and Type Method Description EndpointPropertiesEndpointRequestBody. getElementProperties()Return the properties for the element.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type EndpointProperties Modifier and Type Method Description voidEndpointRequestBody. setElementProperties(EndpointProperties elementProperties)Set up the properties for the element.
-