Class RecomputeVideoConversionsActionValidation
- java.lang.Object
-
- org.nuxeo.ecm.core.bulk.AbstractBulkActionValidation
-
- org.nuxeo.ecm.platform.video.action.RecomputeVideoConversionsActionValidation
-
- All Implemented Interfaces:
BulkActionValidation
public class RecomputeVideoConversionsActionValidation extends AbstractBulkActionValidation
- Since:
- 11.5
-
-
Constructor Summary
Constructors Constructor Description RecomputeVideoConversionsActionValidation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<String>
getParametersToValidate()
Returns the list of parameters to validate.protected void
validateCommand(BulkCommand command)
Validates the command.-
Methods inherited from class org.nuxeo.ecm.core.bulk.AbstractBulkActionValidation
invalidParameterMessage, unknownParameterMessage, validate, validateBoolean, validateList, validateMap, validateSchema, validateString, validateStringValue, validateXpath
-
-
-
-
Method Detail
-
getParametersToValidate
protected List<String> getParametersToValidate()
Description copied from class:AbstractBulkActionValidation
Returns the list of parameters to validate.- Specified by:
getParametersToValidate
in classAbstractBulkActionValidation
-
validateCommand
protected void validateCommand(BulkCommand command) throws IllegalArgumentException
Description copied from class:AbstractBulkActionValidation
Validates the command.- Specified by:
validateCommand
in classAbstractBulkActionValidation
- Throws:
IllegalArgumentException
-
-