Package com.axelor.meta.schema.actions
Class ActionReport
- java.lang.Object
-
- com.axelor.meta.schema.actions.Action
-
- com.axelor.meta.schema.actions.ActionReport
-
public class ActionReport extends Action
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActionReport.Parameter-
Nested classes/interfaces inherited from class com.axelor.meta.schema.actions.Action
Action.Element
-
-
Constructor Summary
Constructors Constructor Description ActionReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckPermission(ActionHandler handler)Objectevaluate(ActionHandler handler)BooleangetAttachment()StringgetDesignName()StringgetFormat()StringgetLocalizedTitle()StringgetOutputName()List<ActionReport.Parameter>getParameters()StringgetTitle()-
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
-
-
-
-
Method Detail
-
getLocalizedTitle
public String getLocalizedTitle()
-
getTitle
public String getTitle()
-
getDesignName
public String getDesignName()
-
getOutputName
public String getOutputName()
-
getFormat
public String getFormat()
-
getAttachment
public Boolean getAttachment()
-
getParameters
public List<ActionReport.Parameter> getParameters()
-
checkPermission
protected void checkPermission(ActionHandler handler)
- Overrides:
checkPermissionin classAction
-
evaluate
public Object evaluate(ActionHandler handler)
-
-