Package com.axelor.meta.schema.actions
Class Action
java.lang.Object
com.axelor.meta.schema.actions.Action
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ActionAttrs,ActionCondition,ActionExport,ActionImport,ActionMethod,ActionRecord,ActionReport,ActionResumable,ActionScript,ActionView,ActionWS
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckPermission(ActionHandler handler) protected abstract Objectevaluate(ActionHandler handler) execute(ActionHandler handler) getModel()getName()getXmlId()voidsetActionId(Long actionId) voidvoidsetModuleToCheck(String moduleToCheck) voidvoidprotected static booleantest(ActionHandler handler, String expression) protected static StringtoExpression(String expression, boolean quote) toString()wrap(ActionHandler handler) protected Object
-
Field Details
-
log
protected transient org.slf4j.Logger log
-
-
Constructor Details
-
Action
public Action()
-
-
Method Details