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 class
ActionReport.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 void
checkPermission(ActionHandler handler)
Object
evaluate(ActionHandler handler)
Boolean
getAttachment()
String
getDesignName()
String
getFormat()
String
getLocalizedTitle()
String
getOutputName()
List<ActionReport.Parameter>
getParameters()
String
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
-
-
-
-
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:
checkPermission
in classAction
-
evaluate
public Object evaluate(ActionHandler handler)
-
-