public class CxApplicationPropertyResolver
extends ApplicationPropertyResolver
| Modifier and Type | Field and Description |
|---|---|
static String |
PROJECT_ID_KEY |
| Constructor and Description |
|---|
CxApplicationPropertyResolver(YaasConfigurationService yaasConfig) |
CxApplicationPropertyResolver(YaasConfigurationService yaasConfig,
String appId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(String key) |
protected String |
getProjectId() |
protected Tenant |
getTenant() |
String |
lookup(String key) |
protected String |
lookupProjectId(String key) |
protected Optional<YaasApplicationModel> |
model() |
void |
postConstruct() |
<T> T |
runInTenant(Callable<T> callable,
T defaultValue) |
public static final String PROJECT_ID_KEY
public CxApplicationPropertyResolver(YaasConfigurationService yaasConfig)
public CxApplicationPropertyResolver(YaasConfigurationService yaasConfig,
String appId)
@PostConstruct public void postConstruct()
public boolean contains(String key)
protected String getProjectId()
protected Optional<YaasApplicationModel> model()
public <T> T runInTenant(Callable<T> callable, T defaultValue)
protected Tenant getTenant()
Copyright © 2000-2016 SAP SE. All Rights Reserved.