Class ActionValidate
- java.lang.Object
-
- com.axelor.meta.schema.actions.Action
-
- com.axelor.meta.schema.actions.ActionResumable
-
- com.axelor.meta.schema.actions.validate.ActionValidate
-
public class ActionValidate extends ActionResumable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.axelor.meta.schema.actions.Action
Action.Element
-
-
Constructor Summary
Constructors Constructor Description ActionValidate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ActionValidate
copy()
Object
evaluate(ActionHandler handler)
List<Validator>
getValidators()
void
setValidators(List<Validator> validators)
-
Methods inherited from class com.axelor.meta.schema.actions.ActionResumable
getIndex, resumeAt
-
Methods inherited from class com.axelor.meta.schema.actions.Action
checkPermission, execute, getActionId, getModel, getModuleToCheck, getName, getXmlId, setActionId, setModel, setModuleToCheck, setName, setXmlId, test, toExpression, toString, wrap, wrapper
-
-
-
-
Method Detail
-
copy
protected ActionValidate copy()
- Specified by:
copy
in classActionResumable
-
evaluate
public Object evaluate(ActionHandler handler)
-
-