Uses of Class
org.opencms.ade.configuration.CmsADEConfigDataInternal.ConfigReference
Packages that use CmsADEConfigDataInternal.ConfigReference
-
Uses of CmsADEConfigDataInternal.ConfigReference in org.opencms.ade.configuration
Fields in org.opencms.ade.configuration with type parameters of type CmsADEConfigDataInternal.ConfigReferenceModifier and TypeFieldDescriptionprotected List<CmsADEConfigDataInternal.ConfigReference>
CmsADEConfigDataInternal.m_masterConfigs
The master configuration structure ids.Methods in org.opencms.ade.configuration that return types with arguments of type CmsADEConfigDataInternal.ConfigReferenceModifier and TypeMethodDescriptionCmsADEConfigDataInternal.getMasterConfigs()
Gets the structure ids of the master configuration files.Constructor parameters in org.opencms.ade.configuration with type arguments of type CmsADEConfigDataInternal.ConfigReferenceModifierConstructorDescriptionCmsADEConfigDataInternal
(CmsObject cms, CmsResource resource, boolean isModuleConfig, String basePath, List<CmsADEConfigDataInternal.ConfigReference> masterConfigs, List<CmsResourceTypeConfig> resourceTypeConfig, CmsGalleryDisabledTypesMode galleryDisabledTypesMode, CmsGalleryDisabledTypesMode galleryDisabledFunctionsMode, boolean discardInheritedTypes, List<CmsPropertyConfig> propertyConfig, org.opencms.ade.configuration.CmsConfigurationReader.DiscardPropertiesMode discardPropertiesMode, List<CmsDetailPageInfo> detailPageInfos, List<CmsModelPageConfigWithoutResource> modelPages, List<CmsFunctionReference> functionReferences, boolean discardInheritedModelPages, boolean createContentsLocally, boolean preferDetailPagesForLocalContents, boolean excludeExternalDetailContents, boolean includeInSiteSelector, CmsFormatterChangeSet formatterChangeSet, boolean removeAllFunctions, Set<CmsUUID> functionIds, Set<CmsUUID> functionsToRemove, boolean removeAllPlugins, Set<CmsUUID> addedPlugins, Set<CmsUUID> removedPlugins, Boolean useFormatterKeys, CmsTypeOrderingMode orderingMode, CmsAddContentRestriction restriction, CmsUUID sharedSettingOverride, boolean removeSharedSettingOverrides, CmsUUID attributeEditorConfigId, Map<String, String> attributes) Creates a new configuration data instance.protected
CmsADEConfigDataInternal
(CmsResource resource, boolean isModuleConfig, String basePath, List<CmsADEConfigDataInternal.ConfigReference> masterConfigs, List<CmsResourceTypeConfig> resourceTypeConfig, boolean discardInheritedTypes, List<CmsPropertyConfig> propertyConfig, org.opencms.ade.configuration.CmsConfigurationReader.DiscardPropertiesMode discardPropertiesMode, List<CmsDetailPageInfo> detailPageInfos, List<CmsModelPageConfig> modelPages, List<CmsFunctionReference> functionReferences, boolean discardInheritedModelPages, boolean createContentsLocally, boolean preferDetailPagesForLocalContents, boolean excludeExternalDetailContents, boolean includeInSiteSelector, CmsFormatterChangeSet formatterChangeSet, boolean removeAllFunctions, Set<CmsUUID> functionIds) Creates a new configuration data instance.