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 void
checkPermission
(ActionHandler handler) protected abstract Object
evaluate
(ActionHandler handler) execute
(ActionHandler handler) getModel()
getName()
getXmlId()
void
setActionId
(Long actionId) void
void
setModuleToCheck
(String moduleToCheck) void
void
protected static boolean
test
(ActionHandler handler, String expression) protected static String
toExpression
(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