Package org.opencms.ade.upload
Interface I_CmsUploadRestriction
- All Superinterfaces:
I_CmsConfigurationParameterHandler
,I_CmsNeedsAdminCmsObject
- All Known Implementing Classes:
CmsDefaultUploadRestriction
public interface I_CmsUploadRestriction
extends I_CmsConfigurationParameterHandler, I_CmsNeedsAdminCmsObject
Interface that provides upload restriction information, based on which upload buttons may be disabled or restricted to specific types.
-
Field Summary
Fields inherited from interface org.opencms.configuration.I_CmsConfigurationParameterHandler
ADD_PARAMETER_METHOD, INIT_CONFIGURATION_METHOD
-
Method Summary
Modifier and TypeMethodDescriptionGets the upload restriction information for the given CMS contextMethods inherited from interface org.opencms.configuration.I_CmsConfigurationParameterHandler
addConfigurationParameter, getConfiguration, initConfiguration
Methods inherited from interface org.opencms.configuration.I_CmsNeedsAdminCmsObject
setAdminCmsObject
-
Method Details
-
getUploadRestrictionInfo
Gets the upload restriction information for the given CMS context- Parameters:
cms
- the CMS context- Returns:
- the upload restriction information
-