A G O V 
All Classes All Packages

A

AttachmentAccessWrapper - Interface in org.xwiki.attachment
Provides the metadata required to access an attachment without depending on a specific implementation.
AttachmentValidationConfiguration - Interface in org.xwiki.attachment.validation
Configuration values for the attachment validation.
AttachmentValidationException - Exception in org.xwiki.attachment.validation
Exception thrown in case of error while validating an attachment.
AttachmentValidationException(String, int, String) - Constructor for exception org.xwiki.attachment.validation.AttachmentValidationException
Construct a new exception with a message, an http status and a translation key.
AttachmentValidationException(String, int, String, String) - Constructor for exception org.xwiki.attachment.validation.AttachmentValidationException
Construct a new exception with the specified detail message.
AttachmentValidationException(String, int, String, List<Object>, String) - Constructor for exception org.xwiki.attachment.validation.AttachmentValidationException
Construct a new exception with the specific error message, the http status corresponding to this error, a translation key to localization this error and its parameters.
AttachmentValidationException(String, Throwable, int, String) - Constructor for exception org.xwiki.attachment.validation.AttachmentValidationException
Contruct a new exception with a message and a cause, plus an http status and a translation key.
AttachmentValidationScriptService - Class in org.xwiki.attachment.validation
Script service for the attachment validation.
AttachmentValidationScriptService() - Constructor for class org.xwiki.attachment.validation.AttachmentValidationScriptService
 
AttachmentValidationStep - Interface in org.xwiki.attachment.validation
One attachment validation step.
AttachmentValidator - Interface in org.xwiki.attachment.validation
Provide the operations to validate an attachment.

G

getAllowedMimetypes() - Method in interface org.xwiki.attachment.validation.AttachmentValidationConfiguration
 
getAllowedMimetypes() - Method in class org.xwiki.attachment.validation.AttachmentValidationScriptService
 
getAllowedMimetypes(DocumentReference) - Method in interface org.xwiki.attachment.validation.AttachmentValidationConfiguration
 
getAllowedMimetypes(DocumentReference) - Method in class org.xwiki.attachment.validation.AttachmentValidationScriptService
 
getBlockerMimetypes() - Method in interface org.xwiki.attachment.validation.AttachmentValidationConfiguration
 
getBlockerMimetypes() - Method in class org.xwiki.attachment.validation.AttachmentValidationScriptService
 
getBlockerMimetypes(DocumentReference) - Method in interface org.xwiki.attachment.validation.AttachmentValidationConfiguration
 
getBlockerMimetypes(DocumentReference) - Method in class org.xwiki.attachment.validation.AttachmentValidationScriptService
 
getContextMessage() - Method in exception org.xwiki.attachment.validation.AttachmentValidationException
 
getFileName() - Method in interface org.xwiki.attachment.AttachmentAccessWrapper
 
getHttpStatus() - Method in exception org.xwiki.attachment.validation.AttachmentValidationException
 
getInputStream() - Method in interface org.xwiki.attachment.AttachmentAccessWrapper
 
getMaxUploadSize(EntityReference) - Method in interface org.xwiki.attachment.validation.AttachmentValidationConfiguration
 
getSize() - Method in interface org.xwiki.attachment.AttachmentAccessWrapper
 
getTranslationKey() - Method in exception org.xwiki.attachment.validation.AttachmentValidationException
 
getTranslationParameters() - Method in exception org.xwiki.attachment.validation.AttachmentValidationException
 
getUploadMaxSize() - Method in class org.xwiki.attachment.validation.AttachmentValidationScriptService
 
getUploadMaxSize(EntityReference) - Method in class org.xwiki.attachment.validation.AttachmentValidationScriptService
 

O

org.xwiki.attachment - package org.xwiki.attachment
 
org.xwiki.attachment.validation - package org.xwiki.attachment.validation
 

V

validate(AttachmentAccessWrapper) - Method in interface org.xwiki.attachment.validation.AttachmentValidationStep
Validate a single aspect of the attachment.
validateAttachment(AttachmentAccessWrapper) - Method in interface org.xwiki.attachment.validation.AttachmentValidator
Check if the part is a valid attachment in the current space.
A G O V 
All Classes All Packages