Package com.axelor.meta.schema.actions
Class ActionReport
java.lang.Object
com.axelor.meta.schema.actions.Action
com.axelor.meta.schema.actions.ActionReport
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.axelor.meta.schema.actions.Action
Action.Element
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkPermission
(ActionHandler handler) evaluate
(ActionHandler handler) getTitle()
Methods inherited from class com.axelor.meta.schema.actions.Action
execute, getActionId, getModel, getModuleToCheck, getName, getXmlId, setActionId, setModel, setModuleToCheck, setName, setXmlId, test, toExpression, toString, wrap, wrapper
-
Constructor Details
-
ActionReport
public ActionReport()
-
-
Method Details
-
getLocalizedTitle
-
getTitle
-
getDesignName
-
getOutputName
-
getFormat
-
getAttachment
-
getParameters
-
checkPermission
- Overrides:
checkPermission
in classAction
-
evaluate
-