Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.AssetCollectionMember
-
Packages that use AssetCollectionMember Package Description org.odpi.openmetadata.accessservices.communityprofile.api The API package defines the Java interfaces supported by the Community Profile OMAS.org.odpi.openmetadata.accessservices.communityprofile.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.communityprofile.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of AssetCollectionMember in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api that return types with arguments of type AssetCollectionMember Modifier and Type Method Description List<AssetCollectionMember>MyFavouriteCollectionsInterface. getMyAssets(String userId, int startFrom, int pageSize)Return a list of assets that the specified user has added to their favorites list. -
Uses of AssetCollectionMember in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Constructors in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type AssetCollectionMember Constructor Description AssetCollectionMember(AssetCollectionMember template)Copy/clone constructor -
Uses of AssetCollectionMember in org.odpi.openmetadata.accessservices.communityprofile.rest
Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return types with arguments of type AssetCollectionMember Modifier and Type Method Description List<AssetCollectionMember>AssetListResponse. getAssets()Return the list of assets in the response.Method parameters in org.odpi.openmetadata.accessservices.communityprofile.rest with type arguments of type AssetCollectionMember Modifier and Type Method Description voidAssetListResponse. setAssets(List<AssetCollectionMember> assets)Set up the list of assets for the response.
-