Uses of Class
org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectionElement
-
Packages that use ConnectionElement Package Description org.odpi.openmetadata.accessservices.assetowner.api This package provides the definition of the Java API for the Asset Owner OMAS.org.odpi.openmetadata.accessservices.assetowner.metadataelements org.odpi.openmetadata.accessservices.assetowner.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ConnectionElement in org.odpi.openmetadata.accessservices.assetowner.api
Methods in org.odpi.openmetadata.accessservices.assetowner.api that return ConnectionElement Modifier and Type Method Description ConnectionElementAssetConnectionManagementInterface. getConnectionByGUID(String userId, String connectionGUID)Retrieve the connection metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.assetowner.api that return types with arguments of type ConnectionElement Modifier and Type Method Description List<ConnectionElement>AssetConnectionManagementInterface. findConnections(String userId, String searchString, int startFrom, int pageSize)Retrieve the list of asset metadata elements that contain the search string.List<ConnectionElement>AssetConnectionManagementInterface. getConnectionsByName(String userId, String name, int startFrom, int pageSize)Retrieve the list of asset metadata elements with a matching qualified or display name.List<ConnectionElement>AssetConnectionManagementInterface. scanConnections(String userId, int startFrom, int pageSize)Step through the connections visible to this caller. -
Uses of ConnectionElement in org.odpi.openmetadata.accessservices.assetowner.metadataelements
Constructors in org.odpi.openmetadata.accessservices.assetowner.metadataelements with parameters of type ConnectionElement Constructor Description ConnectionElement(ConnectionElement template)Copy/clone constructor -
Uses of ConnectionElement in org.odpi.openmetadata.accessservices.assetowner.rest
Methods in org.odpi.openmetadata.accessservices.assetowner.rest that return ConnectionElement Modifier and Type Method Description ConnectionElementConnectionResponse. getElement()Return the metadata element.Methods in org.odpi.openmetadata.accessservices.assetowner.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.assetowner.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.assetowner.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.
-