Uses of Interface
org.opencms.ade.upload.I_CmsUploadRestriction
Packages that use I_CmsUploadRestriction
Package
Description
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
-
Uses of I_CmsUploadRestriction in org.opencms.ade.upload
Classes in org.opencms.ade.upload that implement I_CmsUploadRestrictionModifier and TypeClassDescriptionclassDefault implementation for upload restrictions uses restriction entries from opencms-workplace.xml.Methods in org.opencms.ade.upload that return I_CmsUploadRestrictionModifier and TypeMethodDescriptionstatic I_CmsUploadRestrictionCmsDefaultUploadRestriction.unrestricted()Utility method for creating an upload restriction that doesn't restrict anything. -
Uses of I_CmsUploadRestriction in org.opencms.workplace
Methods in org.opencms.workplace that return I_CmsUploadRestrictionModifier and TypeMethodDescriptionCmsWorkplaceManager.getUploadRestriction()Gets the upload restriction.Methods in org.opencms.workplace with parameters of type I_CmsUploadRestrictionModifier and TypeMethodDescriptionvoidCmsWorkplaceManager.setUploadRestriction(I_CmsUploadRestriction uploadRestriction) Sets the upload restriciton.