Class ApplicationConfigurationProperties
- Since:
- 1.7.26
- Author:
- Sunny Yu
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
boolean
Determines whether vendor catalogs can be assigned toApplication.getIsolatedCatalogs()
.void
setAllowVendorCatalogInApplicationIsolatedCatalogs
(boolean allowVendorCatalogInApplicationIsolatedCatalogs) Determines whether vendor catalogs can be assigned toApplication.getIsolatedCatalogs()
.toString()
-
Constructor Details
-
ApplicationConfigurationProperties
public ApplicationConfigurationProperties()
-
-
Method Details
-
isAllowVendorCatalogInApplicationIsolatedCatalogs
public boolean isAllowVendorCatalogInApplicationIsolatedCatalogs()Determines whether vendor catalogs can be assigned toApplication.getIsolatedCatalogs()
.This is to allow a non-marketplace application to have vendor catalogs assigned as
Application.getIsolatedCatalogs()
. Generally, this property should be set to false and all relationships to vendor catalogs should be defined exclusively withMarketplaceApplicationCatalog
, and any additional relationships to non-vendor catalogs should be inApplication.getIsolatedCatalogs()
. -
setAllowVendorCatalogInApplicationIsolatedCatalogs
public void setAllowVendorCatalogInApplicationIsolatedCatalogs(boolean allowVendorCatalogInApplicationIsolatedCatalogs) Determines whether vendor catalogs can be assigned toApplication.getIsolatedCatalogs()
.This is to allow a non-marketplace application to have vendor catalogs assigned as
Application.getIsolatedCatalogs()
. Generally, this property should be set to false and all relationships to vendor catalogs should be defined exclusively withMarketplaceApplicationCatalog
, and any additional relationships to non-vendor catalogs should be inApplication.getIsolatedCatalogs()
. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-