Class ActionValidate
java.lang.Object
com.axelor.meta.schema.actions.Action
com.axelor.meta.schema.actions.ActionResumable
com.axelor.meta.schema.actions.validate.ActionValidate
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.axelor.meta.schema.actions.Action
Action.Element
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ActionValidate
copy()
evaluate
(ActionHandler handler) 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
-
Constructor Details
-
ActionValidate
public ActionValidate()
-
-
Method Details
-
getValidators
-
setValidators
-
copy
- Specified by:
copy
in classActionResumable
-
evaluate
-