Package com.axelor.meta.schema.actions
Class Action.Element
java.lang.Object
com.axelor.meta.schema.actions.Action.Element
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ActionAttrs.Attribute
,ActionCondition.Check
,ActionExport.Export
,ActionGroup.ActionItem
,ActionMethod.Call
,ActionRecord.RecordField
,ActionScript.ActScript
,ActionView.Param
,ActionView.View
,ActionWS.WSAction
,Validator
- Enclosing class:
Action
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
setCondition
(String condition) void
setExpression
(String expression) void
boolean
test
(ActionHandler handler)
-
Constructor Details
-
Element
public Element()
-
-
Method Details
-
getCondition
-
setCondition
-
getName
-
setName
-
getExpression
-
setExpression
-
test
-