Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.ConnectionProperties
-
Packages that use ConnectionProperties 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 ConnectionProperties in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type ConnectionProperties Modifier and Type Method Description StringConnectionExchangeInterface. createConnection(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, ExternalIdentifierProperties externalIdentifierProperties, ConnectionProperties connectionProperties)Create a new metadata element to represent the connection.voidConnectionExchangeInterface. updateConnection(String userId, String assetManagerGUID, String assetManagerName, String connectionGUID, String connectionExternalIdentifier, boolean isMergeUpdate, ConnectionProperties connectionProperties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Update the metadata element representing a connection. -
Uses of ConnectionProperties in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return ConnectionProperties Modifier and Type Method Description ConnectionPropertiesConnectionElement. getConnectionProperties()Return the properties for the connection.Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type ConnectionProperties Modifier and Type Method Description voidConnectionElement. setConnectionProperties(ConnectionProperties connectionProperties)Set up the properties for the connection. -
Uses of ConnectionProperties in org.odpi.openmetadata.accessservices.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type ConnectionProperties Constructor Description ConnectionProperties(ConnectionProperties template)Copy/clone Constructor to return a copy of a connection object. -
Uses of ConnectionProperties in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return ConnectionProperties Modifier and Type Method Description ConnectionPropertiesConnectionRequestBody. getElementProperties()Return the properties for the element.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type ConnectionProperties Modifier and Type Method Description voidConnectionRequestBody. setElementProperties(ConnectionProperties elementProperties)Set up the properties for the element.
-