Package com.axelor.meta.schema.actions
Class ActionCondition
- java.lang.Object
-
- com.axelor.meta.schema.actions.Action
-
- com.axelor.meta.schema.actions.ActionCondition
-
public class ActionCondition extends Action
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActionCondition.Check-
Nested classes/interfaces inherited from class com.axelor.meta.schema.actions.Action
Action.Element
-
-
Constructor Summary
Constructors Constructor Description ActionCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectevaluate(ActionHandler handler)List<ActionCondition.Check>getConditions()protected Objectwrapper(Object value)-
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
-
-
-
-
Method Detail
-
getConditions
public List<ActionCondition.Check> getConditions()
-
evaluate
public Object evaluate(ActionHandler handler)
-
-