Package com.day.cq.dam.commons.util
Interface DamConfigurationConstants
-
public interface DamConfigurationConstantsTheTenantConstantsinterface defines tenant specific properties/constants
-
-
Field Summary
Fields Modifier and Type Field Description static StringADMIN_UI_EXTENSION_CONF_RELPATHrelative path to Conf item for extensions to admin uistatic StringADMIN_UI_OOTB_CONF_RELPATHrelative path to Conf item for admin ui configurationsstatic StringDAM_ALL_USERS_GROUP_IDproperty for group id for all users of a specific tenant.static StringDAM_ASSETS_ROOTproperty for tenant specific repository path (mount point) for assets e.g.static StringDAM_COLLECTION_HOMEproperty for repository path of collection home of tenantsstatic StringDAM_GQL_FACETS_ROOTproperty for gql facets root path of tenantstatic StringDAM_SEARCH_FACETS_PREVIEW_PATHproperty for repository path to keep data for preview of search facets e.g.static StringDAM_TENANT_USER_HOMEproperty for repository path of user home of tenants e.g.static StringDEFAULT_FOLDER_METADATA_SCHEMA_HOMEstatic StringDEFAULT_IMAGE_PROFILE_HOMEstatic StringDEFAULT_METADATA_PROFILE_HOMEDefault repository paths of various admin application customizationstatic StringDEFAULT_METADATA_SCHEMA_HOMEstatic StringDEFAULT_METADATA_SCHEMA_NAMEstatic StringDEFAULT_NUI_PROFILE_HOMEDefault repository path for NUI processing profilesstatic StringDYNAMICMEDIAconf properties for DynamicMediastatic StringFOLDER_METADATA_SCHEMA_HOMEstatic StringIMAGE_PROFILE_HOMEstatic StringMARKETING_CLOUD_REDIRECT_CONFIGrepository path to store marketing cloud related information like marketing cloud urlstatic StringMETADATA_PROFILE_HOMEconf properties representing paths for various admin application customization homestatic StringMETADATA_SCHEMA_HOMEstatic StringOOTB_FOLDER_METADATA_SCHEMA_FORM_HOMEstatic StringOOTB_METADATA_SCHEMA_FORM_HOMEDefault repository paths of various admin application configurations provided OOTBstatic StringUPLOAD_STATUS_POLL_INTERVAL_CONFIG
-
-
-
Field Detail
-
DAM_ALL_USERS_GROUP_ID
static final String DAM_ALL_USERS_GROUP_ID
property for group id for all users of a specific tenant. e.g. mac-geometrixx-all- See Also:
- Constant Field Values
-
DAM_ASSETS_ROOT
static final String DAM_ASSETS_ROOT
property for tenant specific repository path (mount point) for assets e.g. /content/dam/mac/geometrixx- See Also:
- Constant Field Values
-
DAM_TENANT_USER_HOME
static final String DAM_TENANT_USER_HOME
property for repository path of user home of tenants e.g. /home/users/mac/geometrixx- See Also:
- Constant Field Values
-
DAM_COLLECTION_HOME
static final String DAM_COLLECTION_HOME
property for repository path of collection home of tenants- See Also:
- Constant Field Values
-
DAM_GQL_FACETS_ROOT
static final String DAM_GQL_FACETS_ROOT
property for gql facets root path of tenant- See Also:
- Constant Field Values
-
DAM_SEARCH_FACETS_PREVIEW_PATH
static final String DAM_SEARCH_FACETS_PREVIEW_PATH
property for repository path to keep data for preview of search facets e.g. /var/geometrixx/dam/content/customsearch/facets/preview- See Also:
- Constant Field Values
-
MARKETING_CLOUD_REDIRECT_CONFIG
static final String MARKETING_CLOUD_REDIRECT_CONFIG
repository path to store marketing cloud related information like marketing cloud url- See Also:
- Constant Field Values
-
ADMIN_UI_OOTB_CONF_RELPATH
static final String ADMIN_UI_OOTB_CONF_RELPATH
relative path to Conf item for admin ui configurations- See Also:
- Constant Field Values
-
ADMIN_UI_EXTENSION_CONF_RELPATH
static final String ADMIN_UI_EXTENSION_CONF_RELPATH
relative path to Conf item for extensions to admin ui- See Also:
- Constant Field Values
-
METADATA_PROFILE_HOME
static final String METADATA_PROFILE_HOME
conf properties representing paths for various admin application customization home- See Also:
- Constant Field Values
-
IMAGE_PROFILE_HOME
static final String IMAGE_PROFILE_HOME
- See Also:
- Constant Field Values
-
METADATA_SCHEMA_HOME
static final String METADATA_SCHEMA_HOME
- See Also:
- Constant Field Values
-
FOLDER_METADATA_SCHEMA_HOME
static final String FOLDER_METADATA_SCHEMA_HOME
- See Also:
- Constant Field Values
-
DEFAULT_METADATA_PROFILE_HOME
static final String DEFAULT_METADATA_PROFILE_HOME
Default repository paths of various admin application customization- See Also:
- Constant Field Values
-
DEFAULT_IMAGE_PROFILE_HOME
static final String DEFAULT_IMAGE_PROFILE_HOME
- See Also:
- Constant Field Values
-
DEFAULT_METADATA_SCHEMA_NAME
static final String DEFAULT_METADATA_SCHEMA_NAME
- See Also:
- Constant Field Values
-
DEFAULT_METADATA_SCHEMA_HOME
static final String DEFAULT_METADATA_SCHEMA_HOME
- See Also:
- Constant Field Values
-
DEFAULT_FOLDER_METADATA_SCHEMA_HOME
static final String DEFAULT_FOLDER_METADATA_SCHEMA_HOME
- See Also:
- Constant Field Values
-
OOTB_METADATA_SCHEMA_FORM_HOME
static final String OOTB_METADATA_SCHEMA_FORM_HOME
Default repository paths of various admin application configurations provided OOTB- See Also:
- Constant Field Values
-
OOTB_FOLDER_METADATA_SCHEMA_FORM_HOME
static final String OOTB_FOLDER_METADATA_SCHEMA_FORM_HOME
- See Also:
- Constant Field Values
-
DYNAMICMEDIA
static final String DYNAMICMEDIA
conf properties for DynamicMedia- See Also:
- Constant Field Values
-
UPLOAD_STATUS_POLL_INTERVAL_CONFIG
static final String UPLOAD_STATUS_POLL_INTERVAL_CONFIG
- See Also:
- Constant Field Values
-
DEFAULT_NUI_PROFILE_HOME
static final String DEFAULT_NUI_PROFILE_HOME
Default repository path for NUI processing profiles- See Also:
- Constant Field Values
-
-