Interface EnumerationValidator
- All Known Implementing Classes:
DefaultEnumerationValidator
public interface EnumerationValidator
EnumerationValidator allows to decide whether the given data can be updated
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvalidate(com.hybris.cockpitng.actions.ActionContext<Collection<Object>> context) Allows to decide whether the given data can be updated
-
Method Details
-
validate
Allows to decide whether the given data can be updated
-