Package com.axelor.meta.schema.actions
Class ActionExport
java.lang.Object
com.axelor.meta.schema.actions.Action
com.axelor.meta.schema.actions.ActionExport
- 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) protected PendingExport
doExport
(ActionExport.Export export, ActionHandler handler) evaluate
(ActionHandler handler) 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
-
ActionExport
public ActionExport()
-
-
Method Details
-
getAttachment
-
getExports
-
doExport
protected PendingExport doExport(ActionExport.Export export, ActionHandler handler) throws IOException - Throws:
IOException
-
checkPermission
- Overrides:
checkPermission
in classAction
-
evaluate
-