Uses of Class
org.odpi.openmetadata.accessservices.assetowner.metadataelements.AssetElement
-
Packages that use AssetElement 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 AssetElement in org.odpi.openmetadata.accessservices.assetowner.api
Methods in org.odpi.openmetadata.accessservices.assetowner.api that return AssetElement Modifier and Type Method Description AssetElementAssetReviewInterface. getAssetSummary(String userId, String assetGUID)Return the basic attributes of an asset.Methods in org.odpi.openmetadata.accessservices.assetowner.api that return types with arguments of type AssetElement Modifier and Type Method Description List<AssetElement>AssetReviewInterface. findAssets(String userId, String searchString, int startFrom, int pageSize)Return a list of assets with the requested search string in their name, qualified name or description.List<AssetElement>AssetReviewInterface. getAssetsByName(String userId, String name, int startFrom, int pageSize)Return a list of assets with the requested name. -
Uses of AssetElement in org.odpi.openmetadata.accessservices.assetowner.metadataelements
Constructors in org.odpi.openmetadata.accessservices.assetowner.metadataelements with parameters of type AssetElement Constructor Description AssetElement(AssetElement template)Copy/clone constructor -
Uses of AssetElement in org.odpi.openmetadata.accessservices.assetowner.rest
Methods in org.odpi.openmetadata.accessservices.assetowner.rest that return AssetElement Modifier and Type Method Description AssetElementAssetElementResponse. getAsset()Return the asset result.Methods in org.odpi.openmetadata.accessservices.assetowner.rest that return types with arguments of type AssetElement Modifier and Type Method Description List<AssetElement>AssetElementsResponse. getAssets()Return the list of assets in the response.Methods in org.odpi.openmetadata.accessservices.assetowner.rest with parameters of type AssetElement Modifier and Type Method Description voidAssetElementResponse. setAsset(AssetElement asset)Set up the asset result.Method parameters in org.odpi.openmetadata.accessservices.assetowner.rest with type arguments of type AssetElement Modifier and Type Method Description voidAssetElementsResponse. setAssets(List<AssetElement> assets)Set up the list of assets for the response.
-