public interface ExcelSingleMediaValidator extends ExcelValidator
ExcelMediaCollectionImportValidator which splits the
collection of media and validates it one by one.CTX_MEDIA_CONTENT_ENTRIES| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ValidationMessage> |
validateSingleValue(java.util.Map<java.lang.String,java.lang.Object> context,
java.util.Map<java.lang.String,java.lang.String> parameters)
Allows to validate single media.
|
canHandle, validatejava.util.Collection<ValidationMessage> validateSingleValue(java.util.Map<java.lang.String,java.lang.Object> context, java.util.Map<java.lang.String,java.lang.String> parameters)
context - which allows to hold information about the file.parameters - values of excel's cell.Copyright © 2018 SAP SE. All Rights Reserved.