Uses of Class
com.emc.d2fs.models.d2_allowed_files.AllowedFiles
Packages that use AllowedFiles
Package
Description
-
Uses of AllowedFiles in com.emc.d2fs.interfaces
Methods in com.emc.d2fs.interfaces that return AllowedFilesModifier and TypeMethodDescriptionIContentService.getAllowedFiles
(Context context) Return the allow list or deny list of allowed files and which list is being used -
Uses of AllowedFiles in com.emc.d2fs.models.d2_allowed_files
Methods in com.emc.d2fs.models.d2_allowed_files that return AllowedFilesModifier and TypeMethodDescriptionObjectFactory.createAllowedFiles()
Create an instance ofAllowedFiles
Methods in com.emc.d2fs.models.d2_allowed_files that return types with arguments of type AllowedFilesMethods in com.emc.d2fs.models.d2_allowed_files with parameters of type AllowedFiles -
Uses of AllowedFiles in com.emc.d2fs.services.content_service
Methods in com.emc.d2fs.services.content_service that return AllowedFilesModifier and TypeMethodDescriptionGetAllowedFilesResponse.getAllowedFiles()
Gets the value of the allowedFiles property.Methods in com.emc.d2fs.services.content_service with parameters of type AllowedFilesModifier and TypeMethodDescriptionvoid
GetAllowedFilesResponse.setAllowedFiles
(AllowedFiles value) Sets the value of the allowedFiles property. -
Uses of AllowedFiles in com.emc.d2fs.utils
Methods in com.emc.d2fs.utils with parameters of type AllowedFilesModifier and TypeMethodDescriptionstatic boolean
AttributeUtils.isValidFilename
(AllowedFiles allowedFiles, String fileNamePath) Check the ending of the file name against the list of allowed or disallowed endingsstatic boolean
AttributeUtils.isValidFileSize
(AllowedFiles allowedFiles, Long fileSize) Check the file size against the max size