Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.DataAssetElement
-
Packages that use DataAssetElement 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 DataAssetElement in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return DataAssetElement Modifier and Type Method Description DataAssetElementDataAssetExchangeInterface. getDataAssetByGUID(String userId, String assetManagerGUID, String assetManagerName, String openMetadataGUID)Retrieve the asset metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return types with arguments of type DataAssetElement Modifier and Type Method Description List<DataAssetElement>DataAssetExchangeInterface. findDataAssets(String userId, String assetManagerGUID, String assetManagerName, String searchString, int startFrom, int pageSize)Retrieve the list of asset metadata elements that contain the search string.List<DataAssetElement>DataAssetExchangeInterface. getDataAssetsByName(String userId, String assetManagerGUID, String assetManagerName, String name, int startFrom, int pageSize)Retrieve the list of asset metadata elements with a matching qualified or display name.List<DataAssetElement>DataAssetExchangeInterface. getDataAssetsForAssetManager(String userId, String assetManagerGUID, String assetManagerName, int startFrom, int pageSize)Retrieve the list of assets created on behalf of the named asset manager.List<DataAssetElement>DataAssetExchangeInterface. scanDataAssets(String userId, String assetManagerGUID, String assetManagerName, int startFrom, int pageSize)Step through the assets visible to this caller. -
Uses of DataAssetElement in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type DataAssetElement Constructor Description DataAssetElement(DataAssetElement template)Copy/clone constructor -
Uses of DataAssetElement in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return DataAssetElement Modifier and Type Method Description DataAssetElementDataAssetElementResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return types with arguments of type DataAssetElement Modifier and Type Method Description List<DataAssetElement>DataAssetElementsResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type DataAssetElement Modifier and Type Method Description voidDataAssetElementResponse. setElement(DataAssetElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.assetmanager.rest with type arguments of type DataAssetElement Modifier and Type Method Description voidDataAssetElementsResponse. setElementList(List<DataAssetElement> elementList)Set up the metadata element to return.
-