Uses of Class
org.opencms.ade.galleries.CmsAddContentRestriction
Package
Description
Contains the ade configuration classes.
Contains server side classes for the gallery dialogs.
-
Uses of CmsAddContentRestriction in org.opencms.ade.configuration
Modifier and TypeMethodDescriptionCmsADEConfigData.getAddContentRestriction()
Gets the 'add content' restriction for this configuration.CmsADEConfigDataInternal.getAddContentRestriction()
Gets the restrictions for the 'Add content' dialog.ModifierConstructorDescriptionCmsADEConfigDataInternal
(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. -
Uses of CmsAddContentRestriction in org.opencms.ade.galleries
Modifier and TypeFieldDescriptionstatic final CmsAddContentRestriction
CmsAddContentRestriction.EMPTY
Empty configuration.Modifier and TypeMethodDescriptionCmsAddContentRestriction.merge
(CmsAddContentRestriction child) Merges this configuration and a child configuration into a new configuration object, where an entry for a type in the child overrides an entry for the same type in the parent.static CmsAddContentRestriction
CmsAddContentRestriction.read
(CmsObject cms, I_CmsXmlContentLocation parent, String nodeName) Reads a content restriction from an XML content.Modifier and TypeMethodDescriptionCmsAddContentRestriction.merge
(CmsAddContentRestriction child) Merges this configuration and a child configuration into a new configuration object, where an entry for a type in the child overrides an entry for the same type in the parent.