Package com.axelor.meta.schema.actions
Class ActionGroup
java.lang.Object
com.axelor.meta.schema.actions.Action
com.axelor.meta.schema.actions.ActionResumable
com.axelor.meta.schema.actions.ActionGroup
- 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 TypeMethodDescriptionvoid
protected ActionGroup
copy()
evaluate
(ActionHandler handler) void
setActions
(List<ActionGroup.ActionItem> actions) void
validate()
Validate the action sequence in the group.Methods inherited from class com.axelor.meta.schema.actions.ActionResumable
getIndex, resumeAt
Methods inherited from class com.axelor.meta.schema.actions.Action
checkPermission, execute, getActionId, getModel, getModuleToCheck, getName, getXmlId, setActionId, setModel, setModuleToCheck, setName, setXmlId, test, toExpression, toString, wrap, wrapper
-
Constructor Details
-
ActionGroup
public ActionGroup()
-
-
Method Details
-
getActions
-
setActions
-
addAction
-
validate
Validate the action sequence in the group.- Throws:
IllegalStateException
-
copy
- Specified by:
copy
in classActionResumable
-
evaluate
-