Package com.axelor.meta.schema.actions
Class ActionMethod
- java.lang.Object
-
- com.axelor.meta.schema.actions.Action
-
- com.axelor.meta.schema.actions.ActionMethod
-
public class ActionMethod extends Action
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ActionMethod.Call
-
Nested classes/interfaces inherited from class com.axelor.meta.schema.actions.Action
Action.Element
-
-
Constructor Summary
Constructors Constructor Description ActionMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
evaluate(ActionHandler handler)
ActionMethod.Call
getCall()
void
setCall(ActionMethod.Call call)
-
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
-
getCall
public ActionMethod.Call getCall()
-
setCall
public void setCall(ActionMethod.Call call)
-
evaluate
protected Object evaluate(ActionHandler handler)
-
-