public class AsmProfileDataServiceClientAdapter extends java.lang.Object implements AsmProfileDataServiceClient
| Constructor and Description |
|---|
AsmProfileDataServiceClientAdapter() |
| Modifier and Type | Method and Description |
|---|---|
AsmProfileDataServiceClient |
getAdaptee() |
protected ApiRegistryClientService |
getApiRegistryClientService() |
Profile |
getProfile(java.lang.String id)
Read profile data from yaas profile service.
|
Profile |
getProfile(java.lang.String id,
java.lang.String fields)
Read profile data from yaas profile service.
|
<any> |
getProfileAsync(java.lang.String id)
Read profile data from yaas profile service.
|
<any> |
getProfileAsync(java.lang.String id,
java.lang.String fields)
Read profile data from yaas profile service.
|
void |
setApiRegistryClientService(ApiRegistryClientService apiRegistryClientService) |
public Profile getProfile(java.lang.String id)
AsmProfileDataServiceClientgetProfile in interface AsmProfileDataServiceClientid - Profile identifierpublic Profile getProfile(java.lang.String id, java.lang.String fields)
AsmProfileDataServiceClientgetProfile in interface AsmProfileDataServiceClientid - Profile identifierfields - List of fields which should be read from profile service separated by comma.public <any> getProfileAsync(java.lang.String id)
AsmProfileDataServiceClientgetProfileAsync in interface AsmProfileDataServiceClientid - Profile identifierpublic <any> getProfileAsync(java.lang.String id,
java.lang.String fields)
AsmProfileDataServiceClientgetProfileAsync in interface AsmProfileDataServiceClientid - Profile identifierfields - List of fields which should be read from profile service separated by comma.public AsmProfileDataServiceClient getAdaptee()
protected ApiRegistryClientService getApiRegistryClientService()
public void setApiRegistryClientService(ApiRegistryClientService apiRegistryClientService)
Copyright © 2018 SAP SE. All Rights Reserved.