public class QuickLinksProfile extends Object
For each link, filters are evaluated bottom up: component level filters take priority to service level filters and service level filters take priority to global filters.
When a quick link profile is set in Ambari, then each quick link's visibility flag is updated according to the profile
before being returned by QuickLinkArtifactResourceProvider.
When no profile is set, all quick link's visibility flat will be set to true by the provider
| Modifier and Type | Field and Description |
|---|---|
static String |
SETTING_NAME_QUICKLINKS_PROFILE
The name of the Ambari setting that stores the quick links profile
|
static String |
SETTING_TYPE_AMBARI_SERVER
The type of the Ambari setting that stores the quick links profile
|
| Constructor and Description |
|---|
QuickLinksProfile() |
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
getFilters() |
List<Service> |
getServices() |
void |
setFilters(List<Filter> filters) |
void |
setServices(List<Service> services) |
public static final String SETTING_NAME_QUICKLINKS_PROFILE
public static final String SETTING_TYPE_AMBARI_SERVER
Copyright © 2022 Apache Software Foundation. All rights reserved.