public class AsmProfileDataServiceClientAdapter extends java.lang.Object implements AsmProfileDataServiceClient
| Constructor and Description |
|---|
AsmProfileDataServiceClientAdapter() |
| Modifier and Type | Method and Description |
|---|---|
AsmProfileDataServiceClient |
getAdaptee() |
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.
|
protected YaasServiceFactory |
getYaasServiceFactory() |
void |
setYaasServiceFactory(YaasServiceFactory yaasServiceFactory) |
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 YaasServiceFactory getYaasServiceFactory()
public void setYaasServiceFactory(YaasServiceFactory yaasServiceFactory)
Copyright © 2018 SAP SE. All Rights Reserved.