Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ConnectionElement
-
Packages that use ConnectionElement 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.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ConnectionElement in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return ConnectionElement Modifier and Type Method Description ConnectionElementConnectionExchangeInterface. getConnectionByGUID(String userId, String assetManagerGUID, String assetManagerName, String connectionGUID, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the connection metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return types with arguments of type ConnectionElement Modifier and Type Method Description List<ConnectionElement>ConnectionExchangeInterface. findConnections(String userId, String assetManagerGUID, String assetManagerName, String searchString, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the list of asset metadata elements that contain the search string.List<ConnectionElement>ConnectionExchangeInterface. getConnectionsByName(String userId, String assetManagerGUID, String assetManagerName, String name, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the list of asset metadata elements with a matching qualified or display name.List<ConnectionElement>ConnectionExchangeInterface. getConnectionsForAssetManager(String userId, String assetManagerGUID, String assetManagerName, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the list of assets created on behalf of the named asset manager. -
Uses of ConnectionElement in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type ConnectionElement Constructor Description ConnectionElement(ConnectionElement template)Copy/clone constructor -
Uses of ConnectionElement in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return ConnectionElement Modifier and Type Method Description ConnectionElementConnectionResponse. getElement()Return the metadata element.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return types with arguments of type ConnectionElement Modifier and Type Method Description List<ConnectionElement>ConnectionsResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type ConnectionElement Modifier and Type Method Description voidConnectionResponse. setElement(ConnectionElement element)Set up the metadata element to return.Method parameters in org.odpi.openmetadata.accessservices.assetmanager.rest with type arguments of type ConnectionElement Modifier and Type Method Description voidConnectionsResponse. setElementList(List<ConnectionElement> elementList)Set up the list of metadata elements to return.
-