| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.communityprofile.api |
The Community Profile Open Metadata Access Service (OMAS) is used by tools and administrators to
maintain information associated with individuals and communities.
|
| org.odpi.openmetadata.accessservices.communityprofile.properties | |
| org.odpi.openmetadata.accessservices.communityprofile.rest |
This package defines the beans used to build the REST request and response payloads.
|
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
AssetCollectionMember(AssetCollectionMember template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<AssetCollectionMember> |
AssetListResponse.getAssets()
Return the list of assets in the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssetListResponse.setAssets(List<AssetCollectionMember> assets)
Set up the list of assets for the response.
|
Copyright © 2018–2020 ODPi. All rights reserved.